* { margin: 0; padding: 0; }
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 401px;
	margin: 0 auto;
	min-height: 600px;
	background-image: url(Images/map_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 383px;
	left: 218px;
	top: 82px;
}
form {
	padding: 83px 0 0 76px;
}
#formLeft {
	width: 286px;
	position: absolute;
	left: 92px;
	top: 47px;
	height: 152px;
	}
	#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	border: none;
	text-align: left;
	margin: 8px 0 0 2px;
	font-size: 13px;
	background-color: #FAFAFA;
	}
	#formLeft .input-bg {
	height: 35px;
	margin-bottom: 15px;
	position: relative;
	background-color: #FAFAFA;
	}
	#formLeft .active {

	}
#formRight {
	width: 284px;
	padding-right: 0px;
	position: absolute;
	left: 92px;
	top: 204px;
	height: 160px;
	}
	#formRight textarea {
	width: 285px;
	height: 110px;
	display: block;
	padding: 2px 0 2px 0;
	font-size: 13px;
	overflow: auto;
	background-color: #FAFAFA;
	border: 0;
	}
	#formRight .active {

	}
label {
	display: block;
	font-size: 12px;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 3px;
	color: #da3939;
	font-size: 13px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
#message_label {
	position:absolute;
	left:6px;
	top:203px;
	width:80px;
	height:31px;
	z-index:1;
}
#name_label {
	position:absolute;
	left:34px;
	top:49px;
	width:53px;
	height:31px;
	z-index:1;
}
#city_label {
	position:absolute;
	left:37px;
	top:101px;
	width:52px;
	height:31px;
	z-index:1;
}
#email_label {
	position:absolute;
	left:34px;
	top:151px;
	width:54px;
	height:31px;
	z-index:1;
}

