/* ---------------------------------------------------------------------------------------------------*/
/* ---------->>>FORM NEWSLETTER<<<-----------*/
/* ---------------------------------------------------------------------------------------------------*/

#form-newsletter {
	float:left;
	padding:0 5px;
	width:180px;
	font-size:11px;}
#form-newsletter p {
	float:left;
	width:180px;
	line-height:18px;
	margin:0 0 5px 0;}
#form-newsletter label {
	float:left;
	width:45px;
	line-height:18px;}
#form-newsletter input {
	float:left;
	border:solid 1px #999;
	width:130px;
	height:18px;
	line-height:18px;
	color:555;
	font-size:12px;}
#form-newsletter input.submit {
	float:left;
	width:90px;
	height:25px;
	color:#FFF;
	border:solid 1px #999;
	background-color:#3C448A;
	cursor:hand;}

/* ---------------------------------------------------------------------------------------------------*/
/* ---------->>>FORM CONTACT<<<-----------*/
/* ---------------------------------------------------------------------------------------------------*/
#form-contact p {
	margin:0 0 5px 0;
	line-height:16px;}
#form-contact .label {
	display:block;
	width:100%;
	font-size:11px;}
#form-contact input {
	width:295px;
	border:solid 1px #069;}
#form-contact textarea.textarea {
	width:295px;
	height:200px;
	border:solid 1px #069;}
#form-contact input.btn {
	float:left;
	display:block;
	width:120px;
	height:24px;
	color:#FFF;
	background-color:#8ba100;
	border:solid 1px #FFF;
	cursor:pointer;}

/* ---------------------------------------------------------------------------------------------------*/
/* ---------->>>FORM DETALII PRODUS<<<-----------*/
/* ---------------------------------------------------------------------------------------------------*/
#form-details {
	text-align:center;}
#form-details p {
	margin:0 0 5px 0;
	line-height:16px;
	text-align:center;}
#form-details .label {
	display:block;
	width:450px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#FFF;}
#form-details input {
	width:450px;
	border:solid 1px #069;
	color:#555;
	text-align:left;}
#form-details textarea.textarea {
	width:450px;
	height:200px;
	border:solid 1px #069;
	text-align:left;}
#form-details input.btn {
	float:left;
	display:block;
	width:120px;
	height:24px;
	color:#FFF;
	text-align:center;
	margin:0 0 0 175px;
	background-color:#8ba100;
	border:solid 1px #FFF;
	cursor:pointer;}