/* forms */
div.form label {
	color:#CCB290;
	
}
div.form {
	color:#B6966B;
	font-size:15px;
}
div.form label.hint {
    color:#999999;
}

div.form .error-message, div.form label.error-message {
	color:#C00 !important;
}
div.form {
	clear:both;
}
div.form input[type="text"], div.form input[type="password"],input[type="email"], div.form textarea, div.form select {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg_form_field_h.png) repeat;
	border:0;
    color:#B6966B;
	width:100%;
	padding:0 10px;
	margin-bottom:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.form.no-shadow input[type="text"],input[type="email"], div.form.no-shadow input[type="password"], div.form.no-shadow textarea, div.form.no-shadow select {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
div.form input[type="text"],input[type="email"], div.form input[type="password"] {
	height:30px;
	line-height:30px;
}
div.form select {
	padding:6px 10px;
	color:#B6966B !important;
	/* color:#000 !important; */
}
div.form textarea {
	/* height:100px; */
	height:60px;
	padding:8px 10px;
	resize:none;
}
div.form .errorMessage {
	color:#666666;
}

div.form .buttons {
}
div.form input[type="text"]:focus, div.form input[type="password"]:focus, div.form textarea:focus, div.form select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;
}
div.form input[type="submit"] {
	border:0;
	background:url(../images/bg_bt_submit.png) no-repeat;
	width:115px;
	height:30px;
	line-height:34px;
	cursor:pointer;
	color:#191919;
	text-align:left;
	padding:0 10px;
}
div.form input[type="submit"]:hover {
}
.flash-error {
	padding:10px;
	font-size:12px;
	color:#C00;
}
.flash-error ul {
	list-style:none;
}
.qtip{
	font-size:80% !important;
	line-height:100% !important;
}

.ui-datepicker {
	font-size:90% !important;
}


div.wpcf7-response-output {
	margin: 3em 0.5em 1em;
}
