/* @override 
	http://govity.com/chomp/header.css
	http://www.govity.com/chomp/header.css
*/

.signup
{
	height: 65px;
	font-family: Arial;
	color: white;
	width: 750px;
}

#signup_success
{
	height: 65px;
	font-family: Arial;
	color: white;
	width: 750px;
	border: 2px red;
	background-color: green;
	float: right;
	
}

.join_email {
	padding-top: 10px;
	margin-right: 10px
}
input.email {
	    height: 52px;
        width: 280px;
        font-size: 19px;
        color:grey;
		border-style: inset;
		border-width: 2px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		float: right;
	margin-top: 2px;
}
input.email:focus 
{ 
	outline: none; 
}

/*div.join_email {
    margin-left:5px;
    margin-top:3px;
    float: right;
}*/

.join
{
	float: right;
	background-color: #f4c485;
	color: white;
	height: 54px;
	margin-top: 13px;
	margin-left: 10px;
	text-shadow: black 0 1px 1px;
	border: none ;
	width: 154px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    font: bold 20px Arial;
}

.signup_label {
	font: bold 17px/65px Arial;
	height: inherit;
	vertical-align: middle;
}

#response_fail {
	width: 500px;
	height: 30px;
	margin-left: auto;
	color: red;
	font-weight: bold;
	font-family: Arial;
	background-color: #07244f;
	text-align: center;
	line-height: 30px;
	
}

#response_success {
	width: 600px;
	float: right;
	font: bold 27px Arial;
	color: white;
	text-align: right;
	padding-right: 100px;;
	padding-top:20px
}

#response_success .email_check {
	font-size: 13px;
}