/* 
    Document   : configureSuccess.css
    Created on : May 31, 2011, 12:39:14 PM
    Author     : orangehrm
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}




label, span.formLabel, span.wideFormLabel {
    padding-left: 20px;
    text-align: left;
    width: 400px;
}

.saveConfiguration{

     background: none repeat scroll 0 0 #999966 !important;
    border-color: #CCCC99 #666633 #666633 #CCCC99 !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #FFFFFF !important;
    cursor: default;
    font-size: 11px;
    font-weight: bold !important;
    min-width: 75px;
    width: auto;
}

.configuration{

     margin-top: 10px;
}
