@charset "utf-8";

/* Form  */

form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	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: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
}
form.cmxform legend {
	padding-left: 0;
}
form.cmxform legend, form.cmxform label {
	color: #333;
}
form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

#formDetails {
}
#formDetails .formquestion {
	padding: 4px 0;
	clear: both;
}
#formDetails p {
	margin: 0;
}
#formDetails label {
}
#formDetails .lblQuestion {
	width: 200px;
	float: left;
	display: block;
}
#formDetails .question_label {
}
#formDetails input {
	float: left;
	display: block;
}
#formDetails textarea {
}

.payform {
}
.payform .form_element {
	padding: 4px 0;
	clear: both;
}
.payform label {
	width: 200px;
	float: left;
	display: block;
}
.payform input {
	float: left;
	display: block;
}
.payform input[type=submit] {
	clear:both;
}