@charset "utf-8";
/* CSS Document */

#contact_form {
	margin:0 auto;
	padding:0px;
	text-align:right;
}

#contact_form textarea {
	background-color:#666;
	border:solid 1px #999;
	width:300px;
	height:100px;
	margin:2px;
}

#contact_form textarea:hover {
	background-color:#999;
	border:solid 1px #999;
}

#contact_form input {
	margin:2px;
	background-color:#666;
	width:300px;
	height:16px;
	border:solid 1px #999;
}

#contact_form input:hover {
	background-color:#999;
	height:16px;
	border:solid 1px #999;
}



#contact_form div {
	margin-bottom:0px;
}

#contact_form label {
	color:#CCCCCC;
	/*border:1px #000000 solid;*/
	width:71px;
	float:left;
	text-align:right;
	margin-right:5px;
}

#contact_form input#trimite {
	background: url(images/btn_bg.jpg) top repeat-x;
	width:80px;
	height:24px;
	border:solid 2px #999;}

#contact_form input#trimite:hover {
	border:solid 2px #F90;}

#security_code {
	width:90px;
}

#css_form {
	/*border:1px #CCCCCC solid;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:390px;
}