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

Use: cmxform template

***********************************/
.cmxform fieldset {
	margin-bottom: 10px;
}

.cmxform legend {
	padding: 0 2px;
	_margin: 0 -7px; /* IE Win */
    font-size: 120%;
}

.cmxform label {
	display: inline-block;
	vertical-align: top;
    text-align: right;
	cursor: hand;
}

.cmxform fieldset p {
	list-style: none;
	padding-top: 5px;
	margin: 0;
}

.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

.cmxform fieldset fieldset legend {
	padding: 5px;
	font-weight: normal;
}

.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

.cmxform label { width: 140px; } /* Width of labels */
.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}
.cmxform label.aleft { width: 200px; padding-left:5px; text-align: left; }
.cmxform label.min { width: 75px; }
.cmxform label.service { width: 70px; }

.cmxform input.submit {
	margin-left: 103px;
}

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





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

Name: cmxform Styles

***********************************/
.cmxform {
	color: #333;
}

.cmxform legend {
	padding-left: 0;
}

.cmxform legend, .cmxform label {
	color: #333;
}

.cmxform fieldset {
	border: none;
	/*border-top: 1px solid #ccc;*/
	background: #f2f2f2 url(images/bg-form.png) repeat-x;
}

.cmxform fieldset fieldset {
	background: none;
}

.cmxform fieldset p, .cmxform fieldset fieldset, .cmxform p {
	/*padding: 5px 10px 7px;*/
	background: url(images/bg-form-div.png) left bottom repeat-x;
}

.cmxform p.no-line{ background: none;}

.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	padding: 0 5px 0 15px;
	color: #7f7f7f;
	font-style: italic;
	background: url(images/bg-form-error.html) left bottom no-repeat;
	background: url(images/bg-form-error.png) left bottom no-repeat !important;
	border-right: 1px solid #ccc;
}
div.error { display: none; }
input.error { border: 1px dotted RED; }
select.error { border: 1px dotted RED; }
textarea.error { border: 1px dotted RED; }

/* Error item */

#contactForm label.error,
#signupForm label.error {
	position: absolute;	
	margin-left: 5px;
	width: auto;
	display: inline;
    z-index: 10195;
}
