* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Grande", "Arial";
	font-size: 12px;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.text_field {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	width: 390px;
}

.text_field:focus {
	background-color: #FFFFCC;
}

h1 {
	margin-bottom: 20px;
}

#container {
	width: 390px; 
	margin-top: 10%; 
	border: 1px dashed black;
	padding: 30px;
	background: #DDD;
}

p {
	margin-bottom: 10px;
}	


#dealer_login_form label {
	margin-bottom: 2px;
}

#dealer_login_form .dealer_text_field {
	border: 1px solid black;
	width: 250px;
	font-size: 13px;
	margin-bottom: 12px;

}

.submit_tags {
	height: 32px;
	line-height: 32px;
	margin-right: 20px;
		float: left;
}

.submit_tags img, .submit_tags .image {
	float: left;
	margin-right: 10px;
}

.submit_tags a {
	color: #470000;
	font-weight: bold;
	text-decoration: none;
}