.jquery-modal-box{
    display:none;
    background-color:#FFF;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    box-sizing:border-box;
    padding:5px 10px 10px;
    overflow-y: auto;
    background-color:rgba(0,0,0,0.7);
    -webkit-overflow-scrolling: touch
}
.jquery-modal-box,
.jquery-modal-box *{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
}
.jquery-modal-box #modalBox,
.jquery-modal-box .jquery-modal-wrapper,
.jquery-modal-box #subModalBox{
    background-color:#FFF;
    border-radius:7px;
}
.jquery-modal-box{
    cursor:pointer;
    text-align: center;
}
.jquery-modal-box .head{
    padding:0px 5px;
    text-align:right;
    min-height:43px;
}
.jquery-modal-box .inner{
    cursor:default;
    display: inline-block;
    text-align: left;
    margin-bottom: 43px;
}
.jquery-modal-box .inner .jquery-modal-wrapper{
    padding:20px;
}
.jquery-modal-box .inner.responsive{
    display: block;
}
.jquery-modal-box #modalBox div.border-box,
.jquery-modal-box #subModalBox div.border-box{
    border-radius:7px;
    border: 4px solid #BBB;
}
.jquery-modal-box .head a{
    font-size:28px;
    color:#FFF;
}
.jquery-modal-no-scroll{
    /* position: fixed !important; */
    /* overflow-y: hidden !important; */
    /* width:100% !important; */
    overflow: hidden !important;
}
#searchFormLoading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("/img/common/loading/bgLoading.png") repeat scroll 0% 0% transparent;
	z-index: 999999;
	overflow: hidden;
	left: 0;
	top: 0;
}
#searchFormLoading object {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -30px;
	padding: 10px;
	border-radius: 10px;
	background: none repeat scroll 0% 0%
}
