/*================== com2 gmbh - www.com-com.com - tn cssForms v.1.901 Februar 2007 ================= */


input[type=text], input[type=file], input[type=password],
button, select, textarea, input.textInput {
   border: 1px solid #A5ACB2 ; /* A5ACB2 ist WinXP Style*/
}

fieldset{ margin: 0 0 20px 0; padding: 0 0 10px 3px; }
html>body fieldset{ -moz-border-radius: 5px; border: 1px solid #CFCFC5; }
legend{ color: #6085B2; padding: 10px 5px 10px 5px; font-weight: bold; }
label{ font-size: 1em; text-align: left; margin: 0; }

.cssForm label { /*linke spalte*/
	float: left;
	clear: left;
	text-align: left; 
	margin-right: 5px;  
	margin-bottom:5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CFCFC5;
}
.cssForm .twinRow { clear: left; } /* in der twinRow soll nicht gecleared werden, aber davor */
.cssForm .twinRow label{ clear: none; }
.cssForm .twinRow input, .cssForm .twinRow select,
.cssForm .twinRow textarea, .cssForm .twinRow .exInput,
.cssForm .twinRow .exTextarea { margin-right: 10px; _margin-right: 9px; /*abstände zwischen den input feldern*/ }

.cssForm input,
.cssForm select,
.cssForm textarea,
.cssForm .exInput,
.cssForm .exTextarea{  /*rechte spalte*/
	border: 1px solid #CFCFC5; 
	margin-bottom:5px; 
	float: left;
}
.cssForm textarea { height: 80px;}
.cssForm table input, .cssForm dl input, .cssForm ul input, .cssForm ol input { width: auto; float: none !important; } /*sobald in bestimmten Tags ist es nicht mehr die cssform-optik*/
.cssForm table label, .cssForm dl label, .cssForm ul label, .cssForm ol label { width: auto; float: none !important; border: none; } /*sobald in bestimmten Tags ist es nicht mehr die cssform-optik*/
.cssForm br{ clear: left; }

.cssForm .selectorGroup { float:left; margin-right: 5px; }
.cssForm .selectorGroup input, .cssForm .selectorGroup .exInput, .cssForm .twinRow .selectorGroup input, input.selector {vertical-align: middle; float: left; margin-right: 5px; width:auto !important; border:none}
.cssForm .selectorGroup input.textInput { float: left; margin-left: 5px; border: 1px solid #CFCFC5; }/* input in einer selectorGroup */
.cssForm .selectorGroup label{ clear: none; width: auto; margin-right: 12px; line-height: 18px; text-align: left; border-bottom: none; }
.cssForm .selectorGroup label br{ clear: none; }

.cssForm .assignment { float:left; margin:0 5px 0 0; display: inline; /*display wegen abständen im IE*/}
.cssForm .assignment label {text-align:left; width: auto; border-bottom: none;} /*breite unten*/ /* Zuordnungen mit 2 Textareas und 2 Buttons */
.cssForm .assignment select {} /*breite unten*/ /* Zuordnungen mit 2 Textareas und 2 Buttons */
.cssForm .assignment .button {margin: 35px 0 0 0; font-weight: bold; font-size: 1.4em;}

.cssForm .exInput, .cssForm .exTextarea {padding:1px; background: #FAFAFA;}
.cssForm .exInput { height: 14px; line-height: 120%; }
.cssForm .exInput[class]{ height: auto; min-height: 14px; }
.cssForm .exTextarea{ padding: 1px; height: 50px; }
.cssForm .exTextarea[class]{ height: auto; min-height: 50px; }

.cssForm .buttonGroup { margin: 15px 0 0 2px; }
.cssForm .buttonGroup input {float: none;}

.cssForm input.button, input.button{ _overflow: visible; width: auto; border: auto; margin-right: 5px; padding: 0 5px; }
.cssForm input.delete{width: 20px; height: 20px; border: none; font-weight: bold; font-size: 0.1%; background: url(../images/chrome/delete.html) no-repeat; color: #f00}
.cssForm input.important{ border: 1px solid #f00 !important;} /*hervorgehobene optik für wichtige buttons */
.cssForm .rightCol {margin: 0 0 5px 0} /*leftmargin=unten definiert*/ /*elemente, die in die rechte "spalte" sollen*/

.hint{ color: #4ca847; }
.error{ color: #C33; font-weight: bold;}
input.error{ border: 1px solid #C33; background: #fffed9}

form {margin:0px;}/* entfernen des Abstandes bei Form-Elementen */

.cssForm hr{
	clear: left;
	height: 1px;
	border-style: none;
	margin: 25px 0 25px 0;
	padding: 0;
	color: #CFCFC5;
	background: #CFCFC5;
}

/*auf- und zuklappbare fieldsets - cssforms.js ist nötig*/
.cssForm fieldset.open legend { cursor: hand; cursor: pointer; padding-left: 22px; background: transparent url(../images/chrome/cssf_fs-open.html) left center no-repeat; }
.cssForm fieldset.collapsed legend { cursor: hand; cursor: pointer; padding-left:22px; background: transparent url(../images/chrome/cssf_fs-collapsed.html) left center no-repeat; }
.cssForm fieldset.collapsed * { display: none; } 
	.cssForm fieldset.collapsed legend { display: inline !important; } 

.cssForm fieldset.openOnStartup {} /*zur Adressierung der js Funktion - Feld ist beim Start geöffnet*/
.cssForm fieldset.unfoldable {} /*zur Adressierung der js Funktion - Feld ist von der Klapp-Funktion ausgenommen*/

