/*
div.form-panel {
	width: 583px;
	margin: auto;
	margin-top: 15px;
	background: url('/img/form/bg.gif');
}	

div.form-panel-top {
	background: url('/img/form/top.gif');
}	

div.form-panel-body {
	padding: 10px 15px;
	color: #0C3C39;
	margin: 0;
}
*/

/*
	Standard Forms
*/
/*
div.standard-form .form_element {
	border: 1px solid #999;
}

div.standard-form td.label {
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	padding: 6px 10px 0px 0px;
	color: #0C3C39;
}	

div.standard-form td.form_column {
	padding: 3px 0;
}	
*/

/*
div.standard-form div.form-feedback {
	min-height: 32px;
	margin-left: 10px;
}


div.standard-form div.form-error {
	background: url(/weblib/img/form-feedback/FFF-error.gif) no-repeat 0px 0px;
}

div.standard-form div.form-ok {
	background: url(/weblib/img/form-feedback/FFF-ok.gif) no-repeat 0px 0px;
	padding-top:13px;
}

*/

.form_element {
	font-family: Arial,Sans-serif;
	padding: 2px;
	color: #000;
	font-size: 9pt;
	background-color: #FFF;
}

.form_button {
	color: #FFF;
	border:0;
	height: 24px;
	font: bold 9pt Arial,Sans-serif;
	width: 109px;
	background: url(/img/buttons/bg.gif);
	cursor: pointer; 
	cursor: hand;
}

/*
div.button {
	display: inline;
	height: 24px;
	background: url('/img/buttons/left.gif') no-repeat;
}

button {
	color: #FFF;
	border:0;
	height: 24px;
	font: bold 9pt Arial,Sans-serif;
	background: url('/img/buttons/right.gif') no-repeat;
	background-position: 100% 0%;
	cursor: pointer; 
	cursor: hand;
	margin-right:-2px;
	padding:0 10px;
}
*/

.big_button {
	width: 150px;
	background: url(/img/buttons/bg-big.gif);
}



/*
	border-top: 1px solid #3087B5;
	border-right: 1px solid #2777A2;
	border-bottom: 1px solid #2777A2;
	border-left: 1px solid #3087B5;
	background-color: #91C3D7;
	background: url(/img/form/button-bg.gif)
*/	



form.form-class input, form.form-class select, form.form-class textarea {
	border: 1px solid #AAA !important;
	font-size: 12px;
	padding: 2px !important;
	margin-right: 5px !important;
}

form.form-class input.form_button, form.form-class input[type=radio], form.form-class input[type=checkbox] {
	border: none !important;
}



form.form-class td.label { /* div.form-panel-body td.label */
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 10px 0px 0px !important;
	color: #0C3C39;
}	

form td.form_column { /* div.form-panel-body td.form_column */ 
	padding: 3px 0 !important;;
}	

form p.section_break { /* div.form-panel-body p.section_break */

	border-bottom: 1px solid #439BDE !important;
	margin: 10px 0px 10px 0px !important;
	padding-bottom: 0px !important;
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #005B7F;
}

/*
	WTF! form-feedbac is exactly the same as form-feedback, but in IE7 form-feedback overlays the form?!?
*/
div.form-feedbac {
	min-height: 30px;
	padding: 8px 20px 0px 45px !important;
	margin: 5px 20px 10px 10px !important;
	font-size: 9pt;
	font-weight: bold;
}

div.form-feedback {
	min-height: 22px;
	padding: 8px 20px 0px 45px;
	margin: 5px 20px 10px 0px;
	font-size: 9pt;
	font-weight: bold;
}

div.form-error {
	background: url(/img/form/icon-error.gif) no-repeat 0px 0px;
	color: #900;
}

div.form-ok {
	background: url(/img/form/icon-ok.gif) no-repeat 0px 0px;
	color: #060;
}

span.formHelpRight {
	font-style: italic;
	margin-left: 5px !important;
	color: #0C3C39 !important;
}

span.requiredFieldRight {
	margin-left: 5px;
}

div.form-info {
	width: 525px;
	margin: 10px auto !important;
	background-color: #9CCFEC;
}	

div.form-info div.form-info-body {
	margin: 0 10px !important;
}	




.static_text {
	padding-bottom:5px;
	font-size:15px;
}