/*begin styling motor policy form*/
#frmMotorPolicy {
	margin-top:15px;
	margin-left:95px;
	width: 600px;
}
#motorType {
	position: absolute;
	left: 570px;
	top: 70px;
	width: 300px;
	font-size: 18px;
	color: #FFF;
}
#premiumType {
	position: absolute;
	left: 570px;
	top: 115px;
	width: 300px;
	font-size: 18px;
	color: #CCC;
}
#premiumAmount {
	position: absolute;
	left: 310px;
	top: 220px;
	width: auto;
	font-size: 18px;
	color: #FDDB30;
}
/*End styling of motorpolicy form*/



/*begin styling the home insurance form*/



#domesticForm {
	margin-top:15px;
	margin-left:95px;
	width: 600px;
}
#buildingPremium {
	position: absolute;
	font-size: 15px;
	color: #FFF;
	left:570px;
	top: 80px;
}
#contentPremium {
	position: absolute;
	font-size: 15px;
	color: #FFF;
	left: 570px;
	top: 150px;
}
#risksPremium {
	position: absolute;
	font-size: 15px;
	color: #FFF;
	left: 570px;
	top: 210px;
}
#premiumAmountB {
	position: absolute;
	font-size: 18px;
	color: #FDDB30;
	left: 310px;
	top: 250px;
	width: auto;
}
/*End styling of domestic insurance form*/

/* Begin styling ClassType*/

#personalAccident {
	margin-left:250px;
	margin-top:100px;
	width: auto;
}
#classInformation {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#premiumPayable {
	font-size: 14px;
	color: #DEE273;
	text-decoration: underline;
	font-weight: bold;
}
/*End styling classType*/

/* begin styling elements common in all forms*/
.form_position {
	float: left;
}
fieldset {
	background: #20325b; /* Old browsers */
	background: -moz-linear-gradient(top, #20325b 0%, #2b5077 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20325b), color-stop(100%, #2b5077)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #20325b 0%, #2b5077 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #20325b 0%, #2b5077 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #20325b 0%, #2b5077 100%); /* IE10+ */
	background: linear-gradient(to bottom, #20325b 0%, #2b5077 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20325b', endColorstr='#2b5077', GradientType=0 ); /* IE6-9 */
	border-style: solid;
	border-radius: 5px;
}
.calculate {
	float:right;
	padding: 0 20px;
	height: 40px;
	line-height: 32px;
	border: 1px solid #FFF;
	color: #E4E27B;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	background: #FFC url(../images/Images/calcButton.jpg) no-repeat;
}

.calculate:hover{
	color:#FFF;
	background:#003;
}
.textField {
	width: 235px;
	border: 1px solid #111;
	border-radius: 5px;
	background: #DEE0EC;
	padding: 5px 3px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
select {
	width: 240px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #999999;
	padding: 1px 1px;
	color: #000;
	font-weight: bold;
}
textarea {
	height: 125px;
	overflow: auto;
}
legend {
	display: none;
}
label {
	color: #CCCCCC;
	font-weight: 500;
	display: block;
}
a{
	color:#0FF;
}

a:hover{
	color:#fff;
}