/* 
    Document   : special
    Created on : Apr 2, 2009, 9:39:58 AM
    Author     : markm
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#special{
    position: absolute;
    padding:0px;
    background: black;
    top: 260px;
    left: 600px;
    width:228px;
    height:195px;
    background: transparent url(./images/conf.gif) no-repeat ;
    z-index:450;
    margin:0px;
}

#special p {

    line-height:.7;
    text-align:left;
    color: #000000;
    font-weight:bold;
    font-size:18px;
}
.noticetext{

}

span .big {
    font-size:140%;
}
