#map_canvas {
    border: 1px solid;
    display: block;
    float: left;
    height: 340px;
    margin: 10px;
    width: 438px;
    border: solid 1px;
}

#map_canvas1 {
    border: 1px solid;
    display: block;
    float: right;
    height: 246px;
    margin: 4px 10px -284px;
    width: 280px;
}
.row_edit {
    float: left;
    height: 34px;
    line-height: 14px;
    margin: 2px 0;
    width: 45%;
}

#border_div{
	padding:5px;
	border: 1px solid black;
	float:right;
	text-align: left;
	font-size: 15px;
}
/*
.section{
	float:left;
	clear:both;
	text-align: left;
	margin-left:70px;
}
*/
input.map_inputbox{
	width:290px;
	height:20px;
}

input.localization{
	padding:1px;
	width:102px;
}

	
p.localization_text{
	margin:0;
	padding:0;
	color: white;
}

#position{
	margin:0;
	padding:0;
}

#close_map{
	position:absolute;
	top:45px;
	left:380px;
	display:none;
	cursor: pointer;
	text-decoration: underline;
}