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

#con1 {
	background: url(../images/contact_main_img.jpg) no-repeat center top;
	width: 100%;
	min-width: 1000px;
	height: 331px;
}
#con1_bg {
	background: url(../images/contact_main_img_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 1000px;
	height: 331px;
}
#con1 h1 {
	font-weight: 100;
	color: #FFFFFF;
	display: block;
} 
#con2 p,#con2 h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}


table tr th, table tr td {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none;
}
table tr th {
	width: 180px;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}
table tr th span {
	font-size: 12px;
	color: #FF0000;
}
table tr td {
	text-align: left;
	padding-left: 10px;
}
table {
	vertical-align: middle;
	width: 800px;
	border-collapse: collapse;
	margin: 60px auto 50px;
	background: #F0F0E6;
	border-top: 10px solid #f0f0e6;
	border-bottom: 10px solid #f0f0e6;
}
.textfield1 {
	height: 30px;
	width: 400px;
}
.textfield2 {
	height: 30px;
	width: 560px;
}
.textfield3 {
	height: 30px;
	width: 300px;
}
input#submit_button {
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	width: 300px;
	font-weight: bold;
	color: #333333;
}
textarea {
	height: 120px;
	width: 560px;
}
#error_message {
	margin-top: 30px;
}