/**********************************

Use: cmxform template

***********************************/
form.cmxform label {
	clear:both;
	cursor:hand;
	color:#5F972D;
	display:block;
	line-height:25px;
	padding-bottom:5px;
}

form.cmxform fieldset p {
	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: inline;
	width: auto;
}

form.cmxform label { width: 400px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 3px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 3px;
	width: 400px;

}

form.cmxform input.submit {
	margin-left: 103px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
#loader{
	position:absolute;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	margin-left:-24px;
	margin-top:-24px;
	display:none;
}
#result{;
	width:300px;
	text-align:center;
	font-size:14px;
	margin:0 auto;
	border: 1px solid #99CC33;
	margin-bottom:10px;
	padding:5px;
	background-color: #EEE2C0;
	display:none;
}