/*  This is the CSS for the warn functionality  */


#warn {
    position:absolute;
    /*top:311px;
    left: 719px;    */
    height:25%;
    width:20%;
    z-index:100;
    text-align:center;
    font-weight:normal;
    font-size:14px;
    font-weight:bold;
    color:#552a00;
    background-color:#F4E9C2;
    padding:5px;
    border: 2px solid #888888;
    border-radius: 15px;
}
#warn span.dismiss {
    color: #ffffff;
    background-color:#880000;
    border:2px solid #888888;
    border-radius: 15px;
    padding:0 5px;
    cursor:pointer;
    float:right;
    margin-right:10px;
    
}
#warn a {
    color: #fff;
    text-decoration:none;
    font-weight:bold
}

.warnBut {
	width: 100px;
	height: 2em;
	border-radius: 8px 8px 8px 8px;
	font-size: 10pt;
	font-weight: 700;
	color: #ffffff; 
	background: -moz-linear-gradient(top, #ff9842, #dd6400);
	background: -webkit-linear-gradient(top, #ff9842, #dd6400);
    background: -ms-linear-gradient(top, #ff9842, #dd6400);
    cursor: pointer;

}
