@charset "utf-8";
/* CSS Document */
.formentry {
	margin-bottom: 10px;
}
.checkbox {
	width: 40px;
	display: inline;
	float: left;
	margin-left: 10px;
}
.checkbox2 {
	width: 40px;
	display: inline;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.checkboxwrapper {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 206px;
	float: left;
}
.checkboxwrapper2 {
	width:100%;
	display: inline;
	float: left;
}
.radiowrapper {
	margin-left: 20px;
	padding-top: 25px;
}
.floatradiowrapper {
	float:left;
	display:inline;
}
.radiolabel {
	float: left;
	width: 120px;
}
.radio {
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding: 5px;
	border: 1px solid #ccc;
	width: 347px;
}
textarea.extratext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding: 5px;
	border: 1px solid #ccc;
	width: 450px;
	margin-top: 5px;
}
.formlabel {
	float: left;
	display: inline;
	width: 115px;
	margin-right: 5px;
	line-height: 20px;
}
.longformlabel {
	float: left;
	display: inline;
	width: 260px;
	margin-right: 5px;
}
.xlongformlabel {
	float: left;
	display: inline;
	width: 100%;
	margin-right: 5px;
}
.forminto {
	margin-bottom: 10px;
	line-height: 1.1;
	font-weight: bold;
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
	width: 478px;
}
input.floatfieldinput {
	float:left;
	width: 218px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCC;
	line-height: 20px;
}
input.fieldinput {
	width: 355px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCC;
	line-height: 20px;
}
input.mediumfieldinput {
	width: 150px;
	border: 1px solid #cCC;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
input.smallfieldinput {
	width: 50px;
	border: 1px solid #cCC;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
fieldset {
	background-color: #ECE9D8;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #DED9BC;
}
.formerror {
	color: #FFF;
	background-color: #F00;
	border: 1px solid #333;
	margin-bottom: 10px;
	line-height: 40px;
	text-indent: 20px;
	height: 40px;
	font-weight: bold;
}
.formsuccess {
	color: #FFF;
	background-color: #017bbc;
	border: 1px solid #666;
	margin-bottom: 10px;
	line-height: 40px;
	text-indent: 20px;
	height: 40px;
	font-weight: bold;
}
.warning {
	color: #FF0000;
	margin-bottom: 5px;
	margin-left: 130px;
}
.formwarning {
	text-indent:120px;
	color:#FF0000;
	font-size: x-small;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.formwarning2 {
	color:#FF0000;
	font-size: x-small;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
input.submit {
	font-size: small;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	display:block;
	height: 30px;
	width: 120px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
select.medium{
	width:220px;
	height:24px;
	line-height:24px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #ccc;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#submitform {
	margin-top: 50px;
	margin-bottom: 30px;
}
#submitform input.submitbutton {
	font-size: medium;
	line-height: 35px;
	text-align: center;
	display:block;
	height: 35px;
	width: 162px;
	background-image: url(../images/layout/submitbutton.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	border:none;
	cursor:pointer;
	color: #FFF;
}
