@charset "utf-8";
/* CSS Document */

#alertMsg {
            display: none;
            width: 800px;
            border: 1px solid #f00;
            border-radius: 5px;
            font-size: 24px;
            position:fixed;
            text-align: center;
            background: #fff;
            z-index: 100000;
            padding-bottom:10px;
        }
        #alertMsg_info2{width:800px;height:60px;background:#f00;padding:0px;margin:0px;text-align:center;line-height:60px;color:#fff;font-size:28px;margin-bottom:10px;}
        #alertMsg_info {
            padding: 10px 15px;
            line-height: 60px;
            text-align: left;
        }

        #alertMsg_btn1, #alertMsg_btn2 {
            display: inline-block;
            background: url(images/gray_btn.png) no-repeat left top;
            padding-left: 3px;
            color: #000000;
            font-size:24px;
            text-decoration: none;
            margin-right: 10px;
            cursor: pointer;
        }

        #alertMsg_btn1 cite, #alertMsg_btn2 cite {
            line-height: 60px;
            display: inline-block;
            padding: 0 13px 0 10px;
            background: url(images/gray_btn.png) no-repeat right top;
            font-style: normal;
        }