.map_div {         
             border:1px solid #A2BDF2;
             /* float:left; */
             margin:auto;
             /* margin:0px; */
             width:600px;
             height:200px;
           }

form.pay{
	width:200px;
	display:inline;
}
div#main-map{
	width:70%;
	height:70%;
	float:left;
}
div#side{
	width:30%;
	float:left;
}

div#dataPanel{
	width:90%;
	height:50%;
	overflow:auto;
	border:2px solid #DDDDDD;
}
div#side input{
	width:90%;
}

div#side input.navi{
	font-size:18px;
	height:30px;
	margin-bottom:10px;
}
span.instruction{
	font-weight:bold;
	
}

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; font-size:12px;}
.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; }
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; }
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; }
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }