.right p
{
	color:#8f8e87;
	line-height: 18px;
	font-size:10px;
	margin-bottom:20px;
}
.right h3
{
	font-weight:bold;
	font-size:12px;
	color:white;
	line-height: 18px;
}

h2#title_login
{
	background:url(/images/title_login.png) no-repeat top left;
	width:69px;
	height:19px;
	display: block;
	
}
h2#title_forgot
{
	display: block;
  font-family: Helvetica, Arial, sans-serif;	
}
label
{
	margin-right:15px;
	font-size: 11px;
	
}
label.text
{
	display:block;
}

#new_login_container
{
  width: 342px;
  height: 211px;
  background: url(/images/go_login_bg.jpg) top left no-repeat;
  padding: 30px 25px 25px 25px;
}
#new_login_container #login_form input#user_email
{
	padding:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:3px;
	width:260px;
  width: 80%;
  margin-bottom: 18px;
}
#new_login_container #login_form input#user_password
{
	padding:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:3px;
	width:260px;
  width: 80%;
  margin-bottom: 10px;
}

input#submit_button
{
  padding: 5px !important;
}

.field
{
	
}
a.fadedarrow
{
	padding-left:20px;
	background:url(/images/link_circlearrow_fdleft.png) no-repeat left center;
	font-size:11px;
	font-weight: bold;
	line-height: 16px;
	display:block;
	color:#5d5d5d;
}
a.fadedarrow:hover
{
	background:url(/images/link_circlearrow_fdleft_hover.png) no-repeat left center;
	color:white;
}

.error_message
{
  
}

p.error_message
{
	display:block;
	float:left;
	padding:2px 6px;
	border:1px solid #DF726C;
	background:#FFACA8;
	color:#d68983;
	font-weight:bold;
	font-size:10px;
	
}
p.error_message *
{
	color:#B90700;
	text-decoration: none;
}
div.form_error_message
{
	padding:8px 12px;
	color:#d68983;
	border:2px solid #511c17;
	background:#812c25;
	margin-bottom: 20px;
}
div.form_error_message div
{
	
}

div.form_error_message h4
{
	display:block;
	color:#d68983;
	background:url(../images/red_cross.png) top center no-repeat;
	font-weight: bold;
	margin-right:20px;
	
}
div.form_error_message span
{
	display:block;
	font-weight:bold;
	font-size:12px;	
	
	

}

