#Logo{
	background-image:url(../images/logoDefault.png) ;
	background-repeat:no-repeat;
}

#Timing{
	background-image:url(../images/car/times.png) ;
	background-repeat:no-repeat;
}

#LoginBox{
	background-color:#C52729;
}

#ContentHead
{
    float:left;
    margin:0;
    padding:6px 5px 0px 10px;
    width:395px;
    color:#2C99CE;
    font-size:24px;
    font-weight:bold;
}

#PageContentHolder a
{
	color: #C52729;
}

.CarLink {
	color: #C52729;
	font-weight: bold;
	text-decoration:none;
}


fieldset
{
	padding:10px;
	border:solid 1px #2C99CE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:11px;
	
}


legend
{
	padding:10px;
    color:#c4282b;
    font-size:18px;
    font-weight:bold;	
}

h1,h2,h3,h4
{
	color:#5480af;
}


.Driver
{
	font-size:11px;
	background-image:url(../images/user.gif) ;
	background-repeat:no-repeat;
	padding:5px 5px 15px 70px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.Driver h2
{
	text-transform:capitalize;
	color:#c62829;
}

.Driver a,.diverLink
{
	text-align:right;
	font-weight:bold;
	color:#2e99cf;
	font-size:10px;
	text-decoration:none;
}

.Driver a,.diverLink a
{
	cursor:pointer;
}

.Driver img
{
	margin:0px 5px 0px 0px;
	border:0px;
}

/* -- Result box style*/
.QuoteResultHeader
{
	background-image:url(../images/car/results_header.gif) ;
}

.QuoteResultDiv .Logo
{
    margin:18px 0px 0px 25px;
    padding:0;
    width:100px;
    text-align:left;
}

.QuoteResultDiv .Premium
{
    font-weight:bold;
    font-size:12px;
    color:#666666;
    margin:18px 0px 0px 25px;
    width:90px;
    text-align:center;
}

.QuoteResultDiv .Excess
{
    font-weight:bold;
    font-size:12px;
    color:#666666;
    margin:28px 0px 0px 12px;
    width:90px;
    text-align:center;
}

.QuoteResultDiv .RadioCover
{
    margin:28px 0px 0px 27px;
    width:50px;
    text-align:center;
}
.QuoteResultDiv .CourtesyCar
{
    margin:28px 0px 0px 50px;
    width:50px;
    text-align:center;
}
.QuoteResultDiv .Windscreen
{
    margin:28px 0px 0px 55px;
    width:50px;
    text-align:center;
}
.QuoteResultDiv .LoffOfKeys
{
    margin:28px 0px 0px 40px;
    width:50px;
    text-align:center;
}
.QuoteResultDiv .BreakDown
{
    margin:28px 0px 0px 40px;
    width:50px;
    text-align:center;
}
.QuoteResultDiv .WhatNext
{
    margin:28px 0px 0px 5px;
    width:110px;
    text-align:center;
}
/* Holly Hack for IE \*/
* html .QuoteResultDiv ul{height: 1%;} /*Holly Hack for IE7 and below*/

.DriverDetailsHolder
{
    background-image:url('../images/car/driver_details.png');
    background-repeat:no-repeat;
}

.AboutDriverDetailsHolder
{
    background-image:url('../images/car/about_driver.png');
    background-repeat:no-repeat;
}

.CarDetailsHolder
{
    background-image:url('../images/car/car_details.png');
    background-repeat:no-repeat;
}

.CoverDetailsHolder
{
    background-image:url('../images/car/cover_details.png');
    background-repeat:no-repeat;
}


