
/*
										Email Signup Page
*/
#form_message_container {
	width:288px;
	height:140px;
	background-image:url(../images/form_bg_email_signup.jpg);
	position:relative;
	margin-top:30px
}
#form {
	position:absolute;
	padding-top:8px;
	padding-left:2px;
	left:77px;
}
.input_container {
	position:relative;
	margin-bottom:9px;
}
.button_container1 {
	position: absolute;
	left:0px
}

.inputs {
	background:none;
	border:none;
	width:193px;
	height:25px;
	padding:0px;
	margin:0px;
	padding-left:5px;
	
}
#email_collection_message {
	font-family:Arial, Helvetica, sans-serif;
	height:15px;
	text-align:left;
	color:#F00;
	margin-top:100px;
	width:444px;

}
.code {
	font-family:Helvetica, Arial, sans-serif;
	color:#f2682c
}
.code_message {
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	font-size:10px
}
input.error {
	border:#F00 1px solid;
	height:23px;
}
div.error {
	position: absolute;
	left: 210px;
	padding: 5px 10px 0px 0px;
	top: 0px;
	text-align: left;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 12px;
}
#form_message_container button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer
}
#form_message_container button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#form_message_container button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
