/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset { 
	margin: 0; 
}
form.cmxform fieldset.calc { 
	margin: 40px 0 10px 0; 
}
form.cmxform fieldset.hiddenFieldset {
	height: 0;
	margin: 0;
}	
form.cmxform legend,
form.cmxform label { 
	clear:both;
	display: block;
	float:left;
	margin-right: 0;
	text-align: left;
	color: #333;
	vertical-align: bottom; 
	width: 60px;
}
form#registration {
	margin-top: 20px;	
}
form#registration fieldset input {
	border-color: #87b058;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-bottom: 10px;	
}
form#registration fieldset label {
	width: 200px;	
}
form#registration fieldset img {
	padding: 10px 0;	
}
form.cmxform label.labelWide { 
	clear:both;
	float:none;
	display: block;
	margin-right: 0;
	text-align: left;
	color: #185C1B;
	vertical-align: bottom; 
	width: 200px;
}
form#registration fieldset label.labelWide {
	width: 600px;	
}
form.cmxform input.vericode { 
	clear:both;
	border-color: #87b058;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	float:none;
}
form.cmxform legend {
	border-bottom-color: #185c16;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #185c16;
	font-weight: bold;
	margin-bottom: 10px;
}	
form.cmxform fieldset ul li span.formSpan {
	color: #185c1b;
	font-size: 11px;
}
form.cmxform fieldset ul li select  {
	border-color: #87b058;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 75px;
}
form.cmxform fieldset ul li input.calcInput { 
	width: 75px;

}
form.cmxform fieldset ul li input.inputWide  {
	border-color: #87b058;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	width: 200px;
}

form.cmxform fieldset ul li label  {
	color: #185c1b;
	display: block;
	font-size: 11px;
	vertical-align: middle;
	width: 120px;
}
form.cmxform fieldset ul li label.calcLabel  {
	color: #185c1b;
	display: block;
	font-size: 11px;
	vertical-align: middle;
	width: 80px;
}
form.cmxform fieldset ul li label.labelWide  {
	width: 200px;
}

form.cmxform fieldset ul li.underline  {
	border-bottom-color: #87b058;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	width: 155px;
}


/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform #calculator {
	float:left;
	width: 175px;
}
#aForm {
	padding: 0 0 10px 10px;
	width: 410px;
}
.imageAlignLeft {
	margin: 10px 140px 10px 0;
}

/*=
ie fixes ----------- */
*+html form.cmxform fieldset ul li label {
	clear: left;
	color: #185c1b;
	display: inline;
	font-size: 12px;
	vertical-align: top;
	width: 70px;
}
*+html form.cmxform fieldset ul li input  {
	border-color: #87b058;
	border-style: solid;
	border-width: 1px;
	display: inline;
	font-size: 12px;
	padding-left: 2px;
	margin-right: 0;
	width: 75px;
}
*+html form.cmxform fieldset ul li input.chk {
	border: none;
	width: 20px;
}
*+html form.cmxform fieldset ul li.underline, * html form.cmxform fieldset ul li.underline  {
	border-bottom-color: #87b058;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 160px;
}

* html form.cmxform fieldset ul li input  {
	border-color: #87b058;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	margin-right: 0;
	padding-left: 0;
	width: 65px;
}
* html form.cmxform fieldset ul li label {
	clear: left;
	color: #185c1b;
	font-size: 12px;
	vertical-align: top;
	width: 65px;
}
* html form.cmxform fieldset ul li.underline, * html form.cmxform fieldset ul li.underline  {
	border-bottom-color: #87b058;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 160px;
}
* html form.cmxform #calculator {
	float:left;
	padding-top: 0;
	padding-left: 10px;
	width: 195px;
}
* html form.cmxform fieldset ul li input.chk {
	border: none;
	width: 20px;
}
* html form.cmxform fieldset.calc { 
	margin: 25px 0 10px 0; 
}

