.message_form#error_email
{
	background-color: #000;
	width:50px;
	height:50px;
}

.pending
{

}

.good
{
	/*border: #D8D8D8 1px solid;	*/
}

.bad
{
	/*background-color: #F4E9E9;*/
}

.message_prompt#email_error
{
	display: none;
	width:208px;
	height:36px;
	position:absolute;
	background: url('../images/tip.gif') 0 0 no-repeat;
}

.message_prompt_text#email_error_text
{
	width:208px;
	height:22px;
	line-height:24px;
	margin-left:6px;
	color: #B62028;
	font-weight: bold;		
}

.label_on
{
	color:#454748;
}

.info#content_message_info_success
{
	margin-right: 42px;
	margin-left: 46px;
	display: none;
	font-size: 14px;
	line-height: 1.7em;	
	/*color: #1F716F;*/
}

.info#content_message_info_failure
{
	margin-right: 42px;
	margin-left: 46px;
	display: none;
	font-size: 12px;
	line-height: 1.6em;		
}

.info#content_message_info_loading
{
	margin-right: 42px;
	margin-left: 46px;
	display: none;
	font-size: 14px;
	line-height: 1.6em;
	text-align: center;
}