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

.form {float: left;}

form {
	padding-top: 0px;
}

.form-label-left {
	width: 100px;	
  	margin-right: 7px;
  	float: left;
	padding: 3px;
	text-align: right;
	white-space: normal;
}

/*.label {
  	font-size: 0.875em;
}*/

.msg {
	min-height: 90px;
}
 
.msglbl {
	float: left;
	padding: 3px;
	white-space: normal;
}

.msginput {
    display: inline;
    float: left;
}

.msg textarea {
    color: #4D3500;
    font-family: Arial,sans-serif;
    font-size: 12px;
    padding: 8px;
    vertical-align: top;
    width: 311px;
    background: #FFFAF0;
  	border: 0px solid;		
  	overflow: auto;
  	border: 1px solid #b2a872;
}

.submit {
	float: right;
	margin-top: 3px;
	margin-right: 21px; 
}

.form-required {
    color: #E00000;
   	margin-left: 1px;
}
.form-required ul {
 	margin-left: 15px;
}


.form-check-list {
	padding-top: 7px;
	display: inline-block;
	float: left;
}

.input {
	clear: both;
	line-height: 33px; 
	padding-top: 5px;
}

input[type=text] {
	padding-left: 8px;
	width: 320px;  
	height: 2.5em;
	color: #4d3500;
	background: #FFFAF0;
  	border: 1px solid #b2a872;
}

#recaptcha_image {
  	padding-right: .15em;
  	padding-bottom: .15em;
  	border: 1px solid #b2a872;
  	width: 325px !important;  
  	background-color: #fff;
}
#recaptcha_challenge_image {
  	padding-right: .15em;
  	padding-bottom: .15em;
  	border: 1px solid #fff;
  	width: 324px !important;  
  	background-color: #fff;
}
.inputError {
	border: 1px solid #E00000 !important;
}

input[type=text].inputError {
	height: 2.5em;
	width: 300x; 
}

textarea:focus, input:focus{
    outline: none;
}

#recaptcha_table, #recaptcha_area #recaptcha_table.recaptchatable {
	background-color: #FFFAF0;
	border: 1px solid #b2a872 !important;
}

.recaptcha_image_cell {
	background-color: #FFFAF0 !important;
}

#recaptcha_response_field {
	background-color: #FFFAF0 !important;
}

.form-right {
	margin-left: 110px;
}

select, input[type=text], input, .msg textarea, .msg-order textarea {
	font-family: 'alegreya_sansregular',arial,sans-serif; 
	font-size:0.875em;

}