.FormBox {
	float: right;
	width: 210px;
	margin-left: 0px;
	padding: 10px;
	background-color: rgba(246,246,246,0.9);
}
.FormBox p{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	padding-top: 7px;
	line-height: 16px;
	padding-bottom: 4px;
}
.FormBox input{
	font-size: 12px;
	height:25px;	
	width: 208px;
	border: 1px solid #999;
	margin-bottom:3px;
	display: block;
	margin: 0;
}

.FormBox input[type=submit] {
	font-size: 12px;
	height:25px;	
	width: 210px;
	border: 1px solid #999;
	margin-bottom:3px;
	display: block;
	margin: 0;
	margin-top:10px;
}

.FormBox textarea{
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;
	height: 150px;
	border: 1px solid #999;
	width: 204px;
}
.ErrMsg {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: white;
	background-color: #900;
	text-align: center;
	margin-bottom: 5px;
}

.FormBox #captcha {
	margin: 0;
	width: 208px;
	margin-top:10px;
	border: 1px solid #999;
}