#companyBenefitForm{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

#companyBenefitForm .shadowLayer{
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
}

#companyBenefitForm .textContainer .closeBtn{
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
}

#companyBenefitForm .textContainer{
    position: absolute;
    background-color: #ffffff;
    padding: 25px;
    overflow: auto;
}

#companyBenefitForm .textContainer .text{
    font-size: 12px;
    color: #707173;
    padding-top: 18px;
    width: 959px;
}

#companyBenefitForm .textContainer .createBtn{
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    padding: 2px 20px 0 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ed2224;
    cursor: pointer;
    height: 19px;
    float: left;
}