fieldset  {
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #3c3c3c;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

	
legend  {
	color: #FFFFFF;
	font-weight: 400;
	font-variant: small-caps;
	background-color: #3c3c3c;
	padding: 2px 6px;
	margin-bottom: 8px;
	background-repeat: repeat;
	border: 1px solid #3c3c3c;
	}

label   {
	font-weight: normal;
	line-height: 22px;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 105px;
	font-size: 100%;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 100%;
	color: #666;
	background-color: #EBEEF4;
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #e3e3e3;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #444;
	cursor: text;
	}
	
textarea   {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #EBEEF4;
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 0px;
	margin-bottom: 5px;
	}
textarea:hover {
	background-color: #e3e3e3;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}		

textarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #444;
	cursor: text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
select.formSelect  {
	font-size: 100%;
	color: #666;
	background-color: #eeeeee;
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #cccccc;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #3c3c3c;
	}

input.formInputButton   {
	font-size: 100%;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 2px;
	cursor: pointer;
	float: right;
	background-color: #9d0a0e;
	background-image: url(img/btn.gif);
	background-repeat: repeat-x;
	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: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	margin: 3px;
}
	
input.formInputButton:hover   {
	background-image: url(img/btnhover.gif);
	color: #ccc;
}
	
input.formInputButton:active   {
	background-image: url(img/btnactive.gif);
	color: #fff;
}
