/* GENERIC
---------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	}
form.navform {
	margin-top: 0;
	margin-right: 8px;
}
form.navform img {
	vertical-align: bottom;
	}
form input {
	margin: 0;
	padding: 2px;
	font: 12px;
	font-family: Georgia,"MS Serif", "New York", serif;
	color: #000;
	background-color: #ebddc0;
	border: 1px solid #fff;
	border-color: #000 #fff #fff #000;
	}
form input.button {
	font: bold 12px;
	font-family: Georgia,"MS Serif", "New York", serif;
	color: #000;
	background-color: #ebddc0;
	padding: 2px;
	border: 2px solid #fff;
	border-color: #fff #000 #000 #fff;
	}
form input.button:active {
	border-color: #000 #ebddc0 #ebddc0 #000;
	background: #c1af93;
	color: #000;
	}
form textarea {
	margin: 0;
	padding: 2px;
	font: 12px;
	font-family: Georgia,"MS Serif", "New York", serif;
	color: #000;
	background-color: #ebddc0;
	line-height: 120%;
	border: 1px solid #fff;
	border-color: #000 #fff #fff #000;
	}
form.navform select {
	margin: 0;
	padding: 0;
	font: 11px;
	font-family: Georgia,"MS Serif", "New York", serif;
	color: #000;
	background-color: #ebddc0;
	}
form.navform option {
	margin: 0;
	padding: 0;
	font: 11px;
	font-family: Georgia,"MS Serif", "New York", serif;
	color: #000;
	background-color: #ebddc0;
	}


/* POSITIONING
---------------------------------------------------*/
#formblock {
	margin: 0 0 10px 0;
	padding: 0;
	width: 496px;
	}
div.formrow {
	clear: both;
	padding-top: 8px
	}
div.formrow span.label {
	float: left;
	width: 150px;
	text-align: left;
	}
div.formrow span.formfield {
	float: right;
	width: 340px;
	text-align: left;
	}
	
/*  */	
div#imgcol {
	width: 192px;
	float: left;
	}
div#textcol {
	width: 567px;
	padding-right: 8px;
	float: left;
	border: 0px solid #3CB371;
	font-family: Georgia,"MS Serif", "New York", serif;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #563E34;
	}
div#imgcol p {
	width: 160px;
	margin: 0;
	padding: 8px 7px 0 0;
	font: 11px/13px;
	font-family: Georgia,"MS Serif", "New York", serif;
	border-right: 0px solid #a34316;
	}
	
.bold{
	font-weight: bold;
}

.spacervertform{
	border: 0px solid #3CB371;
	width: 800px;
	height: 24px;
	float: left;
}
