
#loginform 
{
	width:350px;
	padding:10px 10px 10px 0px;
}


.loginerror
{
	width: 350px;
	margin-top: 10px;
	padding: 2px;
	background-color: White;
	border: solid 1px Red;	
	color: Red!important;
	font-weight: bold;
	clear:both;
}

#field-remember-me input
{
	width:auto;
	float:left;
}

#field-remember-me .control
{
	margin-left:121px;
}

#field-remember-me .control label
{
	width:auto;
	line-height:20px;
}


