.body1{
	background-image: url(../img/bg.jpg);
	background-position: center;
}
.body2{
	background-color: #fff;
	background-position: center;
}

.site{
	width: 862px;
	height: 519px;
}
.leftContainer{
	width: 11px;
	height: 100%;
	background-image: url(../img/frameLeft.gif);
	float: left;
}
.middleContainer{
	width: 840px;
	height: 100%;
	background-image: url(../img/frameMiddle.jpg);
	float: left;
}
.rightContainer{
	width: 11px;
	height: 100%;
	background-image: url(../img/frameRight.gif);
	float: left;
}
.leftBox{
	width: 189px;
	height: 100%;
	float: left;
	border: 0px solid blue;
}
.rightBox{
	width: 651px;
	height: 100%;
	float: left;
	border: 0px solid blue;
}
.rightHeader{
	width: 100%;
	height: 99px;
	float: left;
	border: 0px solid blue;
}
.mapContainer{
	position: relative;
	height: 373px;
	width: 651px;
	float: left;
	left: 10px;
	z-index: 1;
	border: 0px solid blue;
}
.rightFooter{
	width: 100%;
	height: 45px;
	float: left;
	border: 0px solid blue;
}
.handContainer{
	background: url(../img/hand.gif);
	width: 27px;
	height: 67px;
	position: relative;
	left: 9px;
	top: 64px;
	float: left;
	z-index: 5;
}
.buttonContainer{
	width: 175px;
	height: 89px;
	top: 414px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	color: #5F5F5F;
}
.loginContainer{
	border:0px solid blue;
	float: right;
	width: 100px;
}
.trans{
	background-color: transparent;
	border: 0px solid blue;
	cursor: default;
}

.parameter{
	width: 100%;
	height: 19px;
	position: relative;
	border: 0px solid blue;
}

.errMsgContainer{
	width: 300px;
	height: 75px;
	float: left;
	z-index: 6;
	top: 225px;
	left: 160px;
	position: relative;
	border: 1px solid Gray;
	background-color: #EEEEEE;
	color: #393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
}
