@charset "utf-8";
form#Content {
	float: left;
}


form#Content ul li {
	clear: both;
	display: block;
	float: none;
}
form#Content ul li h3 {
	font-size: 12px;
	color: #557650;
	font-weight: bold;
	letter-spacing: 0.1em;
	clear: both;
	float: left;
	padding-top: 2px;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}
form#Content  .divFields{
	width: 300px;
	float: left;
	margin-bottom: 5px;
}



form#Content ul li span {
	float: left;
	margin-right: 5px;
	line-height: 16px;
	margin-top: 0.2em;
}
form#Content ul li input , form#Content ul li select, form#Content ul li textarea{
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../_images/fieldbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #395238;
	background-color: #FFF;
	font-size: 11px;
}

form#Content ul li .widthFull {
	width: 280px;
}

form#Content ul li .widthHalf {
	width: 130px;
}



form#Content ul li label {
	clear: both;
	float: left;
	color: #666;
	margin-top: 0.1em;
	font-size: 11px;
	font-weight: normal;
}
form#Content .spanCheckboxes label input{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: .5em;
}

form#Content ul li #button {
	background-color: #557650;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
	border: 1px solid #8FCD68;
}


/* CSS Document */


form#Content ul li #button:hover {
	background-color: #8FCD68;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #557650;
}

