form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% Verdana;
  margin: 0;
  padding: 5px;
  width: 300px;
}


.chestionar{
	width:auto;
	position:relative;
	margin:0 4px 0  0;
	padding:5px 5px 2px 5px;
	border:1px solid #ddd;
}
.chestionar .intrebare_c{
	clear:both;
}
.chestionar .chest_radio{
	float:left;
	width:20px;
}
.chestionar .chest_intrebare{
	padding-left:30px;
}
.chestionar .chest_submit{
	clear:both;
	margin:0;
	padding:0;
}
.chestionar .chest_submit input{
	width:auto;
	margin:5px 0 5px 35px;
}
.chestionar .titlu_chestionar{
	text-align:center;
	margin:0px 0 5px 0;
	font-weight:bold;
}



.frm_{
  width: 250px;
}

#home_form_fields{
	padding:70px;
	width:200px;
}
.formhome{
	margin:0;
	padding:30px 0 0 200px;
	width:250px;
}
.txtfield{
	/*float:left;*/
	width:70px;
	margin:10px 7px 0 10px;
	font-size:11px;
	letter-spacing:1px;
	padding-left:4px;
	border-bottom:1px dotted #999;
}
.homeformbtn{
	background-color:#B20F10;
	border:1px solid #666666;
	color:#fff;
	width:auto;
	margin-left:315px;
	font-size:11px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  border:1px solid #eee;
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight:bold;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 75px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

.required {
	color:#ff0000;

}

form input, form textarea , select{
	font:100% Verdana;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:175px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-bottom:1px solid #ddd;
	border-top:none;
	border-left:none;
	border-right:none;
}
.textareaform{
	font:100% Verdana;
	width:180px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of*/
	border:1px solid #ddd;
	height:80px;
}

.bucati{
	width:40px;
	margin:0px;
}

form .sbmit{
	width:auto;
	margin:6px 0 0 85px;
	background-color:#B91715;
	padding:3px;
	color:#fff;
}
form .sbmit_order{
	width:auto;
	margin:0;
}
form input.cb{
	width:20px;
}
.input_100{
	width:100px;
}
.input_60{
	width:60px;
}

form div.titlegroup{
	clear:both;
	padding:3px 0 0 203px;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 100px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
