/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{

	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;

}

body	{
	background:url(../images/bg.jpg);
}

a	{
/*	color: #4A4A83; */
}

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

.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#nav{ 
	position:relative;
	height:30px;
	font-weight:bold;
	background-color:#fff; 
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#nav ul li {
	display:block;
	float:left;
	margin:0 5px;
}
#nav ul li a {
	padding:0 12px 4px 12px;
	display:block;
	float:left;
	color:#003858;
	text-decoration:none;
	height:21px;
	line-height:195%;
	font-size:15px;
}
#nav ul li a:hover, 
#nav ul li a.current {
	color:#fff;
	background-color:#1D6893;
	font-size:15px;
	text-decoration:none;
}
			   
.nav_footer {
	background:url('../../images/cell-bg.jpg') left top repeat-x;
	text-align:center;
	padding:20px 0;
	color:#79C6F7;
	font-size:11px;
}
.nav_footer a {
	color:#79C6F7;
	font-weight:bold;
	font-size:11px;
}

#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
}
