#page_title{
	background:url('../images/contact/h2.jpg') no-repeat top center;
}
#main section{
	max-width:940px;
	margin:0 auto 20px;
	position:relative;
	padding:80px 0 20px;
	box-sizing:border-box;
	border-bottom:3px double #efd9b4 !important;
}
#main section h4{
	font-size:24px;
	border-radius:5px;
	text-align:center;
	color:#fff;
	background:#36356d;
	margin:0 0 20px;
	line-height:40px;
}
#section1 article{
	text-align:center;
	padding:50px 0;
}
form{
	display:block;
	max-width:840px;
	margin:0 auto;
	padding:40px;
}
form table{
	width:100% !important;
}
form th,
form td{
	padding:10px;
	vertical-align:top;
}
form th{
	width:180px;
}
form td input,
form td textarea{
	width:100%;
}
form td input{
	line-height:30px;
}
form th small{
	color:#fff;
	width:30px;
	line-height:30px;
	background:#bd995d;
	float:right;
	display:block;
	font-size:13px;
	border-radius:50%;
	text-align:center;
}
#zip{
	width:100px !important;
}
#confirm_btn{
	width:330px;
	line-height:50px;
	box-sizing:border-box;
	display:block;
	margin:40px auto;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#bd995d;
	border-radius:5px;
}
@media screen and (max-width: 800px) {
	#page_title{
		height:200px !important;
	}
	#main{
		background-size:50% auto;
	}
	#main section{
		padding:0 3%;
	}
	#main article p{
		width:94% !important;
	}
	
	form{
		padding:3% !important;
	}
	
	form th,
	form td{
		padding:5px !important;
		display:block;
	}
	form th{
		border-bottom:0 !important;
	}
	#confirm_btn{
		width:280px !important;

	}
}