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

form#baf {
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
}
form#baf  h3{
	font-size: 2.4em;
	font-weight: normal;
	color: #617C45;
	clear: both;
}
form#baf p {
	float: left;
}
form#baf p.clear {
	clear: both;
}
form#baf input {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 25px;
	font-size: 1.2em;
	color: #617C45;
}
form#baf input.submitbutton {
	background-color: #617C45;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}
#popup {
	display: block;
	position: absolute;
	z-index: 50;
	left: 174px;
	top: 122px;
}

