.fixedly-wrap h3 {
    font-size: 18px;
    font-weight: normal;
}

.fixedly-wrap h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}

.fixedly-wrap table {
    width: 98%;
    background: #dedede;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0px;
}

.fixedly-wrap th {
    text-align: left;
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.fixedly-wrap td {
    vertical-align: top;
    padding: 10px;
    width: 30%;
}

.fixedly-wrap tr {
    background: #ececec;
}

.fixedly-wrap .ftxt {
    width: 99%;
    height: 25px;
}

.fixedly-wrap .ftxt2 {
    width: 64%;
    height: 25px;
}

.fixedly-wrap .fta {
    width: 99%;
    height: 75px;
}

.fixedly-wrap label.error {
    color: #d54e21;
    font-weight: bold;;
    text-align: right;
    display: inline-block;
    width: 99%;
}

.fixedly-wrap p.success {
    color: #333;
    font-weight: bold;
}

.fixedly-wrap abbr {
    cursor: pointer;
}

.fixedly-wrap .fixedly_edit input {
    width: 140px !important;
}

.fixedly-wrap .fixedly_edit_area textarea {
    width: 200px !important;
    height: 103px !important;
}

.fixedly-wrap .fixedly_slide_link input {
    width: 140px !important;
}

.fixedly-wrap .hidden-row {
    display: none;
}

.fixedly-wrap .by {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

