#message_background {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:11;
}
#message {
    background:url('/images/popup_repeat_bg.png') repeat-y;
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    z-index:12;
    font-size:13px;
    margin-top:30px;
    margin-right:35px;
    width: 376px;
}
#message_header {
    background:url('/images/popup_bg.png') no-repeat;
    height: 288px;
    margin: -10px 0 -260px 0;
}
#message h1 {
    font-family: verdana;
    color:#FFFFFF;
    font-size:12px;
    font-weight:700;
    margin-top:78px;
    padding-left:22px;
    padding-right:0;
    text-align:left;
}
#message_content {
    font-family: verdana;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:10px;
    margin-top:6px;
	min-height: 130px;
    padding-left:23px;
    padding-right:23px;
    text-align:left;
    width:330px;
}
#message_close {
    color:#6fa5fd;
    display:block;
    float: left;
    clear: both;
    margin-left: 288px;
}
#message_bottom {
    background:url('/images/popup_bottom_bg.png') bottom no-repeat;
    width: 376px;
    height: 20px;
    display: block;
    clear: both;
    margin-bottom: -10px;
}
