#customer
{
	
}

#customer h1 .logout
{
	float:right;
	font-size:0.6em;
}
#customer h1 .logout a
{
	color:#53251A;
	text-decoration:underline;
	text-transform:uppercase;
}

#customer .input1
{
	width:230px;
	border: 1px solid #53251A;
}
#customer .row
{
	margin-top:4px;
}
#customer .row label
{
	display:inline-block;
	width:170px;
	text-align:left;
}

#customer .btn
{
	border:none;
}

#customer a.link1
{
	color:#E57200;
	font-size:11px;
}
#customer .line
{
	border-bottom:2px dotted #DDDDDD;
	clear:both;
	height:2px;
	margin-bottom:8px;
	margin-top:0;
}
#customer .error
{
	color:#F00;
}

#customer .row .disc
{
	font-weight:normal;
	color:#AAA;
}
#customer .disabled
{
	font-weight:normal;
	color:#A0A0A0;
}
#customer .disabled b
{
	text-decoration:line-through;
}
#customer .disabled em
{
	color:#E57200;
	font-weight:bold;
}


#customer ul li
{
	list-style:;
	list-style-type:circle;
	padding:0;
	margin-left:12px;
}

#customer #frm2 .row label.error {
	/*position:absolute;*/
}
