/***********************************************/
/* Form Overrides							   */
/***********************************************/

form.cmxform {
	text-align: left;
	padding-left: 0px;
}

form.cmxform fieldset {
	border: 1px solid #8F8F8E;
	background: #ecf3ff url(../images/form-gradient.png) repeat-x bottom left;
	margin: 20px 0px;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding: 2px 7px 3px 7px;
	background-color: #F0F0EF;
	border: 1px solid #666;
}

form.cmxform label {
	width: 160px; /* Width of labels */
}

form.cmxform input, form.cmxform select, form.cmxform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form.cmxform textarea {
	width: 280px;
	margin: 0;
	padding: 0;
}

form.cmxform input[type="text"] {
	width: 200px; /* Width of fields */
}

form.cmxform input[type="radio"] {
	width: 15px;
	margin: 0 10px 0 0;
}

form.cmxform fieldset fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: transparent;
	border: none;
}

form.cmxform fieldset fieldset label { /* aligns radio buttons like bullet points */
	padding-left: 25px; /* equals width + right margin of radio buttons */
	text-indent: -25px;
}

form.cmxform select {
	width: 204px;
}

form.cmxform fieldset fieldset label, form.cmxform li div {
	margin-left: 163px; /* Width plus 3 (html space) */
}

form.cmxform li div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}

form.cmxform .txtShort {
	width: 85px !important;
}

form.cmxform p {
	margin: 0;
	margin-bottom: 10px;
}

form.cmxform .autowidth {
	width: auto !important;
}