@charset "utf-8";
/* CSS Document */
form {
	width:480px;
	padding: 0px 0px 0px 0px;
	margin:40px 0px 0px 0px;
}
fieldset {
	background:#DADAD6;
	padding: 5px 10px 10px 35px;
	border:1px solid #fff;
	border-color:#fff #666661 #666661 #fff;
	margin:10px 0 35px 0px;
}
legend {
	background:#BFA869;
	color:#000;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:-24px 0px 0px -24px;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}
label {
	display:block;
	font-weight:bold;
}
select {
	margin:5px 0px 8px 0px;
	width: 150px;
	background-color: #fff;
	border: 0px #000 solid;
}
textarea {
	width:380px;
	height:150px;
	font-size: 14px;
	color:#000;	
	border-width: 1px;
}
textarea:focus {
	background-color:#E6ECE4;
}
input {
	color:#000;
	font-size: 14px;
}
input:focus {
	background-color:#E6ECE4;
}
.botChk {
	border:1px inset #e5e5c3;
}
.textInput {
	width:380px;
	border-width: 1px;
}
.phoneAreaInput {
	width:30px;
	border-width: 1px;
}
.phoneNumInput {
	width:60px;
	border-width: 1px;
}
.phoneTypeSelect {
	width: 70px;
	margin-left: 10px;
	vertical-align: middle;
}
.DynamicText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
input.invalid {
	background-color: #FFFBD1;
	border: 2px red inset;
}
select.invalid {
	background-color: #FFFBD1;
	border: 2px red inset;
}
textarea.invalid {
	background-color: #FFFBD1;
	border: 2px red inset;
}
label.invalid {
	color: #F00;
	font-weight: bold;
}
#send {
	background-color: #BFA869;
	color: #000;
	border-top: 2px outset #D0BD90;
	border-left: 2px outset #D0BD90;
	border-bottom: 2px outset #9A8042;
	border-right: 2px outset #9A8042;
	font-weight: bold;
}
