@CHARSET "UTF-8";

div#message{display:none}
    div.message_info{width:803px; height:40px; float:left; background:#d2f2c2 url(/images/admin/msgBg.gif); margin-bottom:10px; border:1px solid #52992e;
            -moz-border-radius: 5px; -webkit-border-radius: 5px;
        }
        div.message_info div.ico{width:60px; height:40px; float:left; background:url(/images/message_info.gif) 15px 7px no-repeat;}
        div.message_info div.content{width:698px; height:40px; float:left}
            div.message_info div.content p{font-size:12px; font-weight:700; color:#52992e; padding:11px 10px 0px 5px}
        div.message_info div.close{width:40px; height:40px; float:left; background:url(/images/message_close.gif) 15px 16px no-repeat; cursor:pointer}
        
    div.message_warning{width:803px; height:40px; float:left; background:#f2f2c2 url(/images/admin/msgBg2.gif); margin-bottom:10px; border:1px solid #99992e;
            -moz-border-radius: 5px; -webkit-border-radius: 5px;
        }
        div.message_warning div.ico{width:60px; height:40px; float:left; background:url(/images/message_warning.gif) 15px 7px no-repeat}
        div.message_warning div.content{width:700px; height:40px; float:left}
            div.message_warning div.content p{font-size:12px; font-weight:700; color:#666600; padding:11px 10px 0px 5px}
        div.message_warning div.close{width:40px; height:40px; float:left; background:url(/images/message_close.gif) 15px 16px no-repeat; cursor:pointer}

span.important{color:#f46f41}
span.dquestion{color:#146899; font-size:11px}


div#exmsg{position:fixed; z-index:999; display:none}
    div.exmsg_info{width:803px; height:40px; float:left; background:#d2f2c2 url(/images/admin/msgBg.gif); margin-bottom:10px; border:1px solid #52992e;
	    border-top:0px;
	    -moz-border-radius-bottomleft: 5px;
	    -moz-border-radius-bottomright: 5px;
	    -webkit-border-bottom-left-radius: 5px;
	    -webkit-border-bottom-right-radius: 5px;
        }
        div.exmsg_info div.ico{width:60px; height:40px; float:left; background:url(/images/message_info.gif) 15px 7px no-repeat;}
        div.exmsg_info div.content{width:698px; height:40px; float:left}
            div.exmsg_info div.content p{font-size:12px; font-weight:700; color:#52992e; padding:11px 10px 0px 5px}
        div.exmsg_info div.close{width:40px; height:40px; float:left; background:url(/images/message_close.gif) 15px 16px no-repeat; cursor:pointer}

    div.exmsg_warning{width:803px; height:40px; float:left; background:#f2f2c2 url(/images/admin/msgBg2.gif); margin-bottom:10px; border:1px solid #99992e;
            border-top:0px;
	    -moz-border-radius-bottomleft: 5px;
	    -moz-border-radius-bottomright: 5px;
	    -webkit-border-bottom-left-radius: 5px;
	    -webkit-border-bottom-right-radius: 5px;
        }
        div.exmsg_warning div.ico{width:60px; height:40px; float:left; background:url(/images/message_warning.gif) 15px 7px no-repeat}
        div.exmsg_warning div.content{width:700px; height:40px; float:left}
            div.exmsg_warning div.content p{font-size:12px; font-weight:700; color:#666600; padding:11px 10px 0px 5px}
        div.exmsg_warning div.close{width:40px; height:40px; float:left; background:url(/images/message_close.gif) 15px 16px no-repeat; cursor:pointer}

