.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}


.webuploader-pick {
	/* position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden; */
	border: 1px solid #e5e5e5;
    background: url("../images/add.png") no-repeat 50% 50%;
    cursor: pointer;
    border-radius: 3px;
    /*float: left;*/
    width: 20%;
    width: 90px;
    position: relative;
    text-align: center;
    padding: 20% 0 20px;
    height: 100px;
    font-size: 12px;
}
/* .webuploader-pick-hover {
	background: #00a2d4;
} */

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.mapIframe{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.map-btn{
    background: url(../images/5.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 102%;
    top: -2px;
}
.ui-input-address{
	width: 87%;
    position: relative;
}
.required{
    color: red;
    font-size: 10px;
}
