/* My Account Module CSS Document */

#myaccount h3 { font-size: 14px; font-weight: bold; border-bottom: 1px dotted #9b9aa0; margin: 5px 0; padding: 5px 0; }
#myaccount #customers-table { width: 100%; }
#myaccount #customers-table tr td { padding: 5px; }
#myaccount table tr.header { font-weight: bold; }
#myaccount table tr td.c-cell { text-align: center; }
#myaccount form input[type="submit"], #myaccount form input[type="button"] { margin-right: 6px; }
#myaccount form input[type="text"] { width: 200px; }
#myaccount div.console { padding: 5px 0; margin: 5px 0; border-bottom: 1px dotted #9b9aa0; }
#myaccount fieldset:hover {
	color:#b3d236;
	background-color: #f5f3f4;

}
#myaccount .l {
	width:135px;
}
#myaccount legend {
	padding:3px;
	font-weight:bold;
}


