/* PAGE ELEMENTS */
html {scrollbar-face-color : #333366; scrollbar-arrow-color:#ffffff;}
body {font-family : Arial, Helvetica, sans-serif;font-size : 10px;	background-repeat : repeat-x; color:#fff; scrollbar-face-color : #000000; scrollbar-arrow-color:red;}



/*Individual form Elements, switch off/on using display: none or visibility: none */
/* Box 1 - vehicle details, these are classes inside .box1vehicle */
.make{display: block; visibility: visible;position:absolute; left:0px; top:0px; }
.model{display: block; visibility: visible;position:absolute; left:0px; top:25px; }

select{font-size : 9px;}

.searchbutton input{position:absolute;top:25px;left:86px;  background-repeat:no-repeat; background-image : url(searchbut.gif);background-color:#000000; font-size:9px; color:#ffffff; border: none; width:38px; height: 18px; text-align: center;  cursor: pointer;} /*search button, define colour/text styles*/









