@import "pngs.css";

/* CSS Document */
* {
	/* reset everything */
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

html {
	/* force a scrollbar */
	min-height: 101%;
	margin-bottom: 0.1em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://static.interestfree4cars.co.uk/images/bodyBG.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: -1px;
	color: #535353;
}

body.home {	
	background-image: url(http://static.interestfree4cars.co.uk/images/bodyBG-home.gif);
}

body.adminlogin { background-image: none; }

/* hide stuff */
.hide { visibility: hidden; font-size: 1px; }

/* uppercase */
.up { text-transform: uppercase; }

/* clear both */
.clear { clear: both; }

/* paragraphs */
p { margin: 0 0 0.8em 0; }

/* red text */
.red { color: #FF0000; }

/* center stuff */
.center { margin: 0 auto; }

.centerText { text-align: center; }

.noBorder { border: 0; }

.floatLeft { float: left; }

div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

div#header {
	background-image: url("http://static.interestfree4cars.co.uk/images/headerBG.jpg");
	height: 76px;	
	position: relative;
}

div#header h1 {
	/* 
    background-image: url("http://static.interestfree4cars.co.uk/images/siteLogo.png");
	background-repeat: no-repeat; 
	*/
	width: 366px;
	height: 35px;
	position: absolute;
	top: 22px; left: 23px;
}

div#header h1 a {
	text-decoration: none;
	position: absolute;
	top: 0; left: 0;
	width: 366px;
	height: 35px;
}

div#header h2 {
	background-image: url("http://static.interestfree4cars.co.uk/images/callUs.png");
	background-repeat: no-repeat;
	width: 325px;
	height: 21px;
	position: absolute;
	top: 14px;
	left: 523px;
}

/* top menu */

div#header ul {
	list-style: none;
	position: absolute;
	top: 50px; left: 420px;
	font-size: 11px;
	font-weight: bold;
	z-index: 999;
}

div#header ul li {
	display: inline;
}

div#header ul li a {
	float: left;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	margin-right: 5px;
	position: relative;
}

body.home div#header ul li a.home,
body.about div#header ul li a.about,
body.testimonials div#header ul li a.testimonials,
body.faq div#header ul li a.faqs,
body.contact div#header ul li a.contact,
body.finance div#header ul li a.finance,
body.insurance div#header ul li a.insurance,
body.adminhome div#header ul li a.adminhome,
body.hpilookup div#header ul li a.hpilookup,
body.toolbar div#header ul li a.toolbar {
	background-color: #5184bd;
	color: #FFFFFF;
	background-image: url("http://static.interestfree4cars.co.uk/images/topMenuCurve.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}


div#header ul li a:hover {
	background-color: #e7f1fb;
	color: #5184bd;
	background-image: url("http://static.interestfree4cars.co.uk/images/topMenuCurve-hover.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

div#header ul li a span {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("http://static.interestfree4cars.co.uk/images/topMenuCurveRightBlank.gif");
	width: 9px;

}

body.home div#header ul li a.home span,
body.about div#header ul li a.about span,
body.testimonials div#header ul li a.testimonials span,
body.faq div#header ul li a.faqs span,
body.contact div#header ul li a.contact span,
body.finance div#header ul li a.finance span,
body.insurance div#header ul li a.insurance span,
body.adminhome div#header ul li a.adminhome span,
body.hpilookup div#header ul li a.hpilookup span,
body.toolbar div#header ul li a.toolbar span {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("http://static.interestfree4cars.co.uk/images/topMenuCurveRight.gif");
	width: 9px;

}

div#header ul li a:hover span {
	background-image: url("http://static.interestfree4cars.co.uk/images/topMenuCurveRight-hover.gif");

}

/* top menu end */


/* green bar under top menu */
div#greenBar {
	height: 30px;
	border-bottom: 1px solid #5b95d5;
	background-image: url("http://static.interestfree4cars.co.uk/images/greenBg.jpg");
	background-repeat: repeat-x;
	background-color: #5184bd;
	position: relative;
	width: 1000px;
	z-index: 1;
}

/* change the greenbar on the homepage to make room for the flash video */
body.home div#greenBar {
	height: 100px;
	padding-top: 3px;
}

/* left hand side image on the homepage */
div#nilDeposit {
	background-image: url("http://static.interestfree4cars.co.uk/images/greenImage.jpg");
	width: 296px;
	height: 89px;
	margin-top: 5px;
}

/* good looking bird on right hand side */
div#goodLooking {
	background-image: url("http://static.interestfree4cars.co.uk/images/goodLooking.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 12px; right: 0;
	width: 113px;
	height: 167px;
	z-index:888;
}

