/* forms
--------------------------------------------- */
form label {
	float: left;
	padding: .2em;
	margin: 0 .1em 0 0;
	font-weight: bold;
	line-height: 1.5em;
	}

fieldset.group label {
	float: left;
	padding: .2em;
	margin: 0 .1em 0 0;
	font-weight: bold;
	line-height: 1.5em;
	width: 15em;
}

form fieldset label.yes_no {
	float: none;
	width: 11em;
	margin: 0 1em 0 0;
	font-weight: bold;
	line-height: 1.5em;
	}

input.input-text, input.input-text {
	width: 20em;
	padding: .2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #3C3E42;
	}

textarea {
	width: 32em;
	padding: .5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #3C3E42;
	}

select {
	width: 21em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

select.date_time {
	width: auto;
	}

select.width_auto {
	width: auto;
	}


/* confirm/alert box */
#errorMsg {
  background:#ffdfdf;
  border:1px solid #df7d7d;
  border-width:1px 0;
  margin:0 0 1em 0;
  padding: 1em;
}

#errorMsg dt, #errorMsg h3 {
	margin:0 0 .5em 0;
  font-size:110%;
  line-height:100%;
  font-weight:bold;
}

#errorMsg dd {
	margin:0;
	padding:0;
}

#errorMsg ol {
	margin:0;
	padding:0;
}

#errorMsg ol li {
	margin:0;
	padding:2px;
	list-style-position:inside;
	border-bottom:1px dotted #df7d7d;
	position:relative;
}

#errorMsg ol li.last {
	border-bottom:none;
}

p.confirm {
	padding: 1em 1.5em;
	color: #1C1C1C;
	border-top: 3px solid #FF6E07;
	border-bottom: 3px solid #FF6E07;
	background: #FF8A33;
	}

span.desc, p.desc {
	clear: left;
	display: block;
}

.group p.desc {
	width: 30em;
	font-size: 12px;
}

/* Subsection Tabs
--------------------*/
#global_form_div ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #A49D9B;
	height:20px;
	clear:both;
}

#global_form_div ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#global_form_div ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
}

#global_form_div ul.subsection_tabs li a:hover {
	color:#333;
}

#global_form_div ul.subsection_tabs li a.active {
	background-color:#A49D9B;
	color:#333;
	font-weight: bold;
}

#global_form_div ul.register_tabs {
	border-bottom:none;
}

#global_form_div ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

.tabcontent {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: left;
}

.formHint {
	margin: 0;
	padding: 0;
	padding-left: 12em;
}

div.form div.mod-meta img {
	margin: 0 .1em 0 0;
	padding: .2em;
	border: 1px solid #e0e0d5;
	background: #fff;
	vertical-align: bottom;
	}

div.form div.mod-meta p {
	margin: 0 0 .1em 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}

.objectOption div.optionDesc {
  clear: left;
  padding: 0 5px 5px 5px;
  color: #333;
}

div.mod-body form fieldset p {
	clear: left;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 0;
    display: block;
    /* float: left; */
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
