label
{
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
}

input[type=text], textarea
{
	margin-bottom:15px;
	border:1px solid #333333;
	background-color:#CCCCCC;
	width:400px;
}

input[type=text]
{
	height:2em;
	font-size:12px;
	
}

textarea
{
	height:225px;
}


#contactFormWrapper
{
	position:relative;
	width:910px;
	background-color:#eeeeee;
	padding:20px;
}
#contactFormContent
{
	position:relative;
	width:400px;
	float:left;
}


#submitResponse
{
	background-color:#FFFFFF;
	position:absolute;
	left:8%;
	top:8%;
	width:60%;
	height:60%;
	padding:20px;
	border: solid 1px #999999;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}
#submitResponse .error
{
	color:#ff0000;
}

#map_canvas
{
	position:relative;
	width:468px;
	height:395px;
	background-color: #ffffff;
	float:left;
	border:1px solid #B4A78A;
	margin:0 10px 0 30px;
}

