body{
min-width:500px;
}
#modal-designer {
  background-color: #fff;
  min-width: 500px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100001;
}
#modal-designer a{
border: 1px solid #ccc;
border-radius: 3px;
color: #ff0000;
font-size: 11px;
font-weight: bold;
left: 6px;
padding: 4px 5px;
position: relative;
top: 8px;
z-index: 1;
}
#modal-design-bg{
background: #000 none repeat scroll 0 0;
float: left;
height: 100%;
left: 0;
opacity: 0.5;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
.row-designer{
position:relative;
}
.mask-loading{
position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
	min-height: 300px;
}
.mask-main-loading{
	display: inline-block;
    position: relative;
    width: 118px;
    height: 118px;
    text-align: center;
    vertical-align: middle;
	margin-top:100px;
}
.mask-icon-loading{
float: left;
    position: absolute;
    left: 0px;
}
.mask-logo-loading{
 display: inline-block;
    padding-top: 40px;
    width: 40px;
    height: auto;
}
.mask-loading p{
font-size: 18px;
    line-height: 32px;
    color: #666;
}
