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

Use: cmxform template
Author: Nick Rigby

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

form.cmxform fieldset {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.0em;
	vertical-align: top;
	width: 85px; /* Width of labels */
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	}	
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	margin-left: 150px; /* Width plus 3 (html space) */
	}

form.cmxform em {
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	}

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

/*  Overwrite some CSS Properties from CMXFORM.css */
form.cmxform fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
form.cmxform label {
	line-height: 1.4em;
	}
#sideContent form.cmxform .textField {
	width: 150px;
}
#sideContent form.cmxform .textArea {
	width: 95%;
}
#sideContent form.cmxform .formEmailConfirmation {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
#FormBody form.cmxform label {
	width: 160px; /* Width of labels */
	margin: 0px;
	padding: 0px;
}
#FormBody form.cmxform .textFieldShort {
	width: 50px;
}
#FormBody form.cmxform .textFieldMedium {
	width: 150px;
}
#FormBody form.cmxform .textFieldMedLong {
	width: 200px;
}
#FormBody form.cmxform .textFieldLong {
	width: 300px;
}
#FormBody form.cmxform .textArea {
	width: 300px;
}

