/* CSS Document */

body 
{
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	margin: 20px 140px  20px 140px;
	text-align: center;
}

#content 
{
	width: 100%;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	height:100%;
}

p, h1, pre 
{
	margin: 0px; 
	padding: 10px; 
}

h1 
{
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
}



a 
{ 
	color: #5b71fb;
	font-size: 11px;
	text-decoration: none; 
	font-size:medium;
}

a:hover 
{ 
	color: #5b71fb;
	font-size: 11px;
	text-decoration: underline; 
	font-size:medium;
}

th
{
	background-color: #5b71fb;
	font-size:medium;
}

.cars
{
	border-collapse:collapse;
	border:thin #000000 solid;
}

.bookingForm 
{
	height:500px;
	width: 370px;
	vertical-align: top;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.search_top
{
	height:165px;
	padding: 0px;
	margin: 0px;
}

.country 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.search_middle 
{
	padding: 0;
	height: 64px;
}

.search_middle2
{

	padding: 0;
	height: 65px;
}

.search_bottom
{

	padding: 0;
	height: 33px;
}

select
{
	height: 20px;
	width: 222px;
}

#country
{
	height: 20px;
	width: 150px;
}

.day {

        width: 45px;

        height: 20px;

        font-size: 10pt;

}



.month {

        width: 55px;

        height: 20px;

        font-size: 10pt;

}



.year {

        width: 61px;

        height: 20px;

        font-size: 10pt;

}



.time {

        width: 60px;

        height: 20px;

        font-size: 10pt;

}



.age {

        width: 48px;

        font-size: 10pt;

}
.pickup {
	position: relative;
	top: 181px;
	margin-left: auto;
	margin-right: auto;
	margin-top:inherit;
}
/*----------------------------------------*/
.bar
{ 
	background-color:#5b71fb; 
	text-align:center;
	font-size:medium;
	font-weight:bold;
}

.terms
{
	background-color:#FF8080;
}

.booking
{
	width:50%;
	
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	
}

.footer
{
	font-size: 11px;
	text-transform:uppercase;
	color: #564b47;
	background-color: #90897a;
}
label {
	font-weight: bold;
}
.noselect {

        color: #999;
}

#driverDetails
{
	text-align:left;
}

#title {

        width: 60px;

        height: 20px;

        font-size: 10pt;

}

#small
{
	font-size:smaller;
}

#red
{
	color:#FF0000;
}
