/* Form */
.field-block {
	width: 510px;
	margin: 25px 0 25px 0;
}
.field {
	margin: 0;
}
.field-block a {
	color: #b15613;
	text-decoration: none;
	border-bottom:1px dotted #b15613;
	cursor: pointer;
}
.field-block a:hover {
	text-decoration: none;
	border-bottom:1px solid #b15613;
}
.forms-input {
	width: 90%;
	height: 15px;
	padding: 3px;
	color:#3a3c36;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;

}
.forms-input-valid {
	width: 90%;
	height: 15px;
	padding: 3px;
	color:#3a3c36;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;
}
.forms-input-novalid {
	width: 90%;
	height: 15px;
	padding: 3px;
	color:#f15848;
	background:#ffffff;
	border: 1px dotted #f15848;
}

.forms-textarea {
	width: 90%;
	height: 180px;
	padding: 3px;
	color:#3a3c36;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;

}

.forms-description {
	font-size: 10px;
}
.forms-error  {
	width: 300px;
	font-size: 10px;
	color: #f15848;
	position: relative;
	float: right;
	text-align: right;
	padding: 10px 10px 0 0;
}
.captcha {
	margin-top: 25px;
	height: 60px;
}


/* quest form */
.quest-head {
	width: 500px;
	height: 35px;
}
.quest-description {
	width: 150px;
	color: #3a3c36;
	margin: 10px 0 3px 0;
	font-size: 14px;
	text-align: left;
	float: left;
}
.quest-input {
	width: 500px;
	font-size:200% !important;
	padding: 2px 4px;
	color: #2b2d31;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;
}
.quest-textarea {
	width: 500px;
	height: 200px;
	font-size:200% !important;
	padding: 2px 4px;
	color:#2b2d31;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;
}
.questsubmit {
	margin: 10px 0 0 0;
	text-align: left;
}