/* 	File: email_signup.css
	Author: nicholas.defelice@gmail.com
	
	Color Key:
	Gold: ffb400
	Purple:560066
	links on white pages are color: #63057A
	links of black pages are color: #FF9900
*/

/*	DEFINE EMAIL SIGNUP BACKGROUND
----------------------------------------------------*/

#wrapper {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: 53% 55%;
	position: relative;
}

p { font-size: 1.2em;}

a { color: #CCCCCC; }

a:hover { color: white; }

.slider                 	{ clear:both;position:relative;margin:0 0 10px; padding-left: 70px; }
label                   	{ cursor:pointer;display:block; padding-left: 70px;}
input[type="text"]      	{ width:300px;border:1px solid #999;padding:5px;-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius: 4px; }
input[type="text"]:focus	{ border-color:#777; color:blue;  }
textarea     			 	{ width:300px;border:1px solid #999;padding:5px;-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius: 4px;}
textarea:focus				{ border-color:#777; color:blue;  }


#email_form {
	color: white;
	width: 450px;
	font-size: 0.8em;
	font-family: Arial;
	
}

#email_form h3 {
	font-size: 2em;
}

#email_form ul li {
	padding-bottom: 5px;
}

span {
	font-size: 0.9em;
	color: red;
}

.submit_button_div {
	margin-top: 15px;
	margin-left: -45px;
}

.submit_button{
	background: url(../images/submit_bar.png) top center no-repeat;
	width: 889px;
	min-height: 56px;
	border: none;
	cursor:pointer;
}

.submit_button:hover {
	background-position: 50% 100%;
}



