@import url(global.css);
@import url(window.css);
@import url(black.css);
@import url(alone.css);
.center .contact {
	height: auto;
	width: 100%;
	padding-top: 20px;
}
.center .contact .title {
	line-height: 30px;
	height: 30px;
	width: 100%;
}
.center .contact .title strong {
	height: 30px;
	width: auto;
	display: inline-block;
	float: left;
	margin-right: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00aaff;
	padding-left: 10px;
	font-size: 24px;
	font-weight: normal;
}
.center .contact .title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 35px;
	color: #DDD;
	display: inline-block;
	float: left;
	height: 30px;
	width: auto;
}
.center .contact h1 {
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	height: 40px;
	width: 100%;
}
.center .contact h1 span {
	color: #F00;
	margin-left: 10px;
}
.center .contact h2 {
	font-size: 16px;
	font-style: italic;
	color: #F00;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	font-weight: normal;
}
.center .contact h3 {
	font-size: 10px;
	color: #999;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	font-weight: normal;
}
.center .contact .message {
	float: left;
	width: 500px;
	height: 1000px;
	overflow: hidden;
	margin-top: 35px;
}
.center .contact .message form {
	display: inline-block;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.center .contact .message form label {
	width: 100%;
	height: auto;
	line-height: 40px;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.center .contact .message form label input {
	line-height: 38px;
	height: 38px;
	width: 250px;
	border: 1px solid #AAA;
	background-color: #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
.center .contact .message form label span {
	margin-left: 40px;
	color: #999;
}
.center .contact .message form label span strong {
	color: #F00;
	margin-right: 10px;
}
.center .contact .message form label textarea {
	height: 100px;
	width: 476px;
	border: 1px solid #AAA;
	background-color: #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	display: inline-block;
}
.center .contact .message form label a {
	height: 40px;
	width: 150px;
	text-align: center;
	display: inline-block;
	background-color: #282828;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}
.center .contact .body {
	background-image: url(../image/bgimage2.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 525px;
	height: 930px;
	overflow: hidden;
	padding-top: 35px;
	padding-right: 70px;
	padding-bottom: 35px;
	padding-left: 70px;
}
.center .contact .body .text {
	height: auto;
	width: 100%;
	font-size: 13px;
	margin-top: 40px;
	color: #333;
}
.center .contact .body .text p {
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}