






input[type=text], input[type=file], input[type=password],
button, select, textarea, input.textInput {
   border: 1px solid #A5ACB2 ; 
}

fieldset{ margin: 0 0 20px 0; padding: 5px 0 10px 15px; }
* html fieldset{ padding: 15px 0 10px 15px; position: relative; } 
*:first-child+html fieldset{ padding: 15px 0 10px 15px; position: relative; } 
fieldset{ border: 1px solid #c2c6ca; border-top: 2px solid #c2c6ca; background: #fff url(/gif/chrome/cssforms_fieldset-bg.png) right bottom no-repeat; } 
legend{ color: #B5052B; padding: 10px 5px 10px 5px; font-weight: bold; margin-left:-5px; text-transform: uppercase; =position: absolute; =top: -.5em; =left: .2em; }
* html legend { padding: 0; margin-left:0; position: absolute; top: -.5em; left: 12px; } 
*:first-child+html legend { padding: 0; margin-left:0; position: absolute; top: -.5em; left: 18px; } 

*:first-child+html legend{ margin-left:-11px; } 
label{ font-size: 1em; text-align: left; margin: 0; }

.cssForm label { 
	float: left;
	clear: left;
	text-align: left; 
	margin-right: 5px;  
	margin-bottom:3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CFCFC5;
}
.cssForm .twinRow { clear: left; } 
	.cssForm .twinRow label{ clear: none; }
	.cssForm .twinRow input, .cssForm .twinRow select, .cssForm .twinRow textarea, .cssForm .twinRow .exInput, .cssForm .twinRow .exTextarea { margin-right: 10px;  }
	* html .cssForm .twinRow .exTextarea { margin-right: 9px; } 

.cssForm input,
.cssForm select,
.cssForm textarea,
.cssForm .exInput,
.cssForm .exTextarea{  
	border: 1px solid #CFCFC5; 
	margin-bottom:5px; 
	float: left;
	min-height: 1.4em;
}
.cssForm textarea { height: 90px;}
.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; }
.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; }
.cssForm .assignment label {text-align:left; width: auto; border-bottom: none;}  
.cssForm .assignment select {}  
.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;}


* html .cssForm input.button, input.button{ overflow: visible; } 

.cssForm input.delete{width: 20px; height: 20px; border: none; font-weight: bold; font-size: 0.1%; background: url(/gif/chrome/delete.gif) no-repeat; color: #f00}
.cssForm input.important{ border: 1px solid #edde65 !important;} 
.cssForm .rightCol {margin: 0 0 5px 0}  

.hint{ color: #6085b2;  }
p.hint{ font-style: italic; }
.error{ color: #B5052B; font-weight: bold;}
p.error { font-weight: normal; font-size: 0.9em; margin: 0 0 10px 205px; line-height: 120%; }

 
fieldset.error { background-image: url(/gif/chrome/cssforms_fieldset-bg_error.gif); }
fieldset.error li { list-style: none; line-height: 155%; width:450px; }

fieldset.hint { background-image: url(/gif/chrome/cssforms_fieldset-bg_hint.png); border-top-color: #edde65; }
	.error dl, .hint dl { font-size: 0.9em; width: 80%;  }
	.error dl, .error dt, .error dd, .hint dl, .hint dt, .hint dd { color: #000; font-weight: normal; border: none; padding: 0; margin:0;}
		.error dt, .hint dt { font-weight: bold; }
		.error dd, .hint dd { padding: 0 0 0 15px; }
		.error dl a:link, .error dl a:visited, .error dl a:hover, .error dl a:active, .error dd, .hint dd { color: #666; }
		.error dl strong, .hint dl strong { font-weight: normal;}
	
input.error{ border-bottom-color: #aaa; border-right-color: #aaa; background: #fff url(/gif/chrome/cssforms_error-bg.gif) right center no-repeat; margin-bottom:0; }

form {margin:0px;}

.cssForm hr{
	clear: left;
	height: 1px;
	border-style: none;
	margin: 25px 0 25px 0;
	padding: 0;
	color: #CFCFC5;
	background: #CFCFC5;
}


.cssForm fieldset.open legend { cursor: hand; cursor: pointer; padding-left: 22px; background: transparent url(/gif/chrome/cssf_fs-open.gif) left center no-repeat; }
.cssForm fieldset.collapsed legend { cursor: hand; cursor: pointer; padding-left:22px; background: transparent url(/gif/chrome/cssf_fs-collapsed.gif) left center no-repeat; }
.cssForm fieldset.collapsed * { display: none; } 
	.cssForm fieldset.collapsed legend { display: inline !important; } 

.cssForm fieldset.openOnStartup {} 
.cssForm fieldset.unfoldable {} 



