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

.formentry {
	margin-bottom: 10px;
}
.formlabel {
	float: left;
	display: inline;
	width: 125px;
	margin-right: 5px;
}
.longformlabel {
	float: left;
	display: inline;
	width: 225px;
	margin-right: 5px;
}
.forminto {
	margin-bottom: 20px;
	line-height: 1.1;
}
input.fieldinput {
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DED9BC;
	color: #66669A;
	font-size: small;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
	width: 310px;
	border: 1px solid #DED9BC;
	color: #66669A;
}
fieldset {
	background-color: #EBF4D8;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #99CA3A;
}
.formerror {
	color: #FF0000;
	margin-bottom: 10px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
.formsuccess {
	color: #66669A;
	margin-bottom: 10px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
.warning {
	color: #FF0000;
	margin-bottom: 5px;
	margin-left: 130px;
}
input.submit {
	font-size: medium;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	display:block;
	height: 30px;
	width: 125px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	margin-left: 129px;
	margin-top: 20px;
	background-color: #66669A;
}

