@charset "UTF-8";
/* CSS Document */
.select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	position: absolute;
	width: 207px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 16px;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #fff;
	overflow: hidden;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin:0px;
	line-height:10px;
}


.contactform {
	position:absolute;
	right:150px;
	top:40px;
	font-family: 'GothamBookRegular', sans-serif !important;
	font-size:8pt !important;
	width:450px;
	height:396px;
	z-index:100 !important;
	color: #4D311D;
	line-height:8px;
}

.contactform .title {
	font-family: 'GothamBoldRegular', sans-serif !important;
	font-size:12pt !important;
	margin-top:20px;
	margin-bottom:15px;
	
}


.contactform dl{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	background-image: none;
	font-size:8pt;
	padding:0px;
	padding-bottom:0px;
	padding-top:0px;
	line-height:9px;
}
	
.contactform dt, .contactform dd{}

.contactform dd{	
	
	}

.contactform dt{
	background-image: none;
	padding-bottom:0px;
	padding-top:0px;
	padding-left: 0px;
	padding-right:35px;
	width:160px;
	float: left;
	text-align:left;
	line-height:11px;
	margin:0px;
	}
	
.contactform .box, .contactform .txtarea {
	width:244px;
	background-color:transparent;
	border: 1px solid #4D311D;
}

.contactform .txtarea {
height:60px;
}

.contactform .submits {
background-color: #000;
	border: 0px solid #5d534c;
	color: #fff !important;
	height:21px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.contactform .caption {
	line-height:15px;
	font-size:10pt !important;
}

.orange {
	width:7px;
	height:7px;
	background-image: url(main-images/red.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}
