﻿#newsletterSignupOuterContainer{
	border:1px solid #ccc;
	background-color:#fff;
}
#newsletterSignupInnerContainer{
	padding:20px;
}
#newsletterSignup .headerText {
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
}
#newsletterSignupForm{
	background-color:#f9f9f8;
	padding:15px 0 15px 10px;
	border-top:1px solid #c8dbdc;
	border-bottom:3px solid #fff;
}
#newsletterSignupForm p{
	font-size:1.2em;
	font-family: georgia, times, serif;
	line-height:1.57em;
}
#newsletterSignupForm .lightGrey{
	color:#999;
}
.signupFloat{
	float:left;
	margin-bottom:5px;
}

#newsletterSignup h5
{
	padding-top: 2px;
	font-size:1.1em;
}
#newsletterSignup h6{
	padding-top: 2px;
	font-size:1.1em;
	font-weight:bold;
}
#newsletterSignup input,
#newsletterSignup select{
	margin-right:10px;
}
#newsletterSignupForm p{
	padding-bottom:9px;
	padding-right:5px;
}

#signupNameTitleField{
	margin-top:6px;
}
#signupNameFirstField{
	margin-top:6px;
	width:100px;
}
#signupNameLastField{
	margin-top:6px;
	width:100px;
}
#signupPhoneField{
	margin-top:6px;
	width:100px;
}
#signupEmailField{
	margin-top:6px;
	width:200px
}
#signupConfirmEmailField{
	margin-top:6px;
	width:200px
}

#submitSignup{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 0;
	display:block;
	height:28px;
	width:84px;
	text-indent:-300em;
	float:right;
	margin:10px 0;
}
#submitSignup:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -28px;
}
#cancelSignup{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -112px;
	display:block;
	height:28px;
	width:67px;
	text-indent:-300em;
	float:left;
	margin:10px 0;
}
#cancelSignup:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -140px;
}
.signupButtonRow{
	border-bottom:1px solid #c8dbdc;
	margin-bottom:10px;
	padding:0 10px 0 10px;
}
.black{
	color:#000;
}
#signupErrorListing{
	background:url(../img/icons/Error.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	color: Red;
	font-weight:bold;
}
#signupErrorListing li{
	font-weight:normal;
}
.signupError{
	color:Red;
}
#signupMessage{
	font-size:1.4em;
	font-family: georgia, times, serif;
	line-height:1.6em;
	padding-right:10px;
}
#newsletterSignupForm #message{
	background:url(../img/icons/Message.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #333333;
}
#newsletterSignupForm #messageError{
	background:url(../img/icons/Error.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: Red;
}
#closeNewsletterSignup{
	background:url(../img/buttons/CloseButton.png) no-repeat 0 0px;
	display:block;
	height:28px;
	width:74px;
	text-indent:-300em;
	float:left;
	margin:10px 0 10px 203px;
}
#closeNewsletterSignup:hover{
	background:url(../img/buttons/CloseButton.png) no-repeat 0 -28px;
}
