body>div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    z-index: 10000 !important;
}

#mask_complain {
    display: none;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999;
}

#mask_complain2 {
    display: none;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999;
}

.complainbtn {
    -moz-box-shadow: 0px 39px 0px -24px #2eae35;
    -webkit-box-shadow: 0px 39px 0px -24px #2eae35;
    box-shadow: 0px 39px 0px -24px #2eae35;
    background-color: #2d7431;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 6px 15px;
    text-decoration: none;
}

.complainbtn:hover {
    background-color: #2eae35;
}

.complainbtn:active {
    position: relative;
    top: 1px;
}

.ui-front {
    z-index: 9999;
}

.form-table {
    width: 100%;
    border: 0;
    border-spacing: 5px;
    margin-bottom: 10px;
}

.label {
    width: 42%;
    text-align: right;
    vertical-align: top;
    padding: 6px;
    font-size: 15px;
}

.input {
    width: 58%;
    text-align: left;
    vertical-align: top;
}

.text-input {
    padding: 6px;
    font-size: 15px;
    width: 95%;
}