.fts-modal {
    padding-bottom: 72px;
    width: 600px;
    outline: none;
    height: 400px;
    min-height: 50px;
    max-height: 1000px;
    min-width: 64px;
    max-width: 1000px;
    left: 660px;
    top: 269px;
    z-index: 18001;
    position: absolute;
}

.fts-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
}

.file-urge-footer {	
    bottom: 24px;
    width: 100%;
    left: 0;
    float: right;
}

.file-urge-content {
	width:600px;
	position: fixed;
    padding-bottom: 72px;
    left: 50%;  
    margin-left: -512px;
    margin-top: -277px; 
    min-height: 200px;
    padding: 18px 16px 0 16px;
    background: #fff;
    line-height: 1.6;
    border: 1px solid transparent;
    box-shadow: 0 6px 24px rgba(0,0,0,.24);
    bottom: 150px;
}


