@CHARSET "UTF-8";
header,article,footer{
	width:90%;
	max-width:990px;
	margin:auto
}
header{
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
}
header img{
	max-width:55%;
	vertical-align:middle;
	margin-right:20px;
}
footer{
	margin:140px auto;
	background:#fff;
	color:#666;
	font-size:12px;
	text-align:center;
}
footer a{
	color:#666;
}
input{
	height:32px;
	margin:20px 0;
	padding:0 5px;
	border:1px solid #a0b3d6;
	font-size:14px;
}
input#visitorsubject{
	width:100%;
	margin-top:40px;
}
input#visitorname{
	width:80px;
	margin-right:16px;
	float:left;
}
input#visitoremail,input[type=button]{
	float:left;
	margin-right:16px;
}
input[type=button]{
	background:#d7d7d7
}
input[class=submit]{
	width:100%;
	height:36px;
	background:#ff9a35;
	border:0;
	color:#fff;
	border-radius:0;
}
input[class=submit]:hover{
	background:#ff8040;
}
textarea{
	width:100%;
	min-height:220px;
	padding:10px;
	margin-bottom:5px;
	border:1px solid #a0b3d6;
	font-size:14px;
	word-wrap: break-word;
	overflow-y:hidden;
}
a {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: red;
	text-decoration: none;
}
#msg{
	position: absolute;
	width: 320px;
	min-height: 200px;
	padding:60px 20px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -160px;
	border: 1px #ddd solid;
	background: #f5f5f5;
	border-radius: 0 25px;
	z-index:999;
	line-height:2;
	-moz-box-shadow:20px 20px 5px #848484;
	-webkit-box-shadow:20px 20px 5px #848484;
	box-shadow:20px 20px 5px #848484;
	display:none;
}