.form *, .form .normal{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#333333;
	
}
.form input, .form select, .form textarea, .form option, .form .input {
	padding: 5px;
	border: 1px solid #ccc;
	width:300px;
	background-color:#efefef;
	margin: 0 0 10px;
	text-align:left;
	height:18px;
}
.form fieldset{
	border:none;
	float:left;
}

.form input[type='checkbox'], .form input[type='radio'], .form input.radiocheckbox{
	background:none;
	border:none;
	padding: 0px;
	width:18px;
	float:left;
}
.form input[type='submit'], .form input[type='button']{
	background-color:#D4D0C8;
	border: 1px outset;
	width:100px;
	padding:3px;
	cursor:pointer;
	height:auto;
	text-align:center;
}

.form input[type='file']{
	/*margin-right: 55px;*/
	height:auto;
}

.form option{
	border: none;
	background:none;
	padding: 0px 5px;
}

.form select {
	height:auto;
}
.form select option{
	padding: 0px;
	margin: 3px;
}

.form label, .form .label{
	float: left;
	text-align:right;
	color:#000000;
	font-weight:bold;
	
	line-height: 16px;	
	margin: 0px 4px 10px 0px;	
	padding-right:11px;
	width: 180px;
}
.form .labeltab{
	/* label width + 15px */
	margin-left:195px;
}
.form label em{
	font-style:normal;
	color:#846666;
	display:block;
}
.form .labelblock{
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:1px 0;
	background-color: #EBEBEB;
	padding: 5px;
	margin-bottom:10px;
}
.form .labelblock hr{
	margin: 3px;
}

.form label.required{
	background: transparent url('../images/red_asterisk.gif') no-repeat scroll right 1px;
}
.form label.requiredleft{
	background: transparent url('../images/red_asterisk.gif') no-repeat scroll left 1px;
}
.form label b.required{
	color:#FF0000;
	font-size:14px;
	margin:5px;
}
.form label.left{
	text-align:left;
	padding-left:15px;
	padding-right:0px;
}
.form label[for]{
	cursor:pointer;
}
.form br {
	clear:both;
}

.form .fL{
	float:left;
}

.form .fR{
	float:right;
}

.form textarea {
	width:auto;
	height:auto;
}
