#page {
    margin-left: auto;
    margin-right: auto;
    width: 974px;
    overflow: hidden;
}

.subTitle {
    width: 296px;
    height: 25px;
    background: url(../images/bg_title.gif) no-repeat;
    padding: 7px 0 0 18px;
}

.subTitle h2 {
    color: #66CC00;
    font-size: 16px;
    font-weight: bold;
}

#alertContent {
    width: 650px;
    float: left;
    overflow: hidden;
}

#alertSide {
    width: 319px;
    float: left;
    background: #ddd;
    overflow: hidden;
    padding: 6px 0 0 5px;
    margin-top: 5px;
}

#boxWraper {
    width: 314;
    overflow: hidden;
    margin-bottom: 12px;
}

#boxContainer {
    width: 297px;
    padding: 12px 0 0 15px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
	
}

#boxBottom {
    width: 314;
    height: 12px;
    background: url(../images/bg_bottom.gif) no-repeat;
}

/********
 SMS
 **********/
#sms {
    /*-moz-border-radius: 5px 5px 5px 5px;
     border: 1px solid #DBDBDB;
     padding: 0.5em;
     width: 271px;
     */
    width: 278px;
    overflow: hidden;
}

.smsheading {
    color: #333333;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.smsNote {
    color: #666666;
    font-size: 11px;
    padding-bottom: 0;
    padding-top: 10px;
}

#sms input, #sms textarea {
    margin-top: 4px;
    margin-bottom: 4px;
}

.inputNumber {
    border: 1px solid #ccc;
    color: #333333;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    height: 16px;
    margin-right: 3px;
}

.messageArea {
    border: 1px solid #ccc;
    height: 68px;
    width: 276px;
}

#sms input.count {
    width: 24px;
    height: 16px;
    margin-left: 6px;
}

#sms input.imgSend {
    background-image: url("../images/fr/btn_send.png");
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0 !important;
    cursor: pointer;
    height: 22px;
    margin-right: 5px;
    width: 63px;
}

#sms input.imgClear {
    background-image: url("../images/fr/btn_clear.png");
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0 !important;
    cursor: pointer;
    height: 22px;
    width: 63px;
}

#sms .countWraper {
    width: 110px;
    float: left;
}

#sms .countWraper label {
    padding-top: 7px;
    float: left;
}

#sms .btnWraper {
    width: 140px;
    float: right;
    text-align: right;
}

#sms #btnContainer {
    overflow: hidden;
    height: 30px;
}

/*****
 PUB
 ****/
.pub {
    width: 306px;
    background-color: #A9AAA9;
    color: #E3E3E3;
    margin-bottom: 4px;
    padding: 0 0 4px 6px;
}

.tit-pub {
    text-align: center;
}
