@CHARSET "ISO-8859-1";
/***********EDIT ACCOUNT**/
.user_account_pict{
	width:75px;
	height:75px;
	border:none;
	/*display:block;*/
}
.account_pict{
	/*border:1px solid red;*/
	float:left;
	width:100px;
}
.account_props{
	/*border:1px solid red;*/
	float:left;	
	width:490px;
}
#frm_editaccount{
	width:370px;
}
.account_form label.textlabel{
	float:left;
	display:block;
	width:85px;
}
.account_form h1.aligned_title{
	width:100%;
	margin:0px 0px 10px;
	clear:both;
}
/*****CHANGE PASSWORD***/
#frm_resetpassword{
	width:auto;
}
#frm_resetpassword label.textlabel{
	float:left;
	display:block;
	width:185px;
}
/******CHANGE PICTURE*********/
#frm_uploadphoto{
	width:320px;
}