/* Dealer's Login Form
----------------------------------- */
form#login-form {
	width: 239px;
	margin-top: 2em;
}

form#login-form fieldset {
	border: none;
}

form#login-form label {
	float: left;
}

form#login-form div.text-field,
form#login-form div.password-field,
form#login-form button.submit {
	float: left;
	margin-bottom: 1em;
}

form#login-form input.text,
form#login-form input.password {
	float: left;
	width: 150px;
	background-color: #ecf0ea;
	border: none;
	padding: 3px;
}

form#login-form div.text-field label,
form#login-form div.password-field label {
	width: 75px;
	text-align: left;
	padding-right: 8px;
	float: left;
}

form#login-form button.submit {
	background: url("/images/text/buttons/go.gif") no-repeat;
	width: 50px;
	height: 22px;
	text-indent: -100000px;
	border: none;
	font-size: 0;
	float: left;
	margin-left: 189px;
	cursor: pointer;
}

#dealers-section #content form button {
	padding: 5px;
	border: 1px solid #999;
	font-size: 100%;
	background-color: #f0f0f0;
	margin-top: 1em;
	clear: both;
	float: left;
}


/* PDF Links
----------------------------------- */
#dealers-section div.dealer-only-item {
	float: left;
	width: 460px;
	padding: 20px;
	clear: both;
	margin-bottom: 1em;
}

#dealers-section div.dealer-only-item div.thumbnail {
	float: left;
	width: 100px;
}

#dealers-section div.dealer-only-item h2,
#dealers-section div.dealer-only-item div.description {
	float: right;
	width: 325px;
}

#dealers-section div.dealer-only-item div.thumbnail a,
#dealers-section div.dealer-only-item div.thumbnail a:hover {
	border: none;
}

#dealers-section div.dealer-only-item div.thumbnail a img {
	border: none;
}

#dealers-section div.odd {
	background-color: #e1e8c0 ;
}


/* Form Errors
----------------------------------- */
#dealers-section #content div.fieldError {
	color: #ff0000;
	clear: both;
	float: left;
	font-style: italic;
	padding-left: 87px;
	width: 153px;
}