.tips {
     background: url("../images/sprite.png") no-repeat scroll -232px 0pt transparent;
     cursor: pointer;
     display: block;
     float: left;
     height: 14px;
     margin-left: 7px;
     margin-top: 9px;
     width: 13px;
}

.tipsCnt {
     background: url("../images/tipsy.png") no-repeat scroll 8px bottom transparent;
     display: none;
     max-width: 450px;
     padding-bottom: 6px;
     position: absolute;
     z-index: 100;
}

.tipsCnt div {
     background: none repeat scroll 0pt 0pt #7C7C7C;
     border-radius: 4px 4px 4px 4px;
     color: #E8E4E4;
     font: 11px/14px Arial,Verdana;
     padding: 4px 7px 7px;
}

.tipsError div {
     border-radius: 0px 0px 4px 4px;
     color: #9C9C9C;
}

.tipsError .tipsErr {
     border-bottom: 1px solid #969191;
     border-radius: 4px 4px 0px 0px;
     color: #D5FF95;
     padding: 7px 7px 4px;
}
