.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
	color: Black;
}

.alertbox
{
    position: absolute;
    padding-left: 15px;
    width: 216;
    background: url(../images/misc/aarow.png) no-repeat 25px bottom;
    color: Black;
    margin-top: -60px;
    z-index: 1000;
    padding-bottom: 15px;
}

.alertbox div
{
    background-position: 3px center;
    padding: 5px 8px 5px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFEB8C;
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #808080;
    text-align: left;
    background-image: url('../images/misc/icon_warning.png');
    background-repeat: no-repeat;
}
