/* CSS Document */

.clear {
	clear: both;
}

.form {
	padding:10px 0 0 10px;
	margin:0;
	list-style-type:none;
	color:#000000;
}

input, textarea, select {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

input.text,
textarea,
select {
	border: 1px solid #bbb;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	padding: 2px 0;
	background: url(../images/textfield_bg.gif) left top repeat-x white;
}

input.big {
	font-size: 14px;
}

select {
	padding: 2px 0 0 0;
}

label, legend {
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #4f4124;
	display: block;
	padding: 5px 0;
}

*html .form label,
legend span, 
legend label {
	padding:0 !important;
	margin:0 !important;
}

.choices legend span {
	padding: 5px 0;
	display: block;
	width: 100%;
}

label.before {
	display: inline;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-left: .5em;
}

.required,
legend .required,
label .required {
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
}

.choices ul.many {
	height: 30em;
	overflow: auto;
	padding: 4px;
	background: scroll url(../images/textfield_bg.gif) left top repeat-x white;
	border: 1px solid #bbb;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	width: auto;
}

li.focused .choices ul.many {
	background-color: #f1faff;
}

.choices label,
label.after {
	display: inline;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	font-size: 11px;
}

.choices legend label {
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.form li span label {
	font-size: 9px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding-top: 2px;
}

body form ul.form li.actions {
	padding-top: 15px;
	padding-bottom: 5px;
}

body form ul.form li.actions2 {
	padding-top: 0;
	padding-bottom: 5px;
}

#body .form li.actions input.button,
#body .form li.actions button,
#body .form li.actions input.submit,
#body .form li.actions button.submit,
.actions input.submit {
	font-size: 1.4em;
}

button {
	background-color: #f0f0f0;
	border-color: #fff;
	border-width: 1px;
}

input.highlight,
button.highlight,
option.highlight,
select.highlight option {
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

fieldset fieldset legend {
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.section .content form h2,
.section .content h2.frm_header {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	clear: left;
}

.section .content form h3 {
	margin-bottom: 0;
	margin-top: 10px;
}

.section .content form p.form_help {
	margin-bottom: 6px;
	margin-top: 0;
}




/** ERRORS **/



/***** asdfasdfafd ******/




/* Layout */ 
form {
	margin: 0;
	padding: 0;
}

.frm_subsection {
	background-color: #efefef;
}

ol.form,
ul.form {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

.content ul.form li {
	margin: 2px 0 0 0;
	padding: 2px 0 5px 0;
}

.form li.focused {
	background-color: #d8eef9;
}

.form fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.form fieldset span {
	padding-top: 5px;
	float: left;
}	

.form fieldset span span {
	padding-top: 0;
	float: none;
}

.form fieldset span input,
.form fieldset span textarea,
.form fieldset span select,
.form fieldset span button {
	margin-bottom: 2px;
}

.form fieldset span label {
	margin-bottom: 2px;
	margin-top: 2px;
}

legend {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

.form fieldset div {
	clear: left;
}

.form fieldset div span label {
	padding-bottom: 6px;
	margin-bottom: 0;
}

input,
button,
textarea,
select,
label,
legend span,
.form p {
	margin-left: 5px;
	margin-right: 5px;
}

input,
button,
textarea,
select {
	margin-bottom: 2px;
}

.form  li p {
	max-width: 35em;
}

label,
legend span,
legend label {
	margin-bottom: 2px;
	margin-top: 0;
	font-size: 12px;
}

.form fieldset legend span {
	float: none;
}

.form fieldset legend label span.required {
	margin: 0;
	padding: 0;
}

.form li p {
	margin-bottom: 0;
}

.form li p.supplement {
	font-size: 10px;
	line-height: 1.4em;
	margin-top: -3px;
	margin-bottom: 6px;
}

.choices ul {
	list-style-type: none;
	margin: 0 0 .3em 0;
	padding: 0 10px 0 0;
}

.choices input {
	margin-left: -20px;
}

.choices legend input {
	margin-left: 0;
}

.form li .choices ul,
.form li.choices ul {
	margin-left: 7px;
}

.form li .choices ul.column {
	float: left;
	margin-right: 10px;
}

.section .form li .choices ul li,
.section .form li.choices ul li {
	margin: 0;
	padding: 0;
}

.section .form li .choices ul li input,
.section .form li.choices ul li input {
	margin: 0;
	margin-left: 0;
}


.form li.disabled,
.form li.disabled input,
.form li.disabled button,
.form li.disabled select,
.form li.disabled label,
.form li.disabled legend {
	background-color: #e7e7e7;
	color: #999;
}