
form#subscribe_form input#box {
	background:transparent;
	font-size:24px;
	border: 0px solid #999;
	border-bottom: 2px solid #000;
/*	height:14px;*/
/*	color:#F0F;*/
}

form#subscribe_form input#submit {
	background:transparent;
	font-size:24px;
	font-weight:bold;
	padding-left:5px;
	margin:0;
	border:0;
	cursor:pointer;
}

p.subscribe_form_error,
p.subscribe_form_success {
	color:#000;
	font-size:24px;
	font-weight:bold;
} 

p.subscribe_form_success {
}

div#signup_response {
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	background-color: #F0F;
	overflow:hidden;
	z-index:20000;
	width:100%;
	display: none;
}

div#signup_response div#message_container {
	color:#FFF;
	font-size:12px;
	line-height:1.4em;
	margin: 0 auto;
	padding:15px 0 15px 0;
	width:300px;
}

