@charset "utf-8";
/* CSS Document */
#main_content {
	min-height:800px;
	height:90%;
	width:820px;
	margin:0 auto 0 auto;
	background:transparent
}
#middle {
	position:relative;
	width:820px;
	height:1400px;
	margin: auto;
	background:url(../images/bg.png) repeat;
	z-index:8;
	overflow:visible
}
#bottom {
	position:relative;
	height:494px;
}
/* content */
#contact_des {
	line-height:130%;
	font-size:1.2em;
	color:#FFF;
	position:absolute;
	top:357px;
	left:20px;
	z-index:9;
	width:740px;
	height:200px;
	padding:20px;
}
#contact2_des {
	line-height:130%;
	font-size:1.2em;
	color:#FFF;
	position:absolute;
	top:558px;
	left:400px;
	z-index:9;
	width:400px;
	height:100px;
	padding:20px;
}
#contact3_des {
	line-height:130%;
	font-size:1.2em;
	color:#FFF;
	position:absolute;
	top:558px;
	left:20px;
	z-index:9;
	width:365px;
	height:100px;
	padding:20px;
}
label {
	position:relative;
	display:block;
	width:200px;
	height:24px;
	margin:15px 0 0 0
}
input {
	border:none;
	background:#CFF1F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:300px;
	height:20px;
	padding:5px
}
select {
	line-height:140%;
	border:none;
	background:#CFF1F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:300px;
	height:30px;
	padding:5px
}
.radio {
	margin:10px 0 0 10px;
	width:auto;
	height:auto;
	background:transparent
}
textarea {
	border:none;
	background:#CFF1F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:300px;
	height:100px;
	padding:5px
}
#submit {
	border:#81B603 1px solid;
	font-size:0.7em;
	background:#9C0;
	color:#FFF;
	width:80px;
	height:26px;
	margin:20px 0 0 -90px;
	padding:2px
}
#submit:hover {
	border:#F90 1px solid;
	background:#F60;
}
label.error {
	font-size:0.8em;
	color:#036;
	display:block;
	height:20px;
	position:absolute;
	left:250px;
	margin-top:-50px;
	*margin-top:-20px;
	text-align:left;
	text-transform:uppercase
}
#site {
	position:absolute;
	top:1320px;
	left:0;
	background:#9C8C46;
	width:100%;
	height:70px;
	padding:10px 0 10px 0
}
#site span {
	display:block;
	float:right;
	margin-right:20px
}
#shadow {
	position:relative;
	height:950px;
	width:838px;
}
#top_shadow {
	position:absolute;
	top:-5px;
	left:-6px;
	height:25px;
	width:838px;
	background:url(../images/top_shadow.png)  no-repeat left top;
 z-index:2
}
#middle_shadow {
	position:absolute;
	top:20px;
	left:-6px;
	height:1377px;
	width:838px;
	background:url(../images/middle_shadow.png)  repeat-y left top;
	z-index:2
}
#bottom_shadow {
	position:absolute;
	top:1397px;
	left:-6px;
	height:25px;
	width:838px;
	background:url(../images/bottom_shadow.png)  repeat-y left top;
	z-index:2
}
.space {
	display:block;
	height:27px
}