div.singlecolumn {
	margin-bottom: 20px;
	padding-right: 490px;
}

/* contact form */

dl {
	padding: 1.5em;
	border: 1px dotted #B9BC96;
	margin: 6px 0 10px 0;
}

dd {
	position: relative;
	top: -1.2em;
	left: 12em;
	width: 12em;
}

dd img {
	position: relative;
	top: -1.3em;
	left: 6em;
}

dt {
	font-weigth: bolder;
}

form fieldset {
	font-size: 12px;
	border: dotted 1px #B9BC96;
	padding: 20px;
}

form fieldset label, form fieldset span,  .formerror small {
	display: block;
}

form fieldset p {
	margin:5px 10px 10px 10px;
	padding: 8px;
}


form fieldset span, .formerror small {
	font-size: 0.8em;
	color: red;
}
form fieldset input {
	text-indent: 10px;
}

form fieldset input#name, form fieldset input#email, form fieldset input#phone, form fieldset input#company, form fieldset select {
	border: 1px solid #CCC;
	background: #FFF;
	color: #666;
	width: 300px;
	height: 32px;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form fieldset input:focus, form fieldset select:focus, form fieldset textarea:focus {
	border: 1px solid #322F30 !important;
	color: #322F30 !important;
}

form fieldset textarea {
	border: 1px solid #CCC;
	width: 340px;
	height: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.formerror {
	background: #FDDFE9;
}
p.buttonholder {
	padding: 0 20px 0 0;
	text-align: right;
}
p.buttonholder button {
	background: url(../images/submit.png) top left no-repeat;
	border: none;
	height: 29px;
	text-indent: -9999px;
	width: 105px;
}


p.error {
	background: #FFFFD8 url("../images/alert.png") 10px 7px no-repeat;
	border-top: solid 1px #EDEAA6;
	border-bottom: solid 1px #EDEAA6;
	padding: 0.94em 0.94em 0.94em 3.9em;
	margin: 10px 0 20px 0;
}

/* the google map */

body div.columntwo div#map2 {
	width: 430px;
	height:  300px;
	border: 1px dotted #B9BC96;

}


#reviewLink {
	margin: -50px 0 20px 0;
	}
