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

.formentry {
	margin-bottom: 10px;
}
.checkbox {
	width: 40px;
	display: inline;
	float: left;
	margin-left: 30px;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 5px;
	width: 480px;
	border: 1px solid #DED9BC;
}
.formlabel {
	float: left;
	display: inline;
	width: 125px;
	margin-right: 5px;
}
.longformlabel {
	float: left;
	display: inline;
	width: 225px;
	margin-right: 5px;
}
.forminto {
	margin-bottom: 10px;
	line-height: 1.1;
}
input.fieldinput {
	width: 355px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DED9BC;
	border-right-color: #DED9BC;
	border-bottom-color: #DED9BC;
	border-left-color: #DED9BC;
	padding-top: 5px;
	padding-bottom: 5px;
}
input.smallfieldinput {
	width: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DED9BC;
	border-right-color: #DED9BC;
	border-bottom-color: #DED9BC;
	border-left-color: #DED9BC;
	padding-top: 5px;
	padding-bottom: 5px;
}
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: #FF0000;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	line-height: 40px;
	text-indent: 20px;
	height: 40px;
}
.formsuccess {
	color: #339E36;
	background-color: #ECE9D8;
	border: 1px solid #339E36;
	margin-bottom: 10px;
	line-height: 40px;
	text-indent: 20px;
	height: 40px;
}
.warning {
	color: #FF0000;
	margin-bottom: 5px;
	margin-left: 130px;
}
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;
}
.checkboxwrapper {
	margin-top: 1px;
	margin-bottom: 1px;
}
