@charset "utf-8";
/* CSS Document */

.top_banner {
	background-color: #F5F5F5;
	color: #222;
	font-weight: normal;
	height: 30px;
	padding: 5px 10px 0px 10px;
	vertical-align: baseline;
	border-bottom: 1px solid #666;
}
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}
.ljformdiv {
	width: 600px;
	border: 1px solid #333;
	background-color: #FFF;
	padding: 20px;
	margin: 30px auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin:0;
}
.formselect {
	font-size: 14px;
	color: #000;
}
.formfield {
	font-size: 16px;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #506FAD;
	border-right-color: #506FAD;
	border-bottom-color: #506FAD;
	border-left-color: #8CC63F;
}
.formbutton {
	font-size: 14px;
	border: 1px solid #333;
	color: #fff;
	background-color: #8CC63F;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.errors {
	color: #a00;
	background-color: #faa;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.small {
	font-size: 70%;
}
.top_options, .top_options a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.top_options {
	text-align: right;
	margin-top: -30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.top_options a:hover {
	text-decoration: underline;
}
.footer {
	height: 20px;
	padding: 0px 10px 10px 10px;
	margin-bottom: 20px;
	border-top: 1px #333 solid;
}