<style type="text/css">
fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 450px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
        font-size: .7em;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .7em;
	color: #f00;
	padding: 2px;
	border: solid 1px #000;
	background: #fff
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
	}
	
input.formInputText:hover {
	background-color: #fff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
	}

select.formSelect:hover  {
	color: #333;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

textarea.hump   {
	color: #f00;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
        width: 50px;
	}
	
textarea.hump:hover {
	background-color: #f00;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
textarea.hump:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}


input.formInputButton   {
	font-size: .8em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #ff0000;
	background: #fff url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 2px #000;
	cursor: pointer;
	height: 24px;
	width: 70px;
		}
	

		</style>