#docform {
	margin: 10px;
	border: 1px solid #666;
}

#legendTitle {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	padding: 6px;
}
table {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
table a {
	color: #069;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}
table .width {
	width: 160px;
}
/* -- Form Styles -- */
docform input{
	width: 200px;
	height: 24px;

}
#docform input.submit {
	height:26px;
	width: 100px;
}
fieldset[id=dealerinfo]{
	background:#dfebff;
	padding:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input:focus, textarea:focus {
	border:1px solid #069;
}

