fieldset  {
	color: #666;
	border:none;
	}

.contentblock {
	clear:both; 
	margin: 0 0 40px 0;
	border: white solid thin; 
	}

.leftblock {
	float: left;
	width: 200px;
	text-align:right;
	margin: 0 30px 0 0;
/*	border: #666 solid thin;*/
	}

.rightblock { 
	float: left;
	width: 500px;
/*	border: #666 solid thin;*/
	}
	
.title {
	font-size: 1em;
	font-weight: bold;
	text-align:right;
	margin-top: 0;
	}
	
.input_field {
	float: left;
	margin: 0 15px 10px 0;
	}
label   {
	font-weight: bold;	
	}
label.fieldLabel	{
	font-weight: normal;
	margin: 0;
	display:inline;
	}

input.formInputField, textarea   {
	background-color:#F7F7F7;
	border:#aaa solid thin;
	margin: .3em 0 0 0;
	}
	
input.formInputField:hover, textarea:hover {
	background-color: #fff;
	border:#000 solid thin;
	color: #000;
	}

select.formSelect  {
	background-color:#F7F7F7;
	border:#aaa solid thin;
	cursor: pointer;
	margin-right: 3px;
	}
	
.label_block {
	clear:both;
	text-align: right;
	margin: 10px 20px 0 0;
	width: 200px;
	float:left;
	}

.input_block {
	text-align:left;
	float:left;
	margin-right: 20px;
	}
	
.separator {
	clear: both;
	height: 1px;
	}
	
select.formSelect:hover  {
	background-color: #fff;
	border:#000 solid thin;
	color: #000;
	cursor: pointer;
	}

input.formInputButton   {
	border: solid 1px #666;
	background-color:#ccc;
	color: #000;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	}
	
input.formInputButton:hover   {
	background-color:#aaa;
	}