
      

/******** CONTACT FORM ****************************************************/
#contact_form  {
/*	margin		: 4px 0 0 4px; */
	margin		: 0px 0 0 4px;	
	padding		: 7px;
	color       : #fff;
}

.contact_form_no_foto { margin-bottom : 4px; }

.contact_form {
    background	: #556473 url(/imagini/imagini_detalii/colturi_rotunde_form.gif) no-repeat left bottom;
}    

#contact_form h2, #contact_form h2.goto_h2, #contact_form h2.goto {
	border-bottom: #de6377 1px solid;
	color		: #fff;
	font		: bold 13px Trebuchet MS;
	margin		: 0;
	padding		: 0 0 4px 0;
	text-transform:uppercase;
}
#contact_form h2.goto {
	border-bottom: #de6377 1px solid;    
}
#contact_form h2.goto_h2 {
	border-bottom: #fff 1px solid;    
}

h2#goto_h2 div.form_title {
    float   : left; 
    width   : 250px; 
    height  : 20px;
}

#contact_form table {
    margin-top : 10px;
}
#contact_form input.default, #contact_form select.default {
    color : #333;
}
#contact_form select, { /* virgula dupa select => nu se aplica aceste prop. in FFox */
    height : 19px;
}
   
/**** */

 
.clear {
    clear : both;
}
  

 
input, select, textarea{
	font-family	: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	padding-left: 1px;
	margin		: 2px;
	border		: 1px solid #aabdd6;
	background	: #FFFFFF;
}
input{
	height		: 17px;
}
select{
	height		: 15px;
}
select, {
	height		: 19px;
}

textarea{
	background	: url(/imagini/input_gradient.gif) left top repeat-x #ffffff;
}
.buton{
	height			: 16px;
	padding			: 0;
	width			: 50px;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #FFFFFF;
	border			: 1px outset  #aabdd6;
	background		: #336699;
	text-align		: center;
	cursor			: pointer;
}
 
  
 
.culoare_tabel{
	background-color: 336699;
}
.culoare_tabel th{
	font-weight	: normal;
	background	: #2d8ac4;
	color		: #FFFFFF;
}
.culoare_tabel td{
	background: #ffffff;
	padding: 2px 5px;
}