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


hr.header_break {
	background-color: #e7e7e7;
	height: 10px;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #e7e7e7;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #e7e7e7;
	padding: 0px;
	clear: both;
	margin-bottom: 16px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	display: block;
}
/* ------------------------------------------------------ Forms ------------------------------------------------------ */
input.submit {
	padding: 5px;
	float: none;
	height: 35px;
	width: auto;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffa20f;
	border: 2px outset #d7b9c9;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	display: block;
}
input.submit:active {
	background-color: #f59fbc;
	border: 2px inset #f59fbc;
}
input.text {
	padding: 5px;
	height: 22px;
	width: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #214975;
	font-size: 18px;
	color: #214975;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
}
input.text:focus {
	border: 2px solid #00aeef;
}
input.text:active {
	background-color: #00aeef;
	border: 2px inset #00aeef;
}
textarea.textarea {
	padding: 5px;
	height: 100px;
	width: 482px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px inset #00aaef;
	font-size: 18px;
	color: #ed145b;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
select.select {
	padding: 5px;
	height: 35px;
	width: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px inset #00aaef;
	font-size: 18px;
	color: #ed145b;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
select.month {
	width: 150px;
	margin-right: 16px;
}
select.day {
	width: 100px;
	margin-right: 16px;
}
select.year {
	width: 100px;
}
p.form_info {
	width: 100%;
	margin-right: auto;
	font-size: 10px;
	color: #666666;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
}
p.warning {
	background-color: #FF0000;
	padding: 15px;
}
p.success {
	background-color: #00FF00;
	padding: 15px;
}







p.inline {
display: inline;
}
