 
#alert {
color: #000000;
background-image: url('/dynsite/images/rider_alert/rider_alert_bg1.jpg');
background-repeat: no-repeat;
background-color: #ffffff;
border: 1px #000000 solid;
left:50%;
margin-left: -243px;
position: absolute;
width: 485px;
top: 150px;
visibility: hidden;
z-index: 99;
}
 
#alert a, #alert a:link, #alert a:visited {
color: #ff0000;
text-decoration: none;
}
 
#alert a:hover, #alert a:active {
color: #ff0000;
text-decoration: underline;
}
 
#alerttext {
padding: 5px;
height: 225px;
overflow: auto;
}
 
.alerttitle {
font-size: 16px;
font-weight: bold;
}
 
