@charset "utf-8";
.title  {
	font-weight: bold;
	color: #1C4772;
}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}
#container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/index.v4.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 1200px;
	position: relative;
	background-position: center -1px;
	border: solid 1px white;
}
#containerthankyou {
	width: 910px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/thankyou.v2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: solid 1px white;
}


#content {
	margin-top: 180px;
	height: 1000px;
	margin-left: 40px;
	margin-right: 20px;
	position: relative;
}
#topfields {
	position: absolute;
	width: 342px;
	height: 89px;
	left: 2px;
	top: 3px;
}
#form {
	position: relative;
}
#topfields td.title {
	padding-right: 20px;
	padding-bottom: 5px;
	color: #333333;
}
#topfields input {
	background-color: #FEFBAA;
	font-size: 11px;
	border: 1px inset #CCCCCC;
	width: 200px;
}
#bottomfields {
	position: absolute;
	left: 4px;
	top: 324px;
	width: 639px;
	height: 102px;
}
#midfields {
	position: absolute;
	left: 6px;
	top: 139px;
	width: 633px;
	height: 175px;
}
#midfields tr.grey {
	background-color: #E9E9E9;
}
#midfields tr {

}

#midfields td.title {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	padding: 6px;
}
#bottomfields textarea {
	background-color: #E9E9E9;
	width: 632px;
	border: solid 1px #cccccc;
	font-family: arial;
	color: #333333;
	height: 60px;
	font-size: 11px;
}
#bottomfields  #btn_quote {
	position: absolute;
	right: 6px;
	bottom: -79px;
}
#footer {
	position: absolute;
	left: 704px;
	top: 590px;
	width: 105px;
	height: 32px;
}
#captchaimg {
	top: 10px;
	position: relative;
	margin-left: 10px;
}

.arial14px {
	font-family: arial;
	font-size: 14px;
}
