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

.input-text {
padding:1px;
width:460px;
background:#E6E6E6;
border:1px solid #999;
}

.message{
	width:560px;
	background:#E6E6E6;
	overflow:hidden;
	height:80px;
	border:1px solid #999;
}

.button
{
margin:0 10px;
padding:0;
background:#CCC;
position:relative;
width:270px;
height:40px;
border:2px solid #066;
font-size:18px;
color:#666;
}


#content-contact {
	margin:0 20px 0 0;
	clear:both;
	width:900px;
	height:450px;
}

#info-contact {
	float:left;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:right;
	padding:150px 0 0 40px;
	line-height:30px;
	color:#006666;
}

#contact-table p {
	padding:5px;
	color:#0066CC;
}

#contact-form-table {
	background-color:#CCC;
	width:580px;
	height:340px;
	float:right;
	border:10px solid #066;
	padding:20px;
}

#footer-contact {
	float:right;
	margin:10px 10px 20px 0;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
}
