﻿.formTitle
{
	clear: both;
	background: #FF6600;
	font-weight: bold;
	font-size:11px;
	padding: 4px 22px;
	color: #ffffff;

	}

.form
{
	background: #FFF4ED;
	}

.form P
{
	border-bottom: 0px;
		}

.form A , .form A:visited  {
	cursor: pointer;
	cursor: hand;
	/*cursor: help;*/
	text-decoration: none;
	}

.formGroup {
	/*clear: both;*/
	padding: 5px 15px;
	font-size:11px;
	}

.formGroup .normal {font-weight: normal !important;}

#frmUse {display:none;}

.hidden {display: none; }

.form .inlineCheckbox {

	}


.formBody {
	padding: 20px 22px 10px 37px;
	font-size:11px;
	line-height: 170%;
	}

.formBody input {vertical-align: middle; margin-left: -4px;}

.formFooterBody
{
	clear: left;
	font-size:11px;
	padding-bottom: 0px;

	}

.groupHeader {
	/*display: none;*/
	font-weight: bold;
	clear: both;
	}


.formItem
{
	display: block;
	font-size:11px;
	float: left;
	width: 170px;
	/*background: url(images/gr_bullet.gif) no-repeat top right;*/
	padding-right: 16px;
	padding-left: 22px;
	padding-bottom: 27px;
	}

.low {padding-bottom: 10px;}

.fieldTitle {
	display: block;
	width: 95px;
	color: #666666;
}

.form A.tooltip , .form SPAN.tooltip  {
	cursor: help;

	}

.textfield {
	float: left;
	width: 147px;
	border: solid #DADADA 1px;
	}

.formItem SELECT {
	float: left;
	width: 125px !important;width: 130px;width/**/:/**/150px;

	}

.formItem  {
	color:#666666;
	}

.formItem .checkbox {

}


.block .fieldTitle  {
	width: auto;
	}

.checkboxField {padding-left: 5px; }

.wide, .autowide
{
	padding-right: 20px !important;padding-right: 15px;padding-right/**/:/**/15px;
	}
.wide SELECT , .wide .textfield  {

	}

.autowide SELECT , .autowide .textfield  {
	width: auto !important;width: auto ;width/**/:/**/auto ;
	}

.half {
	clear: both;
	display: block;
	float: none;
	width: auto !important;
	padding-right: 0px;
	padding-bottom:15px;
	}

.half .fieldTitle {
	float: none;
	width: auto;
}

.half TEXTAREA {
	border: solid #DADADA 1px;
	}

.half SELECT {
	float: none;
	}

.form .submit
{
	clear:both;
	background: url(images/submit.gif) no-repeat left top;
	border: 0px;
	width: 80px;
	height: 21px;
	margin-left: 37px;
	margin-bottom: 20px;
	}
	
	 .form .submitGerman
{
	clear:both;
	background: url(images/submitG.gif) no-repeat left top;
	border: 0px;
	width: 80px;
	height: 21px;
	margin-left: 37px;
	margin-bottom: 20px;
	}

.form .submitMsg {
	clear:both;
	display: block;
	margin-left: 40px;
	margin-top: 3px;
	width: 100px;
	height: 21px;
	font-weight: bold;
	}

/**/
.full {
	clear: both;
	display: block;
	float: none;
	width: auto !important;
	padding-right: 0px;
	}

.full .fieldTitle {
	float: none;
	width: auto;
}

.full .textfield {
	width: 308px;
	}

.full TEXTAREA {
	width: 299px;
	border: solid #DADADA 1px;
	}

.full SELECT {
	float: none;
	}


.row {
	clear: both;
	display: block;
	float: none;
	width: auto !important;
	padding-right: 0px;
	}

.row .fieldTitle {
	float: left;
	width: 130px;
}

.row .textfield {
	width: 170px;
	float: right;

	}

.row TEXTAREA {
	width: 160px;
	border: solid #DADADA 1px;
	}

.row SELECT {
	float: none;
	width: 173px;
	}

.nobreak .fieldTitle {
	display: inline !important;
	}



.disabled .textfield {
	color: #5E5C5E;
	}

.folded .formGroup {
	display: none;
	}

.folded .formBody {

	}


.folded .formFooterBody {
	display: none;
	}


.folded .submit
{

	}

.formResponse {
	font-size: 11px;
	color: #003366 !important;
	font-weight: bold;
	}


