div.screening-button {
    width:                    75px;
    padding:                0 8px 0 8px;
    margin:                  0;
    float:                    left;
    }

div.form-submit-text{
    min-height:                25px;
    max-height:                25px;
    height:                    25px;
    text-align:                center;
    overflow:                hidden;
    position:                relative;
    top:                    -25px;
    }
    
div.form-submit-text p {
    width:                    75px;
    padding:                0;
    margin:                    0;
    font-family:            trebuchet ms;
    font-size:                12px;
    font-weight:            bold;
    line-height:            25px;
    color:                    #666;
    text-align:                center;
    cursor:                    pointer;
    }
    
div.form-submit-text p:hover {
    color:                    #158fc4;
    }
    

    
.form-submit-button-generic {
    width:                    75px;
    min-height:                25px;
    height:                    25px;
    border:                    0;
    margin:                    0;
    padding:                0;
    background:                url('../../imgs/oval-button-02.png') center center no-repeat;
    }
    
*html .form-submit-button-generic {
    background:                url('../../imgs/oval-button-02.gif') center center no-repeat;
    }
