fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #BFBFBF;
	background-color: #4F4F4F;
	
	padding: 5px;
	width: 940px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 1px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 5px;
	padding-top: 6px;
	position: relative;
	float: left;
	border:none;
	display: block;
	width: 80px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	width: auto;
	}
	
input.formInputText   {
	font-size: 1em;
	color: #666;
	background-color: #303030;
	padding-bottom: 5px;
	border: solid 1px #BFBFBF;
	margin-right: 1px;
	margin-bottom: 5px;
	height: 20px;
    	float:left;
	text-transform:uppercase;
	vertical-align: middle;
	}
	
input.formInputText:hover {
	color: #000000;
	background-color: #BFBFBF;
	border: solid 1px #303030;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #EFEFEF;
	border: solid 1px #006600;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 1px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #000000;
	background-color: #BFBFBF;
	border: solid 1px #303030;
	}
	
select.formSelect:focus  {
	color: #000000;
	background-color: #BFBFBF;
	border: solid 1px #303030;
	}

input.formInputButton   {
	font-size: 1.2em;
	width: 72px;
	height: 31px;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	background: #4F4F4F url('submit.gif');
	/*padding: 1px;*/
	border: none;
	cursor: pointer;
	float: left;
	position: relative;
	top:-4px;
	left: 15px;
	}
	
input.formInputButton:hover   {
	background-image: url('submit_hover.gif');
	}
	
input.formInputButton:active   {
	background-image: url('submit.gif');
	}