/* best deals sticker */
a#bestDeals {
	position: absolute;
	top: 95px; right: 10px;
	background-image: url("http://static.interestfree4cars.co.uk/images/ourBestDeals-active.png");
	background-repeat: no-repeat;
	width: 124px;
	height: 125px;
	z-index: 999;
}

/* a#bestDeals:hover {
	background-image: url("http://static.interestfree4cars.co.uk/images/ourBestDeals.png");
} */

/* main content holder */
div#contentHolder {
	font-size: 11px;
}

/* left hand side */
div#leftSide {
	float: left;
	width: 200px;	
	margin: 10px 10px 0 10px;
}

/* right hand side (content) */
div#mainContent {
	float: left;
	width: 770px;
	margin-top: 15px;
	position: relative;
}

/* welcoem text */
p.welcomeText {
	padding-bottom: 10px;
	border-bottom: 2px solid #4a862e;
	margin-bottom: 10px;
}

div#footer {
	clear: both;
	margin: 20px 0 10px 0;
	border-top: 2px solid #5184bd;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}

div#footer p {
	color: #C1C1C1;
}

div#footer a {
	color: #5184bd;
	font-weight: bold;
}

div#footer a:hover {
	color: #000000;
}


/* forms */
form p {
	clear: both;
	height: 1%;
}

form p label {
	float: left;
	width: 90px;
}

.contactForm p label {
	width: 150px;
}

.contactForm p label span {
	color: #FF0000;
}

select {
	width: 130px;
	padding: 2px;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #a7a6aa;
}

input, textarea {
	padding: 2px;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #a7a6aa;
}

input.formBtn {
	border: 0;
}

option {
	padding: 1px 2px 1px 2px;
}

/* end of forms */


h3 {
	font-family: Arial, Sans-Serif;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	font-size: 17px;
	color: #5184bd;
}


div.displayBox {
	margin: 0 0 10px 0;
}

div.displayBox div.carEntry {
	float: left;
	width: 180px;
	margin: 0 10px 10px 0;
	position: relative;
	height: 235px;
	border: 1px solid #babdc1;
}

div.displayBox div.carEntry a {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	padding: 0 5px 0 5px;
	text-align: center;
	text-decoration: none;
	height: 235px;
	background-color: #e6f1fd;
}

div.displayBox div.carEntry a:hover {
	background-color: #86b1e0;
	color: #FFFFFF;
}

h4 {
	color: #5184bd;
	font-size: 11px;
	text-align: center;
}

div.displayBox div.carEntry a:hover h4 {
	color: #FFFFFF;
}

div.displayBox div.carEntry a img {
	border: 1px solid #babdc1;
	margin: 10px auto;
}

div.displayBox div.carEntry span.carDate {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	text-align: left;
	height: 64px;
	background-image: url("http://static.interestfree4cars.co.uk/images/red-triangle.png");
	background-repeat:no-repeat;
	color: #ffffff;
}

div.displayBox div.carEntry a p.carPrice {
	text-align: center;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 12px;
	color: #FF0000;
}

div.displayBox div.carEntry a p.carPrice span {
	font-size: 10px;
}

div#mainLeft {
	width: 345px;
	float: left;
}

div#mainRight {
	width: 345px;
	float: right;
}


table#searchTable {
	border: 1px solid #babdc1;
	border-left: 0;
	clear: both;
}

table#searchTable tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #babdc1;
}
	
table#searchTable tr.tableTitle td {
	background-color: #5184bd;
	color: #ffffff;
	font-weight: bold;
}

table#searchTable a {
	color: #5184bd;
	text-transform: lowercase;
}

div.pages {
	float: right;
	color: #babdc1;
	font-weight: bold;
}

div.pages a {
	color: #5184bd;
}

