/** dropdown styles **/

#category {
	height: 34px;
	background-color: #004b8c;
}

#category form {
	padding: 0;
	margin: 0;
}

#category p {
	color: white;
	line-height: 240%;
	text-indent: 5px;
}

#category #selectedVehicleCategoryID {
	width: auto;
	height: 25px;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border: 2px solid #ccc;
	vertical-align: middle;
}

#category #selectVehicleCategoryID option {
	padding-top: 3px;
	padding-bottom: 3px;
}
