.highlight
{
    background-image: none !important;
    background-color: #CCCCCC !important;
	color: Black;
	border:1px solid #000;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
	min-height: 34px;
	width: 200px;
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #999999;
}