div.testimonialEntry {
	background-image: url(http://static.interestfree4cars.co.uk/images/bottomQuotes.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 450px;
	margin: 10px auto;
	position: relative;
	padding: 20px 80px 20px 80px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	margin-bottom: 50px;
}

div.testimonialEntry div.topQuotes {
	position: absolute;
	top: 0; left: 0;
	background-image: url(http://static.interestfree4cars.co.uk/images/topQuotes.jpg);
	background-repeat: no-repeat;
	width: 66px;
	height: 49px;
}

div.testimonialEntry p strong {
	color: #4a872c;
}

div.faqHolder {
	width: 90%;
	margin: 0 auto;
}

div.faqHolder div.question {
	display: block;
	padding: 10px 10px 15px 20px;
	background-image: url(http://static.interestfree4cars.co.uk/images/questionBG.jpg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #adcc9e;
}

div.faqHolder div.answer {
	display: block;
	padding: 10px 10px 15px 20px;
	background-image: url(http://static.interestfree4cars.co.uk/images/answerBG.jpg);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

ul.default {
	margin: 20px 10px 20px 50px;
}

ul.default li {
	padding: 5px;
}

body.cardetails div#mainLeft {
	width: 400px;
}

body.cardetails div#mainRight {
	width: 300px;
}

td.linkbox a {
	color: #49882a;
	float: left;
	display: block;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: center;
	margin-left: 40px;
	width: 150px;
}

td.linkbox a:hover {
	background-color: #49882a;
	color: #FFFFFF;
}

body.cardetails div#mainContent select,
div#mainContent table.table select {
	padding: 2px;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #a7a6aa;
	width: 80px;
}
div.topBanner {
	position: absolute;
	top: 2px;
	left: 285px;
	width: 583px;
	height: 99px;
}

.breadcrumbs {
	font-size: 11px;
	color: #babdc1;
	padding: 5px 0 5px 0;
}

.breadcrumbs a {
	color: #5184bd;
	font-weight: bold;
}

div.carImages {
	float: left;
	width: 185px;
	height: 200px;
	margin-right: 10px;
}

div.carSpecs strong {
	color: #4a862e;
}

div.carSpecs span {
	color: #a7a6aa;
}


div.monthlyPayment {
	float: left;
	font-weight: bold;
	font-size: 110%;
	color: #ff0000;
	margin-bottom: 20px;
}

.carButtons {
	clear: both;
	padding: 10px;
}

hr.line {
	border-top:  2px solid #4a862e;
	clear: both;
	position: relative;
}

.carButtons ul {
	list-style: none;
}

.carButtons ul li {
	display: inline;
}

.carButtons ul li a {
	margin: 0 4px 0 4px;
}

div.enquiry {
	border-bottom: 2px solid #4a872c;
}

div.enquiry form div {
	float: left;
	margin-right: 15px;
}

body.cardetails div#mainLeft {
	width: 425px;
}

body.cardetails div#mainRight {
	width: 262px;
}

div.box h3 {
	text-align: right;
	margin: 0 10px 0 0;
}

div.applyOnline {
	position: absolute;
	right: 60px;
	top: -15px;
	width: 101px;
	height: 31px;
}

div.applyOnline a {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(http://static.interestfree4cars.co.uk/images/applyOnline.jpg);
	background-repeat: no-repeat;
	width: 101px;
	height: 31px;
}

div.applyOnline a:hover {
	background-image: url(http://static.interestfree4cars.co.uk/images/applyOnlineActive.jpg);
}

.green {
	background-color: #e6f1fd;
	border:1px solid #babdc1;
	color: #999999;
}
.green em b {
	color: #255993;
}

.yellow {
	background-color: #e6f1fd;
	border:1px solid #babdc1;
	color: #999999;
}
.yellow em b {
	color: #255993;
}

.white {
	background-color: #ffffff;
}
.white em b {
	color: #ffffff;
}

.box {
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	margin-bottom: 10px;
	background-color: #a4c6ec;
	border:1px solid #babdc1;
	color: #0f3b6c;
	padding: 10px;
}

.curvy p {
	position: relative;
	z-index: 100; 
	padding: 5px 10px 5px 10px;
}


.white .ctl,
.white .cbl, 
.white .ctr, 
.white .cbr {
	background: #4a872c; 
}

.box h2 {
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma;
	letter-spacing: normal;
	border-bottom: 1px solid #e7f1fb;
	margin: 0 0 10px 0;
	color: #5184bd;
}

ul.simularVehicles {
	position: relative;
	z-index: 100;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	border-top: 1px solid #FFFFFF;
}

ul.simularVehicles li {
	list-style: none;
}

ul.simularVehicles li a {
	padding: 8px 8px 5px 8px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	clear: both;
	height: 42px;
}

html>body ul.simularVehicles li a {
	height: auto;
	min-height: 42px;
}

ul.simularVehicles li a img {
	float: left;
	margin-right: 5px;
}

ul.simularVehicles li a:hover {
	color: #4a872c;
	background-color: #FFFFFF;
}

#specsHolder {
	margin: 10px 0 10px 0;
}

#specTabs {
	list-style: none;	
}

#specTabs li {
	display: inline;
}

#specTabs li a {
	background-color: #ffbe00;
	color: #999999;
	padding: 5px 10px 4px 10px;
}

