@charset "utf-8";
/* CSS Document */
#message {
    font-family: Tahoma, Geneva, sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color: #000;
    padding:10px 0px 10px 0px;
    background-color: #FFC;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

#message span a:hover{text-decoration:underline; color:#223AE6;}

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#000;
    text-decoration:none;
    border:2px #000 solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #00C;
}
