/* CSS Document */

.clear {
	clear: both;
}

input, textarea, select {
	font-size: 11px;
}

.form input.text,
.form textarea,
.form 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 #fff;
}

.form input.text,
.form textarea {
	padding: 3px;
}

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

.form select {
	padding: 2px 0 0 0;
}

.form label,
.form legend {
	font-weight: bold;
	color: #444;
	display: block;
	padding: 5px 0;
}

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

.form label.before {
	display: inline;
	padding-left: .5em;
}

.required,
.form legend .required,
.form label .required {
	font-weight: bold;
	color: #c00;
}

.form li {
	margin-bottom:5px;
}

.form li.division {
	clear:both;
	padding:0 5px;
	margin-top:10px;
}

.form li.division h2,
.form li.division h3 {
	color:#444;
	margin:0;
}

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

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

.form .choices ul.many input {
	margin-left: 5px;
}

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

.form .choices label,
.form label.after {
	display: inline;
	font-size:11px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

.form fieldset.choices legend label {
	font-size:12px;
	font-weight:bold;
}

.form li.confirm {
	padding-left:25px;
	margin-top:15px;
}

.form li.confirm input {
	float: left;
	margin-left:-20px;
}

.form li.confirm label {
	font-weight:bold;
	padding-top:0;
	margin-left:0;
}
/* IE hack */
*+html .form li.confirm label {
	margin-top:-11px;
}

* html .form li.confirm label {
	margin-top:-11px;
}

.form .confirm  p.supplement {
	margin-left:0;
	margin-right:0;
}

.choices legend label {
	font-size:12px;
	font-weight:bold;
	margin-left: 0;
}

.form li span label {
	font-size: 9px;
	font-weight: normal;
	line-height: 1em;
	padding-top: 2px;
}

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

li.actions input.submit {
	font-size: 14px;
}

input.highlight,
button.highlight,
option.highlight,
select.highlight option {
	font-weight: bold;
}

fieldset fieldset legend {
	font-weight: normal;
	color: black;
}

.section .content form h2,
.section .content h2.frm_header {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	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;
}


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;
}

ul.form li.column {
	float: left;
}

ul.form li.after_column {
	clear:left;
}

.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.errors {
	margin:0;
}

.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;
}

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

.form fieldset div {
	clear: left;
}

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

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

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

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

.form label,
.form legend span,
.form fieldset legend label {
	margin-top: 0;
	font-size: 12px;
}

.form legend span,
.form legend label {
	padding-bottom: 0;
}

.form fieldset legend span {
	float: none;
}

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

.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:0;
	padding-bottom: 2px;
}

.form fieldset.choices {
	padding-left: 5px;
}

* html .form fieldset legend span {
	margin-left:-1px;
}

* html .form fieldset.choices legend span {
	left:-7px;
	position:relative;
}

*+html .form fieldset legend span {
	margin-left:-1px;
}

*+html .form fieldset.choices legend span {
	left:-7px;
	position:relative;
}

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

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

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

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

.form li .choices ul.column2 {
	margin-top: 0;
	margin-left:0;
}

.form li .choices ul.column2 li {
	width:40%;
	float:left;
	margin-right: 10px;
	padding-left:22px;
}

*+html .form li .choices ul.column2 li { 
	display:inline;
}

*+html .form li .choices ul.column2 li { 
	position:relative;
	width:150px;
}

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


.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;
}



/** ERRORS **/

.errors {
	background-color: #fcc;
	color: #c00;
}

div.errors {
	padding:3px 10px;
}

.form li .errors {
	margin:0 5px;
	/*padding: 0 5px;*/
}

.errors ul,
p.error {
	background-color: transparent;
	color: #c00;
	display: block;
	font-weight: bold;
	margin:0 5px;
}
p.error {
	padding-bottom:3px;
}

.errors p.message span {
	font-weight: normal;
}

#composePanel p.error.message {
	display: none;
}


