#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid red;
    background: #fff  url("../../images/error.png") left center no-repeat;
    padding:7px 7px 7px 27px;
    opacity: 1;
	min-height:15px;
}

#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 11px;
	color:red;
	padding:0;
}
