﻿#message
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100005;
    padding: 10px 0px 10px 0px;
    background-color:transparent !important;
    
}
#inner {
    margin:0 auto;
    padding: 10px 0px 10px 0px;
    z-index: 100016;
    width:1024px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: white;
   /* background-color: hsl(81, 90%, 32%);*/
}
#message.inner span
{
    text-align: center;
    width: 95%;
    float: left;
} 
.close-notify
{
    white-space: nowrap;
    float: right;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    border: 2px #fff solid;
    padding-left: 3px;
    padding-right: 3px;
}
.close-notify a
{
    color: #fff;
}
