@charset "utf-8";
/* CSS Document */
/* contact form css */

form#form_contact {
	margin-left:50px;
	margin-bottom:25px;
}
table#table_contact {
	width:660px;
	border:0px;
	padding:0px;
	margin:0px;
}
td.col1 {
	width:90px;
	height:40px;
	text-align:right;
}
td.col2  {
	padding-left:20px;
	width:360px;
	height:40px;
}
td.col3  {
	width:200px;
	height:40px;
}
td.message {
	vertical-align:top;
}
table#buttons {
	width:75%;
	height:50px;
	margin:0px auto;
}
table#buttons td {
	width:33%;
	text-align:left;
}
span.error {
	border:1px red solid;
	visibility:hidden;
	background-color: #FFFFB0;
	color:red;
}


	

