P {
	MARGIN: 0em
}
.form_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #145500;
	padding-bottom: 1px;
	padding-top: 3px;
	display: block;
	padding-right: 4px;
}
.form_text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #145500;
	padding-bottom: 1px;
	padding-top: 3px;
	display: block;
	padding-right: 4px;
}
.form_text3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:normal;
	color: #145500;
	padding-bottom: 0px;
	padding-top: 4px;
	display: block;
	padding-right: 4px;
}
.form_text a, .form_text3 a {
text-decoration:underline;
color: #145500;
}
.form_text a:hover, .form_text3 a:hover {
text-decoration:none;
color: #145500;
}
.form_textbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	width: 99%;
	border: 1px solid #1c7900;
	white-space: nowrap;
}
.form_textbox_white_space_wrap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	width: 99%;
	border: 1px solid #1c7900;
}
.form_textbox2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #1c7900;
	white-space: nowrap;
}
.form_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #145500;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #145500;
	padding-top: 8px;
	display: block;
	position:relative;
}
.form_title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #145500;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #145500;
	padding-top: 8px;
}
.form_line {
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	margin-top: 4px;
	margin-left: 0px;
	height:2px;
}
.form_button {
	float: right;
}
.form_button_block {
	margin-top: 5px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox 
{
	background-image: url(form_back.png);
	width: 500px;
	color: #145500;
	border: 1px solid #1c7900;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.form_size {
	height:350px;
	overflow-x: hidden;
	overflow-y: auto;
}
.form_scroll_div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #145500;
	max-height:180px; 
	_height:160px; 
	overflow:auto;
}
.terms_popup {
	text-align:right;
	position: absolute;
	right: 0px;
}

