@CHARSET "ISO-8859-1";

@import url("../../../private/_lib/css/core/form.css");

form {width:620px;}

form > div.cappingTop, 
form > div.cappingBottom {display:none;}

form table.formContainer {
	width:620px;
	background:none;
}

form table.formContainer td {
	padding:0px 0px 10px 0px;
}

form table.formContainer td.guttering {padding:0px; height:10px;}

form table.formContainer tr.formProcessingControls td {
	padding-top:0px;
	padding-bottom:0px;
	border:none;
	background:none;	
}

form div.formControlContainer {
	font-size:1em;
	color:#9eacb5;
}

div.formControlLabel {
	float:none;
	padding:0px 0px 5px 0px;	
	width:auto;	
}

form table.formContainer tr.formProcessingControls div.formControlLabel {display:none;}

div.formControlLabel label {	
	font-size:1.2em;
	color:#01aef2;	
}

div.formControl {
	float:left;
	margin:0px;
	width:620px;
}

div.formControl p {
	font-size:1em;
	line-height:1.3em;
	color:#9eacb5;	
}

div.formControl input,
div.formControl select,
div.formControl textarea,
div.formControl img {
	border:1px solid #d9d4ce;
	background-color:#fffdee;
}

div.readOnly input,
div.readOnly select,
div.readOnly textarea {
	color:#999999;
	border:1px solid #dddddd;
	background-color:#ffffff;
}

div.typeSelect select,
div.typeMultiSelect select,
div.typeTextArea textarea,
div.typeText input,
div.typeFile input {width:612px;}

div.typeSubmit input {
	padding:0px;
	width:68px!important;
	height:28px;
	border:none;
	background:url("../../../_sharedimg/buttons/submit.gif") no-repeat 0px 0px;
}

div.typeSubmit input:hover {background:url("../../../_sharedimg/buttons/submit_f1.gif") no-repeat 0px 0px;}

span.select {
	float: none!important;
	background:url("../../../_sharedimg/buttons/btn_select.gif") no-repeat scroll right 50% #FFFFFF;
	border:1px solid #b4d6e3;
	color:#60696E;
	font:12px/21px arial,sans-serif;
	height:20px;
	overflow:hidden;
	padding:3px 20px 3px 10px;
	position:absolute;
	width:605px;
}
div.formControl p:first-child * {
	float:none;
}
