body
{
    margin: 0px;
}

body p
{
    font-family: Arial,Helvetica,sans-serif;
}

.bodyClass
{
    margin: 0 auto;
    width: 250px;
}

/* ---------------- header ----------- */

.headerLogo
{
    width: 162px;
    height: 40px;
}

.headerBanner
{
    background : #ed1c24;
    margin-bottom: 10px;
}

.headerTitle p
{
    font-size: 14px;
    color: #333333;
    margin: 0px;
    line-height:20px;
    padding: 0;
    margin: 0;
    display: block;
}

.headerBanner p
{
    margin: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 10px 10px 14px;
}

.topLogo
{
    margin-bottom: 6px;
    padding: 12px 12px 0px 12px;
}

/* ------- buttons ---------- */

.buttonEstimator
{
    padding: 5px 15px;
    background: #2879ee;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: bold 22px/100% Arial,Helvetica,sans-serif;
    outline: medium none;
    width: 185px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    margin-bottom: 10px;
    margin-top: 15px;
}

.buttonEstimator:hover,.buttonEstimator:focus
{
    background: #0c5fd7;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    text-decoration: none;
}

.buttonQuotes
{
    padding: 5px 15px;
    background: #2879ee;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: bold 20px/100% Arial,Helvetica,sans-serif;
    outline: medium none;
    width: 220px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    margin-bottom: 5px;
}

.buttonQuotes:hover,.buttonQuotes:focus
{
    background: #0c5fd7;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    text-decoration: none;
}

a img
{
    border: 0;
}

/* --------- questions ---------- */

.age, #vehicleGroup
{
    width: 150px;
}

#age, #vehicle_group, #NCB, #total_excess
{
    width: 214px;
    height: 34px;
}

#postcode, #vehicle_registration
{
    width: 210px;
    height: 28px;
}

.vehicleGroup
{
    float: left;
    padding-left: 46px;
    width: 157px;
}

.postcode
{
    float: left;
    padding-left: 88px;
    width: 73px;
}

.NCB
{
    float: left;
    padding-left: 68px;
    width: 115px;
}

.total_excess
{
    float: left;
    padding-left: 79px;
    width: 92px;
}

.vehicleReg
{
    float: left;
    padding-left: 58px;
    width: 135px;
}

.ageContainer, .vehicleContainer, .postcodeContainer, .totalExcessContainer, .NCBContainer, .vehicleRegContainer
{
    margin-top: 10px;
}

.age p, .vehicleGroup p, .postcode p, .NCB p, .total_excess p, .vehicleReg p
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
}

.age p, .postcode p
{
    margin-bottom: 5px;
}

.vehicleGroup p, .NCB p, .total_excess p, .vehicleReg p
{
    margin-bottom: 0px;
}

/* ------------ terms and conditions checkbox ---------- */

.termsConditions
{
    color: #333333;
    font-size: 12px;
}

.termsConditions p
{
   margin: 0px;
}

/* -------------- full quote link -----------*/

.fullQuotesLink
{
    margin-top: 60px;
    color: #333333;
    font-size: 13px;
}

/* --------------- errors --------------- */

.errorClass
{
    border:1px dotted #FF0000;
    background: #FFC0BF;
    padding-bottom: 4px;
}

.errSpan
{
    color: #ff0000;
}

.generalError
{
    color: #ff0000;
    border:1px dotted #FF0000;
    background: #FFC0BF;
    width: 200px;
}

.vehRegErrText p
{
    color: #FF0000;
    font-size: 11px;
    margin: 3px 0px 0px 0px;
}

/* ------------ text on form ------------ */

.smallerTextEstimator
{
    font-size: 11px;
    color: grey;
    margin-top: 0px;
    margin-bottom: 5px;
}

#vehicleRegContainer a
{
    text-decoration: none;
}


#vehicleContainer a
{
    text-decoration: none;
}

/* -------------- help -------------- */

.qstHlp
{
    width:16px;
    height:16px;
    zoom                  : 1;
    vertical-align        : baseline;
    outline               : none;
    cursor                : help;
    -webkit-border-radius : .6em;
    -moz-border-radius    : .6em;
    border-radius         : .8em;
    background: url("../images/question.png") no-repeat 0px 0px;
    filter                : none;
    font-weight           : bold;
    text-indent: 100%;
    white-space: nowrap;
    float: left;
}

.qstHlp:hover
{
    filter: none;
    * position: relative;
    * z-index: 9999;
}

.helpCls
{
    padding-left: 8px;
}

/* ------------- footer -------------*/

.footerLogoImage
{
    margin-top: 200px;
}

.footer p
{
    font-size: 10px;
    line-height: 1.3;
}

/* ------------ last page values ----------- */

.minimumValue, .averageValue
{
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    margin: 30px auto;
}

.minimumValue
{
    width: 165px;
    margin-top: 15px;
}

.averageValue
{
    width: 200px;
}

.minimumValue p, .averageValue p
{
    margin: 0px;
}

.minimumValueTxt, .averageValueTxt
{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.estimateImg
{
    padding-top: 2px;
}

.textMinimVal, .textAverageVal
{
    float: left;
}

/* ---------- info icon --------- */

.infoCls
{
    width:16px;
    height:16px;
    zoom                  : 1;
    vertical-align        : baseline;
    outline               : none;
    cursor                : help;
    text-align            : center;
    text-decoration       : none;
    background: url("../images/info.png") no-repeat 0px 0px;
    padding: 0;
    margin: 0 0  -2px 0;
    display:inline-block;
}

/* ------ curl error ------------ */

.curlError
{
    color: #FF0000;
    margin-right: 5px;
    /*padding-top: 5px;*/
	 padding-left: 15px;
}

/* ------- result page no price message --------- */

.noPriceMessage
{
	margin: 90px 0px;
}

.noPriceMessage p
{
	padding: 0px 15px;
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.bckBtn2 {
    margin-top: 10px;
    text-decoration: underline;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


