/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	background-color: #fff;
	margin:0;
	padding:0;
}

a, a:link, a:visited
{
	color: #0066cc;
}
a:hover
{
	color:#cc0000;
}

input, textarea	{
	border: 1px solid #94A0C6;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#main	{
	width: 600px;
	overflow:auto;
	max-height:800px;
}

/** bottom navigation */
#navBottom
{
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	clear:both;
}

#navBottom ul
{
	margin:0 auto;
	padding:0;
	text-align:center;
}

#navBottom ul li
{
	display:inline;
	list-style:none;
}

#navBottom ul li a
{
	padding:0 10px;
	border-left:1px solid #000;
	font-size:10px;
	font-weight:bold;
}

#navBottom ul li.first a
{
	border:0;
}

/** custom */
#features_content, #vehicle_features
{
	width:290px;
}

#rates_nav, #rates_nav a
{
	font-size:10px;
}
#rates_nav .rates_nav_num
{
	font-size:12px;
}

.policy_links_row
{
	width:530px;
	margin-left:0;
	margin-right:0;
}

.policy_links_row ul
{
	margin:0;
}

#error_message    {
	background: transparent url('http://rezolution.carrentalexpress.com/images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}