/* BASIC css start */
.write_btn{
    display: block;
    width: 96%;
    text-align: center;
    background: #000;
    color: #fff;
    margin: 25px auto 0;
    height: 30px;
    line-height: 30px;
}


.container {
    padding: 0 0%;
    margin-bottom: 5px!important;
}

#board_search_area .select_type select {
    height: 35px;
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 0px 0 0 0px;
    background-color: #fff;
    line-height: 32px;
    padding: 0 8%!important;
    font-size: 11px;
    color: #000000!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/design/wonderbra/Pooky/mo/select_arrow01.png) no-repeat;
    background-position: 90% center;
    background-size: 14px;
    margin-bottom: 25px;
}
/* BASIC css end */

