.zum-11char-field{
	width:90px;
}
.zum-6char-field{
	width:22px;
}
.zum-3char-field{
	width:30px;
}
.zum-2char-field{
	width:22px;
}

.zum-1char-field{
	width: 15px;
}
select.zum-1char-field{
	width: 35px;
	padding:0;	
	height:20px;
}
.zum-geo-field input {
	border:0;
	outline:none;
	box-shadow:none;
	padding:0;
	/*border-bottom:1px solid #aaa;*/
	margin-bottom:0;
	padding:0;
}
.zum-geo-field select{
	padding:0;
	margin-bottom:0;
	border:0;
}
.zum-geo-field input:focus{
	outline:none;
	box-shadow:none;
	
}
.zum-geo-separator{
	
	/*vertical-align: super;*/
	display:inline-block;
}
.zum-geo-field button{
	/*border:1px solid #aaa;*/
	border:0;
	outline:2;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius:5px;
	border-left:0;
	height:20px;
	/*vertical-align: top;*/
	margin-left:2px;
	background: transparent;
}
.zum-geo-field button:hover{
	background:#eee;
}
.zum-geo-field {
	display:inline-block;
	border:1px solid #aaa;
	border-radius:5px;
}
.zum-map-overlay{
	position:absolute;
	background:red;
	top:5%;
	left:5%;
	width:90%;
	height:90%;
	z-index:99998;
}
.gmap-fullscreen{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

}
#gmap-map{
	width:70%;
	background:black;
	left:0;
	height:100%;
	top:0;
	bottom:0;
	position:absolute;
	z-index:99999;
}
#address-info{
	width:30%;
	background:#ffe;
	left:70%;
	height:100%;
	top:0;
	bottom:0;
	position:absolute;
	z-index:99999;
	font-size:8pt;

	overflow:auto;
	overflow-x:hidden;
}
.field-container{
	padding:0 10px;
	width:90%;
	margin:auto;
	overflow-x:hidden;
}
form{
	margin-top:20px;
}