.employees {
    float: left;
    width: 640px;
}

.employees .messages-button {
    float: left;
    width: 100%;
}

.employees button.btn-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
.employees button.btn-close {
    -webkit-border-fit: lines;
}

/* Safari & Google Chrome Fix */
.employees button.btn-close {
    float: right;
    overflow: visible;
    margin: 0;
    width: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
    height: 22px !important;
}

.employees button.btn-close span {
    float: right;
    width: 22px;
    height: 22px;
    text-indent: -999em;
    border: 0 none;
}

.employees button.btn-close span span {
    background-position: 100% 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #d7d7d7;
}

.employees .employees-form {
    float: left;
    width: 640px;
}

.employees .employees-form .fieldset {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    margin: 15px 0;
    padding: 22px 33px 12px 33px;
    float: left;
}

.employees .employees-form .fieldset .legend-employees {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #F18200;
    float: left;
    font-size: 13px;
    margin: -33px 0 0 -20px;
    padding: 1px 5px;
    width: auto;
    font-weight: bold;
}

.employees-form .fieldset .form-list {
    float: left;
    width: 100%;
}

.employees-form .fieldset .form-list .fields {
    float: left;
    width: 100%;
}

.employees-form .fieldset .form-list .fields .field {
    float: left;
    width: 275px;
    margin: 0 8px;
}

.employees-form .fieldset .form-list .fields .field.first {
    margin-left: 0 !important;
}

.employees-form .fieldset .form-list .fields .field.last {
    margin-right: 0 !important;
}

.employees-form .fieldset .form-list .fields .field .input-box {
    float: left;
    width: 275px;
}

.employees-form .fieldset .form-list .fields .field .input-box .input-text {
    float: left;
    width: 269px;
}

.employees-form .fieldset .form-list .fields .field .input-box textarea {
    height: 5em;
}

.employees-form .fieldset .form-list .fields .field .label-input {
    float: left;
    font-size: 12px;
    margin: 0 0 2px;
    width: auto;
}

.employees-form .fieldset .form-list .fields .field .label-input em {
    color: red;
    padding: 0 0 0 5px;
}

.employees-form .fieldset .form-list li.wide .input-box {
    width: 565px !important;
}

.employees-form .fieldset .form-list li.wide textarea {
    width: 560px !important;
}

#submit_form_level{
  width: 750px;
}