


/********************************************
   FORM Contact
********************************************/ 

#contact {
	text-align:right;
}

#contact form {
	border-right:0px solid #000000;
	margin-top:170px;
	}


#contact form table  {
	width:404px;
	margin-left:30px;
	text-align:left;
}

#contact form table td  {
	padding-bottom:8px; 
}

#contact form table td label {
	float:left;
	text-align:left;
	width:150px;
}

#contact input, #contact textarea {
	float:left;
	width:250px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font:  10px "Courier New", Courier, monospace;
	color:#333333;
	font-size: 12px;
	padding:1px;
}

#contact textarea {
	height:100px;
}


#contact .check {
	width:10px;
	margin-left:120px;
}

#contact .contact-button {
	float:right;
	background:#666666;
	color:#ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	width:60px;
}

