/**
 *  BTK System Module Out of Service Page CSS
 *
 * -----------------------------------------\
 * This program is written by Chi Fong, LEE |
 * Copyright reserved.                      |
 * -----------------------------------------/
 *
 * MODIFIED:
 * Version 1.0,     2008/9/30,       Created.
 * Author : Chi Fong, LEE
 */

#btksys-pub-exception-outOfService{
    border: 0px solid red;
    width: 600px;
    min-height: 200px;
    margin: 50px auto;

    background-color: white;
    background-image: url(bg.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#btksys-pub-exception-outOfService .wrap{
    background-image: url(icon.gif);
    background-position: left top;
    background-repeat: no-repeat;
    border: 0px solid red;
    padding: 100px 0px 20px 0px;
}


#btksys-pub-exception-outOfService .wrap .message{
    border: 0px solid red;
    width: 95%;
    margin: 0px auto;
    font-size: 12pt;
}
#btksys-pub-exception-outOfService .wrap .message p{
    margin-bottom: 20px;
}




#btksys-pub-exception-outOfService .buttonBlk{
    margin: 10px auto 0px auto;
    border: 0px solid red;
    text-align: center;
}

#btksys-pub-exception-outOfService .buttonBlk input{
    padding: 3px;
    background-color: white;
    font-weight: bold;
    height: 40px;
    border: 0px solid silver;
    margin: 0px 15px;
}
#btksys-pub-exception-outOfService .buttonBlk input.back{
    background-image: url(back_bg.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 45px;
    padding-right: 15px;
}
#btksys-pub-exception-outOfService .buttonBlk input.login{
    background-image: url(login_bg.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 45px;
    padding-left: 15px;
}





/*---[ End of file ]----------------------------------------------------------*/
