/* Early Notification Sign Up CSS 
 * 
 * author: 	Mark Kelleher
 * date:	09/18/08
 */
 
/*** FORM COMPONENTS ***/ 
 
#ensu-top{
	border: 1px solid #875f35;
	border-bottom: 0px;
	width: 171px;
	max-width: 169px; /* trick IE7 into ignoring this */
	height:25px; 
	background-image:url(http://images.americanlandandranches.com/AmericanLandandRanches/images/site_pieces/forms/ensu-top.jpg); 
} 
 
#ensu-body{
	background-color: #2d2725;
	border: 1px solid #875f35;
	border-top: 0px;
	/*border-bottom: 0px;*/
	width: 171px;
	max-width: 166px; /* trick IE7 into ignoring this */
	height: 180px;
	padding: 3px;
	padding-left: 0px;
}

/*** BODY DIV WHEN ERROR(S) OCCURES ***/
#ensu-body-error{
	background-color: #2d2725;
	border: 1px solid #875f35;
	border-top: 0px;
	width: 171px;
	max-width: 166px; /* trick IE7 into ignoring this */
	height: 230px; /* NEED TO INCREASE HEIGHT, DUE TO ERROR MESSAGES */
	padding: 3px;
	padding-left: 0px;
}

#ensu-bottom{
/*	border: 1px solid #875f35;
	border-top: 0px;
	margin-left:20px;
	height: 185px;
	padding: 3px;
	width: 151px; 
	height:25px; 
	background-image:url(http://images.americanlandandranches.com/AmericanLandandRanches/images/site_pieces/forms/ensu-bottom.jpg); 
*/
} 

#ensu-name-div{

}

#ensu-submit-div{
	position: relative;
	top: 25px;
	left: 80px;
	float: left;
}

#ensu-cancel-div{

}

#ensu-bots-div{ 

}

#ensu-thank-you-div{
	background-color: #2d2725;
	border: 1px solid #875f35;
	border-top: 0px;
	width: 171px;
	max-width: 166px; /* trick IE7 into ignoring this */
	height: 185px;
	padding: 3px;
	padding-left: 0px;
}

#ensu-conversion-div{
	
}

#ensu-error-messages-div{
	margin-left:5px;
	width: 145px;
}

/*** INPUT COMPONENTS ***/

#name{
	position: relative;
	padding-left: 5px;
	top: 15px;
	left: 5px;
	width: 155px;
}

#email{
	position: relative;
	padding-left: 5px;
	top: 15px;
	left: 5px;
	width: 155px;
}

/*** TEXT ON FORM ***/

.ensu-header-message-text{
	position: relative;
	padding-right: 5px;
	top: 5px;
	left: 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #eabf70;
	float: left;
}

.ensu-body-message-text{
	float: left;
}

.ensu-footer-message-text{

}

.ensu-name-label-text{
	position: relative;
	padding-left: 5px;
	top: 15px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #eabf70;
	float: left;
}

.ensu-email-label-text{
	position: relative;
	padding-left: 5px;
	top: 15px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #eabf70;
	float: left;
}

.ensu-asterik-text{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

.ensu-thank-you-text{
	position: relative;
	padding-right: 5px;
	padding-top: 5px;
	left: 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #eabf70;
}	

.ensu-label-error-text{
	color: red;	
}

.ensu-error-text{
	position: relative;
	padding-right: 5px;
	top: 10px;
	left: 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: red;
}