.highlight {
    background-image: none !important;
    background-color: yellow !important;
    color: Black;
    padding: 3px;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216px;
    background: url(../images/arrow.png) no-repeat left top;
    color: #fff;
    z-index: 1;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #656565;
}
.element 
{
    position:relative;
}

form .hasDatepicker+.alertbox        
{
    margin-left:230px;
}
