/*---Warning style---*/
h3.red-shaded {
    /*padding: 2px 10px;
    margin:0 0 5px 0;
    background-color: #FDEEE8;
    color: #BD0000;*/
}

/*---Checkbox---*/
.cb-row {margin: 0px;clear:both;overflow:hidden;}
/*.cb-row label {float:right; margin: 0px; padding: 0px;}
.cb-row input {float:left; margin: 0px; padding: 0px;}*/

/*---FORM CSS---*/
.form { padding: 5px 10px; }
.form label { display: inline; width: 450px; padding: 8px 0; color: #222; text-align: right;}
.form label input { width: 175px; }
.form label input, .form label select { position: relative; top: -15px; float: right; margin: 0; padding: 0; }
.form ul li { list-style: none !important; }

#form_body {
    margin: 0px;
}

.layout > .float-left.one-half {
    padding-left:0rem !important;
}

.layout > .float-right.one-half {
    padding-left:0rem !important;
}

.full.bct > .one-half {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
}

/*
This was set in the page directly; removed from public.master.
#form_body h4 {
    margin-left:-5px !important;
    background-color: #E6B3B3 !important;
}
*/

label.error {
    color: #FF0000;
}

.errors_list {
	clear:both;
	margin: 10px;
	padding: 10px;
	border: 3px solid #990000;
	font-size: 12px;
	background-color: #F0DBDB;
}

.errors_list span.error_msg {
	font-size: 16px;
	text-transform:uppercase;
	color: red;
	display: block;
	margin-bottom: 10px;
}

.errors_list .errors {
	font-size: 12px;
}

.errors_list span.error_fld {
	font-weight: bold;
	text-transform:uppercase;
	color: red;
}

.field-validation-error {
    color:#900 !important;
    text-transform: none !important;
	font-size: 9px !important;
}

#form_body label.error {
    color:#900 !important;
    text-transform: none !important;
    font-size: 9px !important;
}

.form_section {
	width:100%;
	clear:both;
	margin-top: 12px;
	/*border-bottom: 1px dashed #ccc;*/
	padding-bottom:12px;
}

div.hidden_section {
	background-color: #FFF;
	margin-bottom: 10px;
}

div.alert {
	background-color: #F1EDD9;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px;
}

div.alert h4 {
	color: #80774D!important;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .3em;
	text-align: center;
}

div.alert h6.notice {
	font-size: 14px;
	color: #2E4E6B;
	line-height: 16px;
	vertical-align: middle;
	margin-left: 0;
}

.alert img.warning_icon {
	vertical-align: middle;
	margin-right: 6px;
}

.form_section div.clear {
	clear: both;
}

#form_body p {
	margin: 0;
	padding: 10px 0px; !important
}

.form_p {
	margin: 0;
}

#form_body label {
	display: block;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
	color: #5E5945;
	margin-bottom: 4px;
}

#form_body label.tip {
	font-weight: normal;
	color: #888;
	display:block;
}

#form_body label.characteristic {
	display: inline;
	text-transform:uppercase;
	font-size: 10px;
	font-weight:bold;
	color: #5E5945;
	margin-bottom: 2px;
    margin-left: 10px;
}

label.characteristic {
    display: inline;
    margin-left: 10px;
    margin-right: 200px;
}

.col_1 {
	margin-top: 30px;
}

.col_2 {
    margin-top: 30px;
}

.col_whole {
    width: 100%;
    float: left;
}

[type=text].text_fld {
	/*border: 1px solid #990000;
	background: #ECEBED;
	font-size: 14px;
	padding: 6px 2px;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	color: #333;*/
    width: 83% !important;
}

.text_fld_long {
	/*border: 1px solid #990000;
	background: #ECEBED url(/_Assets/images/field_bkgd.jpg) repeat-x bottom left;
	font-size: 12px;
	padding: 6px 2px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	color: #333;
	width:90%;*/
}

ul.radio_vert {
	
}

ul.radio_vert li {
	list-style-type:none;
}

.form_section textarea {
	/*border: 1px solid #990000;*/
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 2px;
	width: 83%;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	color: #333;
}

.form_section select {
	width: 83%;
	background: #ffffff;
	/*border: 1px solid #990000;*/
	color: #333;
	text-transform: uppercase;
	padding: 2px 2px;
	font-size: 12px;
}

select {
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
    margin: 0 !important;
}

.form_section select.counter {
	width: 100px;
}

.form_section select.select_long {
	width: 400px;
	font-size: 12px;
}

.form_section select option, .form_section select_long option {
	padding: 2px 4px;
}

.require {
	color: #FF0000;
	font-weight:bold;
}

#form_body #submit, #form_body #reset {
	padding: 6px;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color:#990000;
	letter-spacing:.15em;
}

#form_body fieldset {
	/*border: 2px #808a53 solid;*/
	border: 2px #AF906A solid;
	background-color: #F6F6F6;
	margin-bottom: 1em;
}
#aform_body fieldset label { color: white; }

#form_body legend {
	/*border: 2px #808a53 solid;*/
	border: 2px #AF906A solid;
	/*background-color: #808a53;*/
	background-color: #AF906A;
	font-size: larger;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	padding: .25em;
	margin-left: .25em; /* added by Tony */
}

#form_body fieldset fieldset {
	margin-top: 1em;
	background-color:#F9F9F9;
	border: 1px dashed #888;
}

#form_body fieldset fieldset legend {
	background-color: #888;
	border-color:#888;
}

/* End Forms CSS */

/* button css */
.button-space {margin-right:10px;}