#specTabs li a.active {
	background-color: #4a872c;
	border: 1px solid #4a872c;
	color: #000000;
	border-bottom: 0;
}

.specsCopy {
	background-color: #4a872c;
	border: 1px solid #4a872c;	
	padding: 10px;
}

.specsCopy strong {
	color: #ffbe00;
}

.specsCopy div strong {
	color: #ffbe00;
}

.specsCopy div {
	margin-left: 30px;
	color: #FFFFFF;
}

a.tooltip b { 
	/* tooltips */
	display: none; 
}

div#both a.tooltip {
	/* the link */
	color: #000000;
}

a.tooltip:hover {
	/* position the box */
	border: 0; 
	position: relative; 
	z-index: 500; 
	text-decoration: none;
}

a.tooltip:hover b {
	/* show the box */
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 0; 
	padding: 5px; 
	font-weight: normal;
	text-align: center; 
	border: 1px solid #000000; 
	background-color: #b8dda7; 
	color: #000000;
	width: 120px;
}
a.tooltip:hover b em {
	/* show the arrow arrow */
	position: absolute; 
	left: 6px; 
	top: -6px; 
	width: 11px; 
	height: 6px; 
	background: url(..http://static.interestfree4cars.co.uk/images/tooltip.gif) 0 0; 
	display: block; 
	font-size: 1px;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	padding: 5px;
}

legend {
	font-size: 13px;
	text-align: center;
	color: #5184bd;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin-left: 5px;
}

fieldset p label {
	width: 150px;
	font-weight: bold;
}

body#admin div#header {
	background-image: none;
	height: 55px;
}

body#admin div#header ul {
	left: 380px;
	top: 28px;
}

body#admin .curvy p strong {
	font-size: 13px;
}

body#admin .curvy form p input {
	padding: 4px;
	font-size: 12px;
}

body#admin div#mainContent {
	margin-left: 10px;
	margin-top: 5px;
}

body#admin div#leftSide {
	margin-left: 10px;
	width: 200px;
}

body#admin div#header h1 {
	background-image: none;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	top: 15px;
}

body#admin div#header h1 strong {
	color: #49882b;
}

ul#leftNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; 
	margin: 10px 0 10px 20px;
	padding-bottom: 20px;
	z-index: 150;
	position: relative;
}
	
ul#leftNav  li {
	position: relative;
	list-style:none;
}
	
ul#leftNav li ul {
	position: absolute;
	left: 160px; 
	top: 0;
	display: none;
	visibility: hidden;
	padding-bottom: 10px;
}

ul#leftNav li a {
	display: block;
	padding: 5px 2px 5px 2px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

* html ul#leftNav li { float: left; height: 1%; }
* html ul#leftNav li a { height: 1%; }

ul#leftNav li ul li a { 
	padding: 2px 5px; 
	width: 130px; 
	font-size: 10px;
	font-weight: normal;
	position: relative;
	color: #000000;
	position: relative; 
	z-index: 150;
}

ul#leftNav li:hover ul, ul#leftNav li.over ul { display: block; visibility: visible; } /* The magic */

.menu .ctl, .menu .cbl {
	background-color: #4a872c;
}

div#mainContent #simular a {
	color: #FFFFFF;
}

div#mainContent #simular a:hover {
	color: #000000;
}

.noCapID {
	background-color: #FF0000;
}

.tableTitle h2 {
	font-size: 13px;
	text-align: center;
}

div#mainContent table#searchTable tr.tableTitle a {
	color: #FFFFFF;
	text-transform: capitalize;
}

body.adminlogin div#leftSide,
body.adminlogin div#header,
body.adminlogin div#greenBar {
	visibility: hidden;
	display: none;
}

h1 small {
	font-size: 12px;
	letter-spacing: -1px;
	margin-left: 30px;
}

.green a {
	color: #255993;
}

.yellow a {
	color: #255993;
}

div#detailsHolder {
	position: relative;
	margin-top: -5px;
}

div#detailsLeft {
	width: 425px;
}

div#detailsRight {
	width: 265px;
	position: absolute;
	top: 0;
	right: 0;
}

.topBottom10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#detailsImages {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 185px;
}

div#detailsInfo {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

div#detailsInfo span {
	color: #bababa;
}

div#detailsInfo strong {
	color: #5184bd;
}

div#detailsInfo strong span {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

div#smallImages {
	margin: 5px 0 5px 8px;
	text-align: center;
}
#details {
	height: 375px;
	margin-bottom: 8px;
}

#contactForm p {
	clear: both;
	height: 1%;
}

#contactForm p label {
	float: left;
	width: 70px;
}

