/* ---------------------------------------------------------------------------------------------------*/
/* ---------->>>FORM SEARCH-MENU<<<-----------*/
/* ---------------------------------------------------------------------------------------------------*/

#search-menu {
	float:right;
	padding:3px 0 0 0;
	height:24px;}
#search-menu input {
	float:left;
	border:solid 1px #999;
	width:220px;
	height:18px;
	line-height:18px;
	color:555;
	font-size:12px;
	margin:1px 15px 0 0;}
#search-menu input.submit {
	float:left;
	width:90px;
	height:25px;
	margin:0;
	border:none;
	cursor:hand;
	background:url(../assets/layout/menu-cauta.png);}
	
/* ---------------------------------------------------------------------------------------------------*/
/* ---------->>>FORM CONTACT<<<-----------*/
/* ---------------------------------------------------------------------------------------------------*/
#form-contact p {
	margin:0 0 5px 0;
	line-height:16px;
	color:#FFF;}
#form-contact .label {
	display:block;
	width:120px;}
#form-contact input {
	width:300px;
	color:#FFF;
	border:solid 1px #CCC;
	background:none;}
#form-contact textarea.textarea {
	width:300px;
	height:200px;
	background:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #FFF;}
#form-contact input.btn {
	display:block;
	width:120px;
	height:24px;
	color:#CCC;
	margin:0 0 0 85px;
	background:none;
	cursor:pointer;}
	
/* ---------------------------------------------------------------------------------------------------*/
/* ---------->>>FORM NEWSLETTER<<<-----------*/
/* ---------------------------------------------------------------------------------------------------*/
#form-newsletter p {
	margin:5px 5px 5px 0;
	line-height:16px;
	color:#FFF;
	text-align:center;
	font-size:11px;
	float:left;
	width:180px;
	text-indent:0;
	margin:0;
	padding:0;}
#form-newsletter input {
	width:176px;
	float:right;
	color:#FFF;
	border:solid 1px #999;
	background:none;
	text-indent:0;
	margin:0 20px 0 0;
	padding:2px;}
#form-newsletter input.btn {
	display:block;
	width:90px;
	height:22px;
	color:#CCC;
	font-size:11px;
		margin:0 65px 0 0;
	background-color:#030;
	cursor:pointer;}
