#page_content_area .responses{
    margin-bottom: 35px;
}

.responses .one_response{
    border-top: 2px solid #cdc2ae;
    padding-top: 14px;
    padding-bottom: 14px;
}

.responses .one_response.last{
    border-bottom: 2px solid #cdc2ae;
}

.responses .one_response .text{
    line-height: 18px;
    margin-bottom: 10px;
}

.responses .one_response .text P{
    margin-bottom: 10px;
}

.responses .one_response .data{
    padding-left: 20px;
    background: url('/img/design/responses_pin.png') no-repeat left center;
}

.responses .one_response .data .name,
.responses .one_response .data .city{
    font-family: Arial;
    line-height: 17px;
    color: #6c5123;
}

.responses .one_response .data .date{
    font-size: 12px;
    color: #8a826f;
    font-style: italic;
    margin-left: 5px;
}

.responses .navigation{
    background: url('/img/design/header/reserve_bg.png') repeat-x left top;
    margin-bottom: 25px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.responses .navigation .page_numbers,
.responses .navigation #next,
.responses .navigation #prev{
    float: left;
}

.responses .navigation #next,
.responses .navigation #prev{
    height: 31px;
}

.responses .navigation #next{
    width: 90px;
    background: url('/img/design/next_hover.png') no-repeat left top;
}

.responses .navigation #prev{
    width: 82px;
    margin-right: 5px;
    background: url('/img/design/prev_hover.png') no-repeat left top;
}

.responses .navigation #next:HOVER IMG,
.responses .navigation #prev:HOVER IMG{
    display: none;
}

.responses .navigation .page_numbers{
    line-height: 31px;
    margin-left: 35px;
    font-family: Arial;
    font-size: 18px;
}

.responses .navigation .page_numbers STRONG{
    font-weight: normal;
    color: white;
    padding: 2px 5px;
    background-color: #0099b0;
    margin-left: 5px;
    margin-right: 5px;
}

.responses .navigation .page_numbers A{
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.responses .navigation .page_numbers .dots{
    color: #918a77;
    line-height: 1px;
    vertical-align: 400%;
    padding-left: 5px;
    padding-right: 5px;
}

#response_send_form{
    margin-top: 25px;
}

.doctor{
    margin-top: 45px;
}

.yashare-auto-init{
    margin-top: 15px;
}