
fieldset  {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #ece6d8;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 650px;
	}
	
legend  {
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #673b20;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	position: relative;
	vertical-align: text-top;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 1.0em;
	color: #666;
	background-color: #fffffff;
	padding: 2px;
	border: solid 1px #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
}
	
input.formReadOnlyText   {
	font-size: .9em;
	color: #666;
	background-color: #fffffff;
	padding: 2px;
	border: solid 1px #cccccc;
	margin-right: 5px;


}
input.formInputText:hover {
	background-color: #d6e4d4;
	border: solid 1px #006600;
	color: #000;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
	
select.formSelect  {
	font-size: 1.0em;
	color: #666;
	background-color: #fffff;
	padding: 2px;
	border: solid 1px #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #d6e4d4;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
textarea.formTextarea  {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

textarea.formTextarea:hover  {
	color: #333;
	background-color: #d6e4d4;
	border: solid 1px #006600;
	}
	
textarea.formTextarea:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}


input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #000000;
	background: #f99 url(images/bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #d8aa3b;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(images/bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(images/bg_button.png);
	}



