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

fieldset {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
fieldset ol li {
	list-style-type: none;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}
fieldset ol li label {
	font-style: italic;
	width: 150px;
	display: inline-block;
	text-align: right;
	float: left;
	margin-right: 15px;
	margin-left: auto;
	margin-top: 5px;
}
fieldset ol li input {
	background-color: #F0F0F0;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 85%;
	line-height: 100%;
	width: 360px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
fieldset ol li input:hover {
	background-color: #0093D3;
	color: #FFFFFF;
}
fieldset ol li input:focus {
	background-color: #F0F0F0;
}
fieldset ol li input#submit {
	width: 80px;
	font-size: 17px;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #3EB4DD;
	color: #FFFFFF;
}
fieldset ol li input#submit:hover {
	background-color: #0093D3;
}
fieldset ol li input#submit:active {
	color: #FFFFFF;
	background-color: #000000;
}
fieldset ol li textarea {
	width: 360px;
	resize: vertical;
	font-size: 80%;
	line-height: 100%;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-right: 8px;
	padding-bottom: 13px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0F0F0;
}
fieldset ol li textarea:hover {
	background-color: #0093D3;
	color: #FFFFFF;
}
fieldset ol li textarea:focus {
	background-color: #F0F0F0;
}
fieldset ol li select {
	background-image: none;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 5px;
	width: 150px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0F0F0;
}
fieldset ol li select:hover {
	color: #FFFFFF;
	background-color: #0093D3;
}
fieldset ol li select:focus {
	background-color: #F0F0F0;
}
fieldset.thankyou ol li label {
	float: none;
}
ul.recall {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.recall li {
	font-size: 80%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
}
ul.recall span {
	font-style: italic;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	display: inline-block;
}
ul.error {
	color:#FF0000;
	font-size: 80%;
}
label.required {
	color: #FF0000;
	clear: both;
	font-size: 80%;
	font-style: italic;
	padding-top: 5px;
	margin: 0px;
}

