/* 
    Document   : security-common
    Created on : Apr 10, 2012, 4:03:00 PM
    Author     : Justin Ethier
    Description:
        A set of common styles for unsecured pages
*/

/* A special style for the main page "dialog" */
.main-box-centered-min-width {
    float: center;

    background: whiteSmoke;
    border: 1px solid #E5E5E5;

    width: 95%;
    min-width: 600px;
    /*height: 425px;*/

    margin: 10px auto -1px auto; 
    padding: 0px;
}

.main-box-header {
    padding: 5px;
}

.main-box-content {
    padding: 7px;
}

.bottom-buttons{
    width: 160px !important;
}

.grey-label {
    color: #969696;
}