/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

@charset "utf-8";

* { 
	margin: 0;
	padding: 0; 
}

body {
	background55:#231F20;
    /*color: #231F20;*/
    color55: #b1b0b0;
	font: 0.8em Arial,Tahoma,Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	overflow-y: scroll;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#inquireForm {
	padding: 0 10px;
	font: normal 80% "Lucida Grande", Helvetica, Verdana, Arial;
		
	width : 600px;
	margin-right: auto;
	margin-left: auto;
	}

.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
.margin1 {
	padding-left:20px;
	}
	
	.margin2 {
	padding-left:20px;
	vertical-align: top; 
	}
	
	
p.form { margin: 10px 0; }	


.form3 {  font-size: 11px; padding-top: 2px; width: 165px; height: 20px; -moz-outline-style: none; }

.form1 {  font-size: 11px; padding-top: 2px; height: 20px; -moz-outline-style: none; }

.form5 {  font-size: 11px; padding-top: 2px; width: 81px; height: 20px; -moz-outline-style: none; }

.form6 {  font-size: 11px; padding-top: 2px; width: 47px; height: 21px; -moz-outline-style: none; }

.form7 {  font-size: 11px; padding-top: 2px; width: 60px; height: 21px; -moz-outline-style: none; }

.form8 {  font-size: 11px; padding-top: 2px; width: 52px; height: 20px; -moz-outline-style: none; }

.form9 {  font-size: 11px; padding-top: 2px; width: 135px; height: 20px; -moz-outline-style: none; }

.form10 {  font-size: 11px; padding-top: 2px; width: 89px; height: 20px; -moz-outline-style: none; }

.form11 {  font-size: 11px; padding-top: 2px; width: 25px; height: 15px; -moz-outline-style: none; }

.form12 {  font-size: 11px; padding-top: 2px; width: 73px; height: 15px; -moz-outline-style: none; }

.form4 {  font-size: 11px; padding-top: 2px; height: 16px; -moz-outline-style: none; }

.form {  font-size: 11px; padding-top: 2px; width: 163px; height: 15px; -moz-outline-style: none; }


form.cmxform {
	width: 570px;
	padding-top: 0px;
	color: #333;
	border-left: 50px;
		
	}
	
form.cmxform legend { 
	padding-left: 0; 
	
	}
	
form.cmxform legend,
form.cmxform label { 
	color: #333; 
	
	}

form.cmxform fieldset {
	border: none;
	
	border-top: 30px;
	background: url(../images/inquire.png) left bottom repeat-x;
	
	
	}
	
form.cmxform fieldset fieldset { background: none; 


}
	
form.cmxform fieldset li {
	padding: 5px 30px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	
	}
	
	UL  { list-style: none
	
	}


/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 220px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 223px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */	
	