/* @override 
	http://www.kick-creative.ca/css/newsletter.css
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
html, body, #modal-wrapper {
	height:100%;
}
a {
	color: #5c913d;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 5px 0 18px 0;
}
h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	padding-top: 1px;
}
h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 16px;
	margin: 0;
}
body > #modal-wrapper {height: auto; min-height: 100%;}
#modal-wrapper {
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0 auto;
	width: 400px;
	height: auto;
}

/* @group header */

#modal-header {
	margin: 0;
	padding: 0;
	height: 119px;
	width: 406px;
	background-image: url(../images/7years_header.gif);
	text-indent: -9999em !important;
}

#form label{
	display: block;
	float: left;
	width: 100px;
	clear: both;
	margin-bottom: 10px;
}
#form input {
	display: block;
	float: left;
	width: 280px;
}
.checkbox {
	width: 10px !important;
}
.noclear {
	clear: none !important;
	width: 370px !important;
}
#newsletter_checkboxes {
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
#subscribe {
	width: auto !important;
	float: right !important;
	margin-right: 10px;
}

/* @end */

/* @group classes */
.clear {
	clear: both;
}

/* @end */


/* P.I.E. Float Clearing */
.clearFix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearFix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */



