/* email signup */

#email-left {
	float: left;
	width: 870px;
}

#email-right {
	float: right;
	width:323px;
    position:relative;
    top:-300px;
    left:1px;
}

form .field {
	clear: both; margin: 5px; padding-left: 120px;
}

form .error {
	/*color: #ff0099;*/
	/*new accessibility color*/
	color:#ffcf20;
	font-weight: bold;
}

form .field label {
	display: inline; float: left; margin-left: -120px; width: 110px;
}

p.label_text{
	display: inline; float: left; margin: 0 0 0 -120px; width: 110px;
}

#email-thanks {
	min-height: 435px;
	width: 627px;
}

.special {
	/*color:#ff0099;*/
	/*new accessibility color*/
	color:#ffcf20;
}

.specialHeader {
	/*color:#ff0099;*/
	/*new accessibility color*/
	color:#ffcf20;
	font-style: normal;
	text-transform: uppercase;
}

h1.get-our-emails {
	background: url('../images/hdr_email_signup.png') no-repeat;
	width: 352px;
	height: 30px;
	margin: 25px 0 0 -5px;
	text-indent: -9999em;
	position: relative;
}

h1.email-thank-you {
	background: url('../images/hdr_email_thankyou.png') no-repeat;
	width: 655px;
	height: 30px;
	margin: 25px 0 0 -5px;
	text-indent: -9999em;
	position: relative;
}

h1.email-min-age-fail {
	background: url('../../images/hdr_error.png') no-repeat;
	width: 88px;
	height: 31px;
	margin: 25px 0 0 -5px;
	text-indent: -9999em;
	position: relative;
}

input#input_submit_email{
	width:102px;
	height:46px;
	background:url(/fr_CA/get_our_emails/images/btn_submit.png) top left no-repeat;
	border:none;
	cursor:pointer;
}
h1.contact-us {
	background: url('../../images/hdr_contactus.png') no-repeat;
	width: 205px;
	height: 30px;
	margin: 25px 0 0 -5px;
	text-indent: -9999em;
	position: relative;
}