fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 350px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	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: .8em;
	color: #666;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #73a6e3;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 22px;
	}
	
input.formInputText:hover {
	background-color: #ffffff;
	border: solid 1px #000000;
	color: #000;
	cursor: cursor;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #000000;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #73a6e3;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 200px;
	}

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

select.formSelectMain  {
	font-size: .8em;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #73a6e3;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;

	}

select.formSelectMain:hover  {
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #000000;
	}
	
select.formSelectMain:focus  {
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #000000;
	}


input.formInputButton   {
	font-size: 1em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background: #bdd5f3 repeat-x;
	padding: 1px;
	spacing: 1px;
	border: solid 1px #73a6e3;
	float: center;
	}
	
input.formInputButton:hover   {
	border: solid 1px #000000;
	}
	
input.formInputButton:active   {
	border: solid 1px #000000;
	}

tbody td.evenfirst {
	font: 12px "Times new roman", Times, Serif;
	background-color: #e0e6ee;
	border-bottom: 1px solid #73a6e3;
	border-left: 1px solid #73a6e3;
	border-right: 1px solid #73a6e3;
	border-top: 1px solid #73a6e3;
}

tbody td.evenfirstend {
	font: 12px "Times new roman", Times, Serif;
	background-color: #e0e6ee;
	border-bottom: 1px solid #73a6e3;
	border-left: 1px solid #73a6e3;
	border-right: 1px solid #73a6e3;
	border-top: 1px solid #73a6e3;

}


tbody div.error {
	font: 12px "Times new roman", Times, Serif;
	background-color: #e0e6ee;
	color: red;
	border-bottom: 1px solid #73a6e3;
	border-left: 1px solid #73a6e3;
	border-right: 1px solid #73a6e3;
	border-top: 1px solid #73a6e3;


}
tbody td.evennext {
	font: 12px "Times new roman", Times, Serif;
	background-color: #e0e6ee;
	border-bottom: 1px solid #73a6e3;
	border-right: 1px solid #73a6e3;
	border-top: 1px solid #73a6e3;
}
tbody td.oddfirst {
	font: 12px "Times new roman", Times, Serif;
	background-color: #c6daf3;
	border-left: 1px solid #73a6e3;
	border-right: 1px solid #73a6e3;
}
tbody td.oddnext {
	font: 12px "Times new roman", Times, Serif;
	background-color: #c6daf3;
	border-right: 1px solid #73a6e3;
}

