#dealerform
{
	
}

#dealerform table
{
	margin-left: 5px;
}

#dealerform table tr td
{
	padding: 0 0 10px 0;
}

#dealerform form label
{
	margin: 0;
	font-size: 11px;
}

#dealerform form label.bright
{
	margin: 0;
	font-size: 11px;
	color: #7c736a;
}

#dealerform form
{
	margin: 0;
}

#dealerform input#send
{
	margin: 15px 0 0 0;
	padding: 0;
	width: 125px;
	height: 26px;
	background-color: #988f86;
	border-top: 1px solid #b3aca5;
	border-right: 1px solid #756e67;
	border-bottom: 1px solid #756e67;
	border-left: 1px solid #b3aca5;
}

#dealerform input
{
	display: inline;
	margin: 0;
	padding: 3px;
	width: 246px;
	height: 16px;
	border: 1px solid #000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: transparent;
}

#dealerform input.bright
{
	border: 1px solid #988f86;	
}

#dealerform input.invalidate
{
	border-bottom: 1px solid #cc0000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}

#dealerform span
{
	margin-top: 10px;
	font-size: 11px;
}

#dealerform textarea.bright
{
	padding: 3px;
	border: 1px solid #988f86;	
	background: transparent;
	width: 246px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}