.form_form{
	width:100%;
}
.form_little{
	width:550px;
}

.form_vspacer{
	font-size:5px;
	padding:0px;
}

/* cele 3 celule ale unei linii din forma */
.form_caption{
	font-weight:800;
	text-align:right;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	white-space: nowrap; 
	background-color:#f5f5f5;
}
.form_element{
	text-align:left;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	white-space: nowrap; 
	background-color:#fafafa;
}
.form_hint{
	font-size:10px;
	border-right:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	width:100%;
	background-color:#f5f5f5;
}

/* cele 3 celule ale unei linii din forma pt. hint under */
.form_caption_hund{
	font-weight:800;
	text-align:right;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	white-space: nowrap; 
	background-color:#f5f5f5;
}
.form_element_hund{
	text-align:left;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	white-space: nowrap; 
	background-color:#fafafa;
	width:100%;
}
.form_caption_nohint_hund{
	font-weight:800;
	text-align:right;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	white-space: nowrap; 
	background-color:#f5f5f5;
}
.form_element_nohint_hund{
	text-align:left;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	white-space: nowrap; 
	background-color:#fafafa;
	width:100%;
}
.form_hint_hund{
	font-size:10px;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background-color:#f5f5f5;
}

/* alte 2 clase aditionale */
.form_buttons{
	font-weight:800;
	border-top:1px solid #CCCCCC;
	white-space: nowrap; 
	background-color:#ffffff;
}
.form_processing{
	font-weight:800;
	border-top:1px solid #CCCCCC;
	white-space: nowrap; 
	background-color:#ffffff;
}

/* restul */
.form_edit{ 
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:185px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;
}

.form_time{
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:55px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;	
}
.form_password{
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:185px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;
}
.form_combo{
	width:186px;
	font-size:10px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;	
}
.form_combo_option{
}
.form_file{
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:268px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;	
}
.form_textarea{
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:185px;
	height:100px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;	
}
.form_rtf{
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:500px;
	height:150px;
}


.form_specialfile{
	border-left:1px solid #4B2B0B;
	border-right:1px solid #4B2B0B;
	border-top:1px solid #4B2B0B;
	border-bottom:1px solid #4B2B0B;
	width:390px;
	background-image:url(../../img/formelement_bg.gif);
	background-repeat:repeat-x;	
	font-size:11px;
	height:20px;
	
}

.TR_formelement_suport{

}