
form {padding:0px; margin:0px;}
form {font-size:12px;}
div.form input, div.form select  {
	line-height:14px;
	padding:0px;
	margin:0px;	
}

div.form select  {
	color:#000;
	line-height:14px;
	height:1.6em;
	padding:0px;
	margin:0px;	
}

div.form input.input, div.form textarea {
	width:100%;
	padding:2px 0 3px 0;
	border:1px solid #ccc;
    font-size: 12px; 
}

div.form select.input {
	width:100%;
}

div.form textarea.input {
	color:#000;
	padding:4px 0 6px 0;
	width:100%;
	height:85px;
}

div.form textarea.notities {
	width:519px;
	height:290px;
}

div.form input.radio {
	border:0px;
	padding:0;
	margin:5px 0px 4px 0px;	
	float:left;
	width:14px;
	height:14px;
	margin-right:-14px;
}

div.form label.clean {
	padding:4px 10px 0px 0px;
	margin:0;	
	display:inline!important;
	float:left;
	/* width:220px; */
}

div.form label {
	padding:4px 10px 0px 18px;
	margin:0;	
	display:inline!important;
	float:left;
	/* width:220px; */
}

div.form label.login {
	float:left;
	width:174px!important;
	padding-right:0!important;

}

div.form .break {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

div.form {width:100%;}
div.form div.form_row 		{}
div.form div.form_row_end 	{clear:both; height:1px; overflow:hidden;}
div.form div.form_row_hr 		{clear:both; height:40px; overflow:hidden; background:url(base/hr.gif) repeat-x left center;}
div.form div.form_left		{width:40%; overflow:hidden; float:left;}
div.form div.form_right		{width:60%; overflow:hidden; float:left;}
div.form div.form_not_required { 
	float:left;
	overflow:hidden;
	width:15px; margin-left:-15px;
	height:37px; /* row min height */
	text-align:center;
	line-height:25px;	
}
div.form div.form_required	{
	background:url(base/ico-required.gif) no-repeat left 6px;
	float:left;
	overflow:hidden;
	width:15px; margin-left:-15px;
	height:37px; /* row min height */
	text-align:center;
	line-height:25px;	
}

div.form div.form_txt_required {
	background:url(base/ico-required.gif) no-repeat right 6px;
	padding-right:20px;
}

div.form_extra_info {color:#888888;font-size:11px;padding-top:5px;}

div.form div.error input.input {border:1px solid #ccc;}
div.form div.form_txt{padding:7px 0px 3px 0px;margin-right:20px;}
div.form div.form_txt2{padding:7px 0px 3px 0px;}
div.form div.form_inp{padding:3px 7px 3px 2px;}
div.form div.form_indent_1 {padding:3px 7px 3px 2px;margin-left:16px;}

div.form div.form_indent_1 .input {_width:90%;} /* IE6 */
div.form div.form_inp_right{padding:3px 7px 3px 2px;float:right;}
div.form div.form_checkbox{padding:4px 7px 3px 2px;}
div.form div.form_inp_inline{padding:12px 7px 3px 2px;width:120px;float:left;}

div.form div.form_error{padding:1px 7px 7px 2px;color:#FF0000;display:none;}
div.form p.form_error{color:#ff0000;font-weight:bold;}
div.form div.error div.form_error{display:block;}
input.btn_padding {margin-left:25px!important;}

div.form div.form_col_50p {
	float:left;
	width:50%;
}
div.form div.form_col_20p {
	float:left;
	width:20%;
	padding-left:10px;
}
div.form h2 {
	font-size:14px;
}
div.form_textarea_maxlength {
	padding-top:10px;
	color:#BBBBB;
}
hr.form {
	margin:1em 0 1em 0;
	padding:0;
	color:#cccccc; background-color:#cccccc;
	border:0;
	height:1px;
}

input.datepicker {width:168px!important;}

input.submit {
	padding:3px 5px 3px 5px!important;
	margin:0!important;
	border:0;
	background-color:#000000;
	color:#FFFFFF;
}

.open_calendar {
	background:url(base/b-calendar.gif) no-repeat left top;
	display:-moz-inline-box; /* FF2 fix */
	display:inline-block;
	height:24px;
	width:24px;
	overflow:hidden;
	float:right;
}



