@charset "utf-8";
/* CSS Document */

/* CSS
Author: Tom Corbett
Created: 9-8-10
*/

#action_center2 {
	float:left;
	width: 356px;
	height: 316px;
	background: url(../img/actcent_email/actcent_email_bg.png) no-repeat;
}

#emailform {
	height:127px;
	padding-top: 94px;
	padding-left: 77px;
}

#action_center2 input {
	background-color: #4c556b;
	border: 1px solid #7987a4;
	color: #FFF;
	height: 18px;
	margin-bottom: -6px;
	margin-top: 1px;
}

#action_center2 #submitbtn {
	border:none;
	background:url(../img/actcent_email/signup_off.png) 0 0 no-repeat;
	width: 82px;
	height: 20px;
	margin-left: 10px;
}

#action_center2 #submitbtn:hover {
	background:url(../img/actcent_email/signup_on.png) 0 0 no-repeat;	
}

#action_center2 #smalllinks {
	margin-left: 21px;	
}