*                           { margin: 0; padding: 0; }
html                        { overflow-y: scroll; }


.clear                      { clear: both; }

#page-wrap                  { width: 700px; margin: 40px auto; }
form {
	font-size: 12px;
}



label                       {
	width: 200px;
	display: block;
	font-size: 12px;
	color: #34618E;
	float: left;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	padding-left: 80px;
}
label i {
	color: #B72B2C;
}

input[type=text], textarea, select  {
	width: 200px;
	outline: none;
	float: left;
	background-color: #F2F2EA;
	border: 4px solid #FBFBF8;
	font-weight: bold;
	color: #666666;
}

.rowElem 
label.error                 { float: none; font-style: italic; color: red;
                              position: absolute; top: 16px; left: 0; 
                              font-size: 12px; }
                              
.rowElem #jqTransformTextarea-mm
label.error                 { top: 28px; }

#changeTypeArea             { float: left; margin: 0 0 10px 0; width: 350px; }

.rowElem                    {
	position: relative;
	clear: both;
	min-height: 35px;
	margin-bottom: 5px;
}
.rowElemSelect              { clear: both; min-height: 35px; }

.thanks                     { color: green; font-weight: bold; }


.jqTransformTextarea, 
.jqTransformSelectWrapper   { margin: 0 0 5px 0; }.quickSearch form select {
	width: 100%;
	margin-bottom: 10px;
	color: #638561;
}
.quickSearch  a.as-link  {
	font-size: 11px;
	display: block;
	margin-top: 8px;
	color: #666666;
	text-decoration: underline;
}
form {
	display: block;
}
.signin.jqTransformButton {margin-left:168px;}
 .registersubmit.jqTransformButton {margin-left:296px;}
form#register label {
	width: 280px;
	float:left;
	margin-right:20px;
}
form.jqtransformdone .multiple-checkbox-list div.rowElem ,.multiple-checkbox-list .rowElem {
	float: left;
	width: 200px;
	clear: none;
	margin-right:20px;
}
.multiple-checkbox-list .rowElem label {
	width: 130px;
}
/*#register_looking_for_types_box {display:none;}*/
.selectWrapper {
	float: left;
	width: 220px;
}
.rowElemSelect ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
.quickSearch p {
	margin-bottom: 5px;
}
.quickSearch .mid {
}

.quickSearch h2 {
	margin-bottom: 0px;
	font-size: 20px;
}
#getQuote label { visibility:hidden; position:absolute;
}
#getQuote input {
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 125px;
	margin-bottom: 7px;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
}

#getQuote input.error {
	background-image: url(/images/button-error.jpg);
}
#getQuote input.button {
	padding: 0px;
	background-image: url(/images/button-get-quote.jpg);
	height: 27px;
	width: 121px;
}
#btn_send-enquiry {
	margin-left: 307px;
}
.checkboxList {
	margin-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 20px;
}
.checkboxList strong {
	margin-bottom: 5px;
	display: block;
}

.checkboxList label {
	width: auto;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

.checkboxList input {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
}

.alertbox {
	display:block;
	padding:8px;
	border: 2px solid #CC0000;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
	margin:0 0 10px 80px;
	width:415px;
}
.alertbox.green {
	background-color:#F3F8F1;
	border:2px solid #3A9205;
}