.inputerror{
	border: solid 1px red;
}

.inputerror_text{
	color:red;
	margin-left:5px;
}

.required{
	color:red;
	margin-right:3px;
}

.notrequired{
	margin-right:3px;
}
#accountdetails .field_title, #saveaddress .field_title{
	float:left;
	width:135px;
	margin-bottom:8px;
}

#accountdetails .field_value, #saveaddress .field_value{
	float:left;
	margin-bottom:8px;
}

#accountdetails .field200, #saveaddress .field200{
	width:200px;
}


#msg_result{
	padding:3px 5px;
	background-color:#fff;
	border:#333 1px solid;
	color:#000;
	margin-bottom:15px;
	display:none;
}

