/* FOMS.CSS 
------------------------------------*/
@charset "utf-8";

.contact					{ width:auto; }
.contact form				{ padding-bottom:10px;}
.contact li					{ background:none; padding:0; }
.contact label				{ display:none }
.contact input,
.contact textarea			{ background:#e5e5e5 ; border:1px dashed #ccc; width:157px; color:#666; padding:10px !important; margin:5px 0; font-family:Verdana, Geneva, sans-serif; font-size:12px}
textarea					{ overflow:auto !important}
.contact input:hover ,
.contact textarea:hover		{ background:#e5e5e5; color:#999; border: 2px dashed #57c123; width:155px; margin:4px 0}

.buttons 					{ margin-top:5px}
.buttons input				{ background:url(../img/bgrd_submit.png) top left no-repeat #111; border:0; font-weight:bold; height:30px; color:#666; width:165px}
.buttons input:hover		{ background:url(../img/bgrd_submit.png) bottom left no-repeat; color:#444; cursor:pointer}

.contact button 			{ background: url(../img/bgBtnSubmit.jpg) no-repeat top center; width:157px; height:40px; border:0; margin-left:10px; font-weight:bold; text-shadow:0 1px 0 #9ad986; color:#196d00; font-size:20px}
.contact button:hover 			{border:0; text-shadow:1px 0 0 #000; color:#fff;}
