/*
    forms.css
*/



.boleform label {
    display: block;
}


.boleform input {
    width: 256px;
    padding: 0;
    margin: 4px 0;
    border: none;
}


.boleform input.submit {
    position: relative;
    /*left: 128px;*/
    width: 256px;
    background: #999999;
    color: white;
    font-family: Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times, serif;
    font-weight: bold;
}


.boleform-warning {
    color: white;
    background: red;
    font-weight: bold;
    padding: 0 8px;
    margin: 0;
    width: 240px;
}


.boleform-processing, .boleform-processing * {
    cursor: progress !important;
}


.boleform table th {
    padding: 0 16px 0 0;
}


.boleform table td {
    padding: 0 16px 12px 0;
}