.applyBtn {
	display: block;
	margin: 0 auto 10px auto;
}

div#applyButton {
	width: 262px;
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}

div#applyButton a {
	background-image: url(http://static.interestfree4cars.co.uk/images/buttons/applyforfinance.jpg);
	width: 262px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

div#DelMap {
	background-image: url(http://static.interestfree4cars.co.uk/images/deliveryMap.jpg);
	width: 176px;
	height: 283px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	font-size: 1px;
	letter-spacing: -5px;
	line-height: -18px;
}

div#DelMap a {
	position: absolute;
	text-decoration: none;
	top: 0;
	left: 0;	
	width: 176px;
	height: 283px;
}

div#carHolder {
	clear: both;
}

div#carLeft {
	float: left;
	margin-right: 10px;
	width: 250px;
}

div#carRight {
	float: left;
	width: 500px;
}

div#carImage {
	text-align: center;
	padding: 5px;
	border: 1px solid #babdc1;
}

div#carBasicInfo {
	border: 1px solid #babdc1;
	margin: 10px 0 10px 0;
	border-top: 0;
}

div#carBasicInfo p {
	clear: both;
	border-top: 1px solid #babdc1;
	padding: 7px 0 0 5px;
}

div#carBasicInfo p label {
	font-weight: bold;
	float: left;
	width: 130px;
	color: #5184bd;
}

ul#tabs {
	list-style: none;
}

ul#tabs li {
	display: inline;
}

ul#tabs li a {
	float: left;
	padding: 5px 10px 5px 10px;
	border: 1px solid #babdc1;
	border-bottom: 0;
	margin-right: 2px;
	font-weight: bold;
	background-color: #5184bd;
	color: #e7f1fb;
}

ul#tabs li a.active {
	color: #5184bd;
	background-color: #e7f1fb;
}

#tabbedContentCopy {
	clear: both;
	border: 1px solid #babdc1;
	padding: 10px;
	margin-bottom: 2em;
	background-color: #e7f1fb;
}

input#deposit {
	padding: 3px;
	width: 200px;
}

div#mainContent h2 { 
	font-size: 15px;
	color: #5b8cc6;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #babdc1;
}

form#leftSearch select {
	width: 180px;
	padding: 3px;
}

form#leftSearch input.keywords {
	width: 170px;
	padding: 3px;

}

.basic {
	border:0;
	background-color:#FFFFFF;
	padding: 0;
	background-image: none;
}

div#contentHolder h1 {
	font-family: Arial, Sans-Serif;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
	color: #5184bd;
	border-bottom: 1px solid #babdc1;
	padding-bottom: 5px;
}

body.cardetails div#contentHolder h1 {
	border-bottom: 1px solid #babdc1;
	padding-bottom: 5px;
}

div#contentHolder h1 span.hide {
	visibility: visible;
}

div#mainContent a {
	color: #5184bd;
	font-weight: bold;
	text-decoration: none;
}

div#mainContent a:hover {
	color: #000000;
}

.attention {
	padding: 1%;
	margin-bottom: 2%;
	border: 1px solid #c5af79;
	background-color: #f4e2b8;
	color: #987f41;
	font-size: 12px;
}

ul#carLinks {
	list-style: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

ul#carLinks li {
	display: block;
	border-bottom: 1px solid #FFFFFF; /* ie */
}

ul#carLinks li a {
	display: block;
	background-image: url(http://static.interestfree4cars.co.uk/images/buttons/sexy-btns.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	width: 150px;
	text-align: center;
	line-height: 24px;
	margin: 0 0 5px 50px;
}

ul#carLinks li a:hover {
	background-image: url(http://static.interestfree4cars.co.uk/images/buttons/sexy-btns.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

form.applicationForm {
	width: 80%;
	margin: 20px auto;
}

form.applicationForm p {
	clear: both;
	padding: 5px 0 10px 0;
	font-size: 12px;
}

form.applicationForm p label {
	float: left;
	font-weight: bold;
	width: 400px;
}

.error {
	font-weight: bold;
	color: red;
	font-size: 12px;
}

#quick-search {
	position: absolute;
	top: 7px; right: 5px;
	width: 230px;
	height: 84px;
	padding: 5px 0 0 20px;
	color: #FFFFFF;
	background-image: url(http://static.interestfree4cars.co.uk/images/greenImage.jpg);
	background-repeat: no-repeat;
	background-position: -280px 0;
}

#quick-search select {
	width: 220px;
}

#quick-search-small {
	float: right;
	margin-top: 6px;
	color:#FFFFFF;
}

#quick-search-small select {
	padding: 0;
	width: 200px;
}