#ercsiparis {
	overflow: hidden;
	float: left;
	width: 450px;
}

.formCnt {
	font-family: tahoma;
	width: 700px;
	float: left;
}


.fieldCnt {
	padding-left: 8px;
	clear: both;
	padding: 3px 0 3px 0; 
	margin: 0 !important;
	float: left;
	width: 480px;
}

.fieldCnt .label {
	font-weight: bold;
	float: left;
	padding: 3px 15px 4px 0;
	width: 130px;
	text-align: right;
}

.fieldCnt .bdesc, .fieldCnt .tdesc {
	font-size: 11px;
	color: #999;
	float: left;
	clear: both;
	padding-left: 200px;
	width: 300px;
}

.fieldCnt .bdesc {
	padding-top: 4px;
}

.fieldCnt .tdesc {
	padding-bottom: 4px;
}

.fieldCnt.errored .label {
	color: #fa5b38 !important;
}

.TextBox, .TextArea {
	background: url('../img/form/inputBg.gif') #fff top left repeat-x;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	float: left;
	margin: 0;
}

.TextArea {
	font-family: tahoma;
	width: 250px;
	height: 50px;
	font-size: 12px;
	overflow: auto;
}

.Select {
	float: left;
	width: 253px;
	padding: 2px;
	margin: 0;
}

.emptyValue {
	font-style: italic;
	color: #666;
}

.helpBox {
	border: 1px solid #d4d4d4;
	padding: 5px;
	background: #f7f7f7;
	width: 250px;
	font-size: 11px;
}

.helpBox b {
	color: #fa5b38;
}

.helpicon {
	width: 19px;
	height: 20px;
	background: url('../img/form/helpIcon.gif') left 2px repeat-x;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.fieldCnt.required label {
	background: url('../img/form/required.gif') 139px 0 no-repeat;
}

.fieldCnt.required {
	background: none;
}

.moreinpt {
	margin-left: 200px;
	margin-top: 2px;
}

.checklabel {
	padding: 0 0 8px 2px;
	float: left;
	color: #666;
	font-size: 11px;
	width: 220px !important;
	background: silver;
	white-space: nowrap;
	clear: both;
	background: #fff !important;
	color: #000;
	display: block;
	text-align: left;
}

.checklabel input {
	margin: 0 4px 0 0;
	padding: 0;
	width: 13px !important;
	height: 13px;
	float: left;
}

.CheckBoxesCnt {
	float: left;
	width: 255px;
}

#loadBox {
	position: absolute;
	width: 200px;
	height: 100px;
	background: url(../img/loading.gif) #fff center center no-repeat;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
}
