FIELDSET  {
	color: #666;
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	background-color: #efefef;
	border: solid 1px #d3d3d3;
	border-style: inset;
	margin-left: 10%;
	margin-right: 10%;
	
	}
	
.legend  {
	color: #666;
	font-family: "arial black";
	background-color: #d3d3d3;
	padding: 2px;
	}

.label   {
	font-weight: bold;
	line-height: normal;
	text-align: left;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 200px;
	float: left;
	}

.label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField, select.formInputField {
	background-color: #fee;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: solid 1px #7F9DB9;
	cursor:pointer;
	}
	

	
	
input.formInputField:hover, select.formInputField:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	}

input.formInputButton   {
	border: solid 1px #f66;
	background-color: #f99;
	background-image: url(images/bg_button.png);
	color: #300;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	}
	
input.formInputButton:hover   {
	background-image: url(images/bg_button_hover.png);
	}
