/**
 *  BTK System Layout CSS For ALl System Pages
 *
 * -----------------------------------------\
 * This program is written by Chi Fong, LEE |
 * Copyright reserved.                      |
 * -----------------------------------------/
 *
 * MODIFIED:
 * Version 1.0,     2008/9/25,       Created.
 * Author : Chi Fong, LEE
 */
.btkSys-page-title{

}

.btkSys-error-message{
    border: 1px solid red;
    background-color: white;
    padding: 2px 2px 2px 30px;
    min-height: 50px;
    background-image: url(../img/error_blk_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 20px 0px 20px 20px;
}
.btkSys-error-message .title{
    font-weight: bold;
    font-size: 13pt;
}

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


