@charset "utf-8";
/* CSS Document */
#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#bn_contact {
	display: block;
	margin: 40px auto;
	width: 96%;
}
#bn_contact img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#contact {
	display: block;
	margin: 30px auto;
	padding: 1%;
	width: 96%;
	border: solid 1px #CCFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
}

#contact th {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

#contact td {
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

.require {
	margin-left: 10px;
	padding: 2px 3px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: rgba(204,0,0,0.81);
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.textarea {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3px;
	border: solid 1px #BBBBBB;
}
.zip {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    padding: 3px;
	border: solid 1px #BBBBBB;
}


#submit {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 96%;
}

#privacy {
	display: block;
	margin: 40px auto;
	width: 96%;
}
#privacy img {
	height: auto;
	width: auto;
	max-width: 100%;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/contact/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 20px auto;
	height: 80px;
	width: 950px;
}

#bn_contact {
	background-image: url(../images/contact/bn_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 60px auto;
	height: 100px;
	width: 800px;
}

#contact {
	display: block;
	margin: 30px auto;
	padding: 0;
	width: 700px;
	border: solid 1px #F5F4EB;
	border-bottom: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#contact th {
	font-weight: bold;
	background-color: #FCFCF8;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 5px 10px;
	width: 140px;
	border-bottom: solid 1px #F5F4EB;
	box-sizing: border-box;
}

#contact td {
	display: table-cell;
	padding: 5px 10px;
	width: 560px;
	border-bottom: solid 1px #F5F4EB;
	box-sizing: border-box;
}

#privacy {
	display: block;
	margin: 30px auto;
	width: 700px;
}
#privacy a {
	background-image: url(../images/contact/bt_privacy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 25px;
	width: 700px;
}

#privacy a:hover {
	opacity: 0.7;
}
}