@charset "UTF-8";
.center-contact {
	margin-right: auto;
	margin-left: auto;
	height: 770px;
	width: 900px;
}
.contact-main {
	position: absolute;
	height: 435px;
	width: 770px;
	margin-left: 68px;
	margin-top: 318px;
	background-image: url(../index/images/bg-box.png);
	background-repeat: repeat;
}
.contact-main-white {
	position: absolute;
	height: 420px;
	width: 700px;
	margin-left: 74px;
	margin-top: 323px;
	background-color: #FFF;
	padding-top: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-right: 30px;
	padding-left: 30px;
	background-position: right;
	background-repeat: no-repeat;
}
.contact-inside {
	position: absolute;
	height: 330px;
	width: 220px;
	margin-left: 140px;
	margin-top: 360px;
	padding-top: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000;
}

