/* 
    Document   : apssubmit
    Created on : Aug 26, 2011, 2:04:55 PM
    Author     : Erica Cirigliano
    Description:
        This is a master template.  It gets re-generated with a custom color
        scheme for each partner store when that store is created.
*/
#fullpagebox{
    width: 866px;
    padding: 10px 20px;
    border: 2px solid;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}
#login_chat{
    display: block;
    text-align: right;
}
h1.login_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0 20px 0;
}
.errormsg{
    padding: 20px;
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.valid_warning{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0 15px;
    display: inline-block;
}
.subboxtext{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.subboxheader { 
    font-size: 16px; 
    font-weight: bold; 
/*    display: block; */
    margin: 0; 
    padding: 0; 
}
.log_button_div{
    text-align: center;
    margin: 15px 0 50px 0;
}