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

#contact table{
	background-color:fde9d9;
	
	}


#contact td{
	
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}
	

.form_title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.form_text {
	font-weight: bold;
	font-size: 12px;
}
.info_text {
	font-size: 14px;
}

