.post_form .title {
    height: 30px;
    line-height: 30px;
    background: #09F;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post_form .title h3 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #C93;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.post_form label {
    float: left;
    width: 150px;
}