/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
h1.container_head {
	font-size: 14px;
	font-weight: normal;
	color: #6c6c6c;
	background: #f5f5f5;
	height: 21px;
	padding: 4px 0 0 10px;
	margin: 0 5px;
}
h2 {
	color: #df0132;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin: 10px 0 5px 0;
}
p {
	margin: 0 0 10px 0;
}
	
a {
	color: #6c6c6c;
}
	
a:hover {
	text-decoration: none;
}
input, select, textarea {
	margin: 0 0 3px 0;
}
input.submit {
	background: url(/templates/honda_dealer/hdw09/media/submit.gif) no-repeat;
	border: none;
	width: 93px;
	height: 28px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	margin: 0 0 0 161px;
}
	
input:hover.submit {
}
/* LAYOUT */
#content-wrapper {
	padding: 20px;
}
.select-model {
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #cccccc;
}
