/* Styles pentru formulare */

.form_container{
	margin-left:9px;
}

.input{
	margin-bottom:5px;
	float:left;
	clear:left;
}

#add_reteta_form input{
	float:left;
	clear:both;
	border:1px solid #725439;
	width:300px;
	padding:1px;
	color:#000;
	font-family:Arial;
	font-size:12px;
	.margin-left:-8px;
}

#add_reteta_form select{
	float:left;
	clear:both;
	border:1px solid #725439;
	width:300px;
	padding:1px;
	color:#000;
	font-family:Arial;
	font-size:12px;
}

#add_reteta_form textarea{
	float:left;
	clear:both;
	border:1px solid #725439;
	width:650px;
	height:50px;
	padding:1px;
	color:#000;
	font-family:Arial;
	font-size:12px;
	.margin-left:-8px;
}


label{
	font-family:Arial;
	font-size:12px;
	float:left;
}

input#ore{
	width:50px;
	float:left;
	clear:none;
	margin-right:5px;
	.margin-right:10px;
}


input#minute{
	width:50px;
	float:left;
	clear:none;
}

input#trimite_formular{
	border:none;
	background:url('images/buton_rezultat.png') no-repeat;
	width:82px;
	font-family:Arial;
	font-size:12px;
	color:#fff;
}

em{
	color:#f7941d;
}

textarea#large{
	height:100px;
}


textarea#ingrediente{
	height:100px;
}


textarea#instructiuni{
	height:100px;
}


.mesaj_form{
	float:left;
	width:auto;
	color:green;
	margin-left:8px;
}
/* Aici se termina css-ul pentru formulare */
