#main_form{
	position:absolute;
	margin-top:110px;
	left:10px;
/* 	padding: 10px; */
	width: 900px;
	height: 1000px;
}

#header{
	position:absolute;
	left:10px;
	top:10px;
	background-color: #005A31;
	width: 900px;
	height: 60px;
	border-radius: 10px;
}

#navbar{
	top: 62px;
	width: 900px;
	height: 30px;
	border-radius: 10px;
	background-color: #7BBF6A;
	font-family: sans-serif;
	position: absolute;
}

#usmp_logo{
	float:left;
	margin-left: 20px;
	margin-top: 10px;
}

#usmp_logo a{
	font-size: 30px;		
	color: white;
	font-family: sans-serif;
	text-decoration: none;
}

#navbar_map{
	width: 40px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}

#navbar_new_site{
	width: 165px;
	margin-right: 10px;
	float:left;
}

#navbar_observer_form{
	width: 195px;
	margin-right: 10px;
	float:left;
}

#navbar_maintenance_form{
	width: 160px;
	margin-right: 10px;
	float:left;
}

#navbar_qra{
	width: 40px;
	margin-right: 15px;
	float:left;
}

#navbar_account_management{
	width: 70px;
	margin-right: 15px;
	float: left;
}

#navbar_about{
	width: 70px;
	margin-right: 5px;
	float: left;
}

#navbar_logout{
	width: 65px;
	float: left;
	margin-right: 10px;
}


#navbar a{
	color: black;
	font-style: none;
	font-weight: bold;
	font-family: sans-serif;	
	text-decoration: none;
	text-align: center;
	font-size: 13pt;
}



#navbar_sync_offline{
	width: 200px;
	margin-left: 40px;
	float: left;
}



#logos{
	margin-top: 70px;
}

.image_container{
	height:65px;
	max-width: 100px;
	float:left;
	padding: 10px;
}
.image_container img{
	width:100%;
	max-height: 65px;
	height:auto;
}


.pop_up_label{
	font-weight: bold;
}

.pop_up_content{
    width: 450px;
}

.pop_up_text{
    max-width: 85%
}

#map-canvas_2 {
  width:750px;
  height:600px;
}
#myModalbody{
width:850px;
  height:650px;
}