﻿ 
#layer1 {
	   
	    width:100%;
	    top: 146px !important;
        left: -9px !important;
        position: absolute;
	   
	    
	   
    }
#msgCont{
        width:600px;
        margin:0px auto;
        }    
#layer{
    width:600px;
    background-color: #333;
    border: 3px double #ccc;
	padding: 10px;
	margin:0px auto;
	color:#fff;
	float:left;
	 text-align:left;
    }
 #layer ol li a{
    color:#fff;
    text-decoration:underline;
    }

#layer ol li{
    line-height:22px;
    text-align:justify;
    }
#layer h3{
       margin:0px 0px;
       padding:0px 0px 5px 0px;
       color:cyan;
       border-bottom:dotted 1px #cdcdcd;
       }
    #close a {
	    float: right;
	    color:yellow;
    }
