/* The hint to Hide and Show */
.oHint {
   	display: none;
    position: absolute;
    /*right: -175px;*/
    width: 150px;
    margin-top: -1px;
    border: 1px solid #000;
    padding: 5px 6px;
	font-size: 11px;
	color: #fff;
    background: #737373 url(../_images/bg_form_tips.gif) repeat-x top;
	z-index: 21;
}

	.oHint .oHint-pointer {
	    position: absolute;
	    left: -10px;
	    top: 3px;
	    width: 10px;
	    height: 19px;
	    background: url(../_images/bg_form_tips_pointer.gif) left top no-repeat;
	}

div.oHintError {
   	display: inline;
    position: absolute;
    /*right: -175px;*/
    width: 150px;
    margin-top: -1px;
    border: 1px solid #000;
    padding: 5px 6px;
	font-size: 11px;
	color: #fff;
    background: #B12C27 url(../_images/bg_form_tips_error.gif) repeat-x top;
	z-index: 20;
}

	div.oHintError .oHintError-pointer {
	    position: absolute;
	    left: -10px;
	    top: 3px;
	    width: 10px;
	    height: 19px;
	    background: transparent url(../_images/bg_form_tips_pointer_error.gif) left top no-repeat;
	}
	
	div.oHintSuccess {
	   	display: inline;
	    position: absolute;
	    /*right: -17px;
		top: 5px;*/
	    width: 16px;
		height: 16px;
	    padding-top: 3px;
	    border: none;
	    background: transparent url(../_images/icon_form_ok.gif) no-repeat center;
		z-index: 5;
	}