@charset "UTF-8";
/* CSS Document */


#formCover {
	width:100%;
	height:100%;
	z-index:9993;
	display:block;
	position:fixed;
	background-color:rgba(0,0,0,0.65);
	display:none;
}

#formCover .formClose {
	text-align:right;
	height:25px;
	font-weight:bold;
	font-stretch:wider;
	margin-right:-25px;
	cursor:pointer;
}

#formCover .formContainer {
	max-width:610px;
	padding:15px;
	margin:15% auto;
	background-color:rgba(255,255,255,1.00);
}

#formCover p {
	padding:0 40px;
}

form  {
	font-size: 14px;
	width:100%;
}

table {
	width:100%;
	padding:0 34px;
	clear:both;
}

td {
	width:33%;
}

input {
	float:right;
	width:75%;
}

textarea {
	width:100%;
	height:100px;
	margin-bottom:15px;
	margin-left:-2px;
}

input[type=checkbox] {
	float:left;
	width:20px;
	display:inline-block;
	margin:0 0 0 -2px;
}

input[type=submit], input.captchacode {
	width:85%;
}

.checkboxText {
	width:75%;
	float:right;
	font-size:12px;
	margin:-15px 6px 0 0;
	display:block;
}

.help-block {
	float:right;
	font-size:10px;
	color:#FF0000;
}