﻿#apply_dealer table {
	margin: 5px auto 10px 20px;
	font-size: 12px;
	width:630px;
}
#apply_dealer td {
	border:0px;
	padding: 10px 5px;
}
#apply_dealer tr:hover {
	background: #b4e3e4;
}
.bg_tr{
	background-color:#F0EEEE;
}
.red_text{
	color:red;
	font-weight:bold;
}
#apply_dealer ol{
	list-style-position: inside;
	font-size: 12px;
	padding-left: 20px;
	margin-left:10px;
}
#apply_dealer p {
	font-size: 12px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 20px;
}

