label.v_l {
    background: url(/images/box-bg.gif) repeat-x top left !important;
    padding-top: 5px !important;
    width: 100%;
    text-align: center;
}
.titlemod_2 {
    border-top: 1px solid #E6E6E6;
    margin: 0 0 5px;
    padding: 8px 0 2px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
select#base {
    text-align: center;
    width: 90%;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 13px;
}
input#fighter_name {

    width: 90%;
    margin-bottom: 5px;
    margin-left: 13px;
}
input#tournament_name {

    width: 90%;
    margin-bottom: 5px;
    margin-left: 13px;
}
input#organization_name {

    width: 90%;
    margin-bottom: 5px;
    margin-left: 13px;
}
input#association_name {

    width: 90%;
    margin-bottom: 5px;
    margin-left: 13px;
}
input[type="submit"] {
    background-color: #ccc !important;
    color: #000 !important;
    font-size: 11px;
    line-height: 17px;
    margin-top: 0;
    /*padding: 4px 8px !important;*/
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}
input[type="submit"]:hover {
    background-color: #990000 !important;
    color: #fff !important;
    font-size: 11px;
    line-height: 17px;
    margin-top: 0;
    /*padding: 4px 8px !important;*/
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}
.v_b {
    text-align: center;
    padding-bottom: 5px;
}
.v_stat {
    border-left: 2px solid #900;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
}