/*
 * For Two column Format
 */
form{
	font-family:tahoma;
	font-size:8pt;
}
input,option,select{font-family:tahoma;}
.form_outerDiv{width:100%;}
#whole_form_container{display:table;width:100%;}
/*#whole_form_container div{border:1px #000;}*/
.right_col_1_section{border:0px dotted white;height:22px;width:49%;float:right;text-align:left;}
.left_col_1_section{border:0px dotted white;height:22px;width:49%;float:left;text-align:right;}
.right_col_2_section{border:0.5px solid white;height:22px;width:29%;float:right;text-align:left;}
.left_col_2_section{border:0.5px solid white;height:22px;width:70%;float:left;text-align:right;}
.block{display:block;}
/*
 * For One column Format
 .one_right_section{border:0.5px dotted white; width:14%;float:right;text-align:left;}
.one_left_section{border:0.5px dotted white; width:85%;float:left;text-align:right;}
 */
.one_right_section{border:0.5px dotted white; width:20%;float:right;text-align:left;}
.one_left_section{border:0.5px dotted white; width:78%;float:left;text-align:right;}
div.autoHeight{height:auto;}
#form_cell_data_full_text{height:auto;}
#form_row_full_text{min-height:515px;}
#form_row_short_text{min-height:240px;}
#form_row_extra{min-height:100px;}
#form_row_description{min-height:100px;}

#form_cell_label_form_general_label_submit_save{
	display: none;
}
input[type="submit"]{
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}
input[type="reset"]{
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}
button[type="button"]{
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}
input#username,
input#password {text-align:left;direction:ltr;}

.row{
	min-height:25px;
	line-height:21px;
	border-top:1px dashed #f1f1f1;
	display:table;
	width:100%;
}
.hidden{
	display:none;
}

.error
{
	/* Author: Mehdi Bakhtiari */
	padding	: 0px 5px;
	color	: #FF2200;	
}

.help{
	width: 300px;
	display:none;
	padding:8px 12px 15px 8px;
	-moz-box-shadow: 0px 3px 9px #999999;
	-webkit-box-shadow: 0px 3px 9px #999999;
	-box-shadow: 0px 3px 9px #999999;
	background-color:#F5F5F5;
	line-height:15px;
	z-index: 10;
}

#whole_form_container{
	position:relative;
}