/* BACK-END - PLACES */
.gpress_mapframe {  
	width:98%; 
	padding:1%; 
	height:auto;  
}
.gpress_mapcanvas { 
	width: 100%; 
	height: 300px; 
	background:#FFF; 
	border:1px solid #DDD; 
}
.gpress_infopanel { 
	clear:both; 
	width:98%; 
	margin:10px 0 25px; 
	border-top:1px dotted #DDD; 
	border-bottom:1px dotted #DDD; 
	padding:15px 1% 90px; 
}
.gpress_leftcolumn { 
	float:left; 
	width:57%; 
}
.gpress_rightcolumn { 
	float:left; 
	width:37%; 
}
.gpress_middlecolumn { 
	float:left; 
	width:6%; 
}
.gpress_rightcolumn { 
	text-align:right; 
}
textarea.gpress_address { 
	width:100%; 
	height:auto; 
	border:none; 
	font-size:11px; 
	font-style:italic; 
	padding:0; 
	margin:0; 
}
.gpress_otherstuff .gpress_input_wrapper {
	width:98%;
	padding:7px 1%;
	border:1px solid #DFDFDF;
	background:#EEE;
}
.gpress_otherstuff .gpress_input_wrapper input {
	width:100%;
	border:none;
	background:transparent;
	padding:0;
	margin:0;
}
.gpress_otherstuff table {
	padding-bottom:15px;
}
.gpress_otherstuff input[type="button"] {
	background:url("../images/ui/button-grad.png") repeat-x scroll left top #21759B;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius:11px;
	border-radius:11px;
	min-width:80px;
	text-align:center;
	border:1px solid #298CBA;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding:7px 8px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	float:right;
	margin:0 0 0 15px;
}
.gpress_otherstuff input[type="button"]:hover {
	background:url("../images/ui/button-grad.png") repeat-x scroll left bottom #21759B;
	color:#EEE;
}
.gpress_map_frame {
	display:block;
	padding:10px;
	background:#EEE;
	border:1px solid #CCC;
}