@charset "UTF-8";
/* CSS Document */

.bpm_btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    background: #286ea8;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    font-weight: lighter;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.bpm_btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.bpm_button{
    min-width:80px;
    margin-right:15px;
    padding:3px ! important;
    margin-top:10px;
    margin-bottom:5px;
    font-size: 12px;
}

.bpm_lost_password_button{
    margin-top:10px;
    margin-right:15px;
    margin-bottom:5px;
    margin-right:15px;
    padding:3px ! important;

}

.bpm_button_div{
    margin-top:10px;
    display:inline-block;
    float:right;
    margin-right:5px;
    padding-left:5px;
}

.bpm_login_button_div{
    margin-top:0px;
    display: inline-block;
    margin-left:5px;
}

.bpm_lost_password_button_div{
    font-size: 75%;
    cursor: pointer;
    cursor: hand;
    margin-left:2px;
    display: inline-block;
}

.bpm_email_forgot{
    min-width:200px;
    margin-top:10px;
    display: inline-block;
    float:right;
    margin-right:5px;
    margin-left:5px;
}

.bpm_error_message{
    float:right;
    height:60px;
    display:none;
    padding-top:15px;
    padding-right:10px;
}

.bpm_header_div{
    float:right;
    height:80px;
    max-width:600px;
}

.bpm_div_header_holder{
    width:100%;
    height:100px;
    z-index:1000;

}

.bpm_div_tall_header_holder{
    width:100%;
    height:300px;
}

.bpm_div_wide_header_holder{
    width:100%;
    height:62px;
}

.bpm_hover_window{
    z-index:100;
    width:600px;
    padding:10px;
    min-height:80px;
    background:white;
    border:solid 1px black;
    position:absolute;
}

.bpm_login_tall{
    height:300px;
    margin-bottom:10px;
}

.bpm_login_wide{
    height:62px;
    margin-bottom:10px;
}

.bpm_small_div{
    float:right;
    height:60px;
}

.bpm_td_login {
    vertical-align:top;
    float:right;
}

.bpm_reset_password{
    min-width:300px;
    float:right;
    height:60px;
    margin-right:15px;
    display:none;
}

.bpm_return_link{
    font-size: 75%;
    cursor: pointer;
    cursor: hand;
    margin-right:5px;
    padding-left:5px;
}

.bpm_text_div{
    margin-top:10px;
    display: inline-block;
    float:right;
    margin-right:5px;
    margin-left:5px;
}

.bpm_text_width_email{
    width:200px;
}

.bpm_text_width_password{
    width:200px;
}

.bpm_login_button_td{
    vertical-align:top;  
}

table, th, td {
    vertical-align:top;  
}
