/* ************************** forms ************************ */
form.bsform table{
    border-collapse:collapse;
    width: 100%;
}

form.bsform table td{
    border: 0px #cccccc solid;
    vertical-align:top;
    padding: 3px;
    
}

.bsform textarea {
    border: #777777 1px solid;
}


.t_top{

}

.t_bottom{

}

.t_label{
    width: 30%; 
    text-align: left;
    padding-right: 25px;
}

.t_field{
    width: 70%;
}

.t_buttons{
    height: 30px;
}

.t_note{
    width:0px;
}

.t_status{
    /*display:none;*/
    /*background-color: #fad163;*/
}

/* ********************************* */
.f_tiny{
    width: 45px;
}

.f_short{
    width: 30%;
}

.f_medium{
    width: 50%;
}

.f_long{
    width: 100%;
}

.f_small{
    width: 100%;
    height:40px;      
}

.f_big{
    width: 100%;
    height:100px;      
}

.f_tiny, .f_short, .f_medium, .f_long, .f_small, .f_big, .f_null{
    border: #777777 1px solid;
}

/* ********************************* */
.text_error{
    color: #900000;
}

.text_note{
    color: #999999;
    font-size:8px;
}

