#reset-form
{
	float:left;
	width:555px;
}
#reset-form #fieldset-login,
#reset-form #fieldset-address,
#reset-form #fieldset-expertise,
#reset-form #fieldset-commands
{
	clear:both;
	padding:20px 0 20px 0;
	width:555px;
	border-bottom:1px solid #666;
}
#reset-form #fieldset-login
{

}
#reset-form #fieldset-address
{
	padding:0px 0 0 0;
}
#reset-form #fieldset-expertise,
#reset-form #fieldset-commands
{
	margin:0px;
	padding:0 0 20px;
	border:0;
}

#reset-form legend
{
	display:block;
	padding:0 0 5px;
	font-weight:bold;
}
#reset-form #fieldset-address legend
{
	display:block;
	padding:20px 0 15px 0;
	font-weight:bold;
}
#reset-form p.field
{
	float:left;
	clear:both;
	padding:0 0 5px;
	width:555px;
}
#reset-form label
{
	float:left;
	padding:0;
	margin:0;
	height:20px;
	line-height:20px;
	width:100px;
	text-align:left;
}

#reset-form input
{
	float:left;	
	padding:3px 0 2px;
	width:453px;
	height:13px;
	line-height:20px;
	font-size:11px;
	background:#EBEBEB;
	color:#666666;
	border:1px solid #EBEBEB;
}
#reset-form select
{
	float:left;
	width:350px;
	height:20px;
	font-size:11px;
	color:#666666;
	background:#EBEBEB;
	border:1px solid #EBEBEB;
}
#reset-form input.error,
#reset-form select.error
{
	border:1px solid #E80000;
}

a#btn-reset-submit
{
	float:left;
	background:#E80000;
	display:block;
	height:22px;
	line-height:22px;
	margin:14px 0 20px;
	width:160px;
	text-align:center;
	color:#FFFFFF;
}
span.required
{
	padding:0 2px;
	color:#E80000;
}
