﻿/* Restyling the form elements in an enquiry form */ 
.enquiryForm .formWrapper {float:left;margin: 0 0 10px 0;width: 360px;}
.enquiryForm label {float:left;width:122px;padding: 0 10px 0 0;color:#5c5c5c;}
.enquiryForm label {float:left;width:110px;padding: 2px 0 0 0;color:#5c5c5c;}

.enquiryForm input {margin-bottom:3px;border:1px solid #afd8e8;}
.enquiryForm input.text {float:left;border:1px solid #afd8e8;padding:1px;margin:0 0 3px 0;width:236px;}
.enquiryForm .textarea {float:left;border:1px solid #afd8e8;padding:1px;margin:0;width:236px;height:67px;font-family: Arial, Helvetica, Verdana, sans-serif;}

.enquiryForm span {color:#ff9900;}
.enquiryForm .clear {clear:both;}
.enquiryForm .textbox { background:#FFFFFF;border:1px solid #d8d8d8; padding:2px; width:120px; }
.enquiryForm textarea { background:#FFFFFF;border:1px solid #d8d8d8; padding:2px; width:235px; height:120px; }
.enquiryForm textarea.big { width:235px; height:195px; }
.enquiryForm select { background:#FFFFFF;border:1px solid #d8d8d8; padding:2px; width:180px; }
.enquiryForm .big { padding:2px; width:180px;}
.enquiryForm .requiredtext { background:url(/images/template/required-field.gif) right center no-repeat; }
.enquiryForm .dotted {border-bottom:1px dotted #c3c3c3;padding-bottom:10px;}

.enquiryForm .checkboxes {float:left;width:236px;}
.enquiryForm .checkbox {float:left;width:236px;}
.enquiryForm .checkbox input {float:left;width:20px;margin-right:7px;border:0 !important;}
.enquiryForm .checkboxes label {float:left;clear:none;width: 200px;clear:right;}

.csGrey {float:left;width:390px;}

.csGrey .Gtop {float:left;height:10px;width:390px;background:transparent url(../images/template/blueBgTop.png) top left no-repeat; overflow:hidden;}
.csGrey .Glower {float:left;height:10px;width:390px;background:transparent url(../images/template/blueBgBottom.png) bottom left no-repeat;}


.csGrey .GStrLower {float:left; width:390px;background:transparent url(../images/template/blueBgContent.png) top left repeat-y;}
.csGrey .GStrInner {float:left;padding: 0 10px 0 10px;}

.csGrey p.buttons {	text-align:center;width:100%;margin:0 !important; padding:0;}
.csGrey ul {list-style: none;}



