
/*map styles*/
.mapwrapper 
{
	margin: 0px auto 3px;
	z-index: 1;
	min-width: 8em;
	max-width: 1900px;
	width: 90%;
	padding: 9px 0 0 0;
	height: 90%;
}

.mapinfowindow
{
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	font-weight: normal;
	width: 315px;
	text-align: left;
}

.mapborder
{
	border-width: 1px; 
	border-color: #bbb; 
	border-style: solid; 
	background-color: #e5e5e5; 
	width: 99.3%;
}

.map
{
	width: 100%;
	height: 100%;	
}

.maptext
{
	margin-left: 110px; 
	min-height: 110px;
}

.mapuserprofile
{
	margin-bottom: 12px;	
}

.mapuserprofilename
{
	font-size: 15px; 
	font-weight: bold;
	margin: 0 0 0 0;
}

.mapuserlocation
{
	font-size: 13px; 
	height: 13px;
	font-family: "Segoe UI","Microsoft Sans Serif", arial,clean,sans-serif;
	color: #888;
	margin-bottom: -1px;
}