.section {
    padding: 20px 10px;
}

h4 {
    color: #000;
    font: bold 17px Arial, Verdana, sans-serif;
    margin-bottom: 15px;
}

.add_post {
    width: 705px;
    margin: 10px 0 10px 0;
    padding: 15px 30px 20px 30px;
    border: 1px solid #ededed;
}

.add_post form {
    float: left;
}

.add_post .title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
    height: 17px;
}

.add_post span {
    float: left;
    display: block;
    width: 84px;
    text-align: right;
    padding: 5px 17px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    clear: both;
}

.add_post span strong {
    color: #ff0000;
    position: absolute;
    left: 170px;
}

.add_post fieldset {
    display: block;
    border: 0;
    clear: both;
    padding: 11px 0 11px 82px;
    color: #000;
}
.add_post input, .add_post select {
    float: left;
    width: 400px;
    height: 18px;
    padding: 4px 5px 0;
    margin: 0 0 15px;
    font: 12px Verdana, Tahoma, sans-serif;
    color: #000;
    border: 1px solid #8ca1a1;
}
.add_post input.file, .add_post select {
    height: 23px;
    width: 220px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .add_post input {
        padding-top: 0;
        height: 22px;
    }
}
.add_post fieldset input {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 6px 0 0;
    border: 0;
    float: none;
}
* html .add_post fieldset input {
    margin: 0 4px 0 -2px;
    width: 14px;
    height: 14px;
}
*:first-child+html .add_post fieldset input {
    margin: 0 4px 0 -2px;
    width: 14px;
    height: 14px;
}
.add_post a.bt {
    position: relative;
    z-index: 500;
    display: block;
    padding: 4px 10px 5px;
    color: #000;
    background: #d4d0c8;
    border: 1px solid #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
    text-align: center;
    width: 100px;
}
.add_post a.bt:active {
    background: #fff2d0;
}
.add_post a.bt:visited {
    color: #000;
}
.add_post .image_upload {
    margin-top: 105px;
}
