
fieldset  {
	font: 12px Tahoma, arial, sans-serif;
	color: #666;
	background-color: #fff;
	padding: 10px;
	border: solid 1px #d3d3d3;
	width: 490px;
	margin-top:10px;
	}
	
legend  {
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 8px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 14px;
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
	}
input.formInputTextLoans   {
	font-size: 14px;
	color: #444;
	background-color: #FFEFE5;
	padding: 2px;
	border: solid 1px #ff6600;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
	}
input.formInputTextContact   {
	font-size: 14px;
	color: #444;
	background-color: #f8f8f8;
	padding: 2px;
	border: solid 1px #b9b9b9;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
	}
input.formInputTextCar   {
	font-size: 14px;
	color: #444;
	background-color: #F4F7E9;
	padding: 2px;
	border: solid 1px #96B127;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
	}
input.formInputTextIns   {
	font-size: 14px;
	color: #444;
	background-color: #ECf6F8;
	padding: 2px;
	border: solid 1px #43A9BE;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
	}
input.formInputTextBus   {
	font-size: 14px;
	color: #444;
	background-color: #F4F7FA;
	padding: 2px;
	border: solid 1px #2C64A3;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
	}
textarea.formInputTextarea   {
	font-size: 14px;
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 60px;
	}
textarea.formInputTextareaLoans   {
	font-size: 14px;
	color: #444;
	background-color: #FFEFE5;
	padding: 2px;
	border: solid 1px #FF6600;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 60px;
	}
textarea.formInputTextareaContact   {
	font-size: 14px;
	color: #444;
	background-color: #F8F8F8;
	padding: 2px;
	border: solid 1px #B9B9B9;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 60px;
	}
textarea.formInputTextareaCar   {
	font-size: 14px;
	color: #444;
	background-color: #F4F7E9;
	padding: 2px;
	border: solid 1px #96B127;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 60px;
	}
textarea.formInputTextareaIns   {
	font-size: 14px;
	color: #444;
	background-color: #ECf6F8;
	padding: 2px;
	border: solid 1px #43A9BE;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 60px;
	}
textarea.formInputTextareaBus   {
	font-size: 14px;
	color: #444;
	background-color: #F4F7FA;
	padding: 2px;
	border: solid 1px #2C64A3;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 60px;
	}
select.formSelect  {
	font-size: 14px;
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	}
select.formSelectLoans  {
	font-size: 14px;
	color: #444;
	background-color: #FFEFE5;
	padding: 2px;
	border: solid 1px #FF6600;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	}
select.formSelectCar  {
	font-size: 14px;
	color: #444;
	background-color: #F4F7E9;
	padding: 2px;
	border: solid 1px #96B127;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	}
select.formSelectIns  {
	font-size: 14px;
	color: #444;
	background-color: #ECf6F8;
	padding: 2px;
	border: solid 1px #43A9BE;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	}
select.formSelectBus  {
	font-size: 14px;
	color: #444;
	background-color: #F4F7FA;
	padding: 2px;
	border: solid 1px #2C64A3;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	}	
input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #f99;
	padding: 1px;
	border: solid 1px #cc0000;
	cursor: pointer;
	float: right;
	}
input.formInputButtonLoans   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #FFB27F;
	padding: 1px;
	border: solid 1px #FF6600;
	cursor: pointer;
	float: right;
	}
input.formInputButtonContact   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #D5D5D5;
	padding: 1px;
	border: solid 1px #B9B9B9;
	cursor: pointer;
	float: right;
	}	
input.formInputButtonCar  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #F4F7E9;
	padding: 1px;
	border: solid 1px #96B127;
	cursor: pointer;
	float: right;
	}
input.formInputButtonIns  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #B4DDE5;
	padding: 1px;
	border: solid 1px #43A9BE;
	cursor: pointer;
	float: right;
	}
input.formInputButtonBus  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #ABC1DA;
	padding: 1px;
	border: solid 1px #2C64A3;
	cursor: pointer;
	float: right;
	}
input.formInputButtonCalc   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #f99;
	padding: 1px;
	border: solid 1px #cc0000;
	cursor: pointer;
	margin-bottom:8px;
	}
input.formInputButtonCalcLoans   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #FFB27F;
	padding: 1px;
	border: solid 1px #FF6600;
	cursor: pointer;
	margin-bottom:8px;
	}
input.formInputButtonCalcCar  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #333;
	background-color: #CAD893;
	padding: 1px;
	border: solid 1px #96B127;
	cursor: pointer;
	margin-bottom:8px;
	}
.special {
width:5px;
visibility:hidden;
}
