/*
.onShow
{
    background:url(../images/onShow.gif) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus
{
    background:#E9F0FF url(../images/onFocus.gif) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onError
{
    background:#FFF2E9 url(../images/onError.gif) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onCorrect
{
    background:#E9FFEB url(../images/onCorrect.gif) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onLoad
{
    background:#E9FFEB url(../images/onLoad.gif) no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 
*/
.fv_tooltip{
	width:200px; 
	color:#000;
	font:lighter 12px Arial,sans-serif;
	text-decoration:none;
	text-align:center
}
.fv_tooltip span.top{padding: 30px 8px 0; background: url("images/bt.gif") no-repeat top}
.fv_tooltip b.bottom{padding:3px 8px 8px;color: #548912; background: url("images/bt.gif") no-repeat bottom}

.onShow
{
    display:none;
}
.onFocus
{
    display:none;
}
.onError
{
    padding-left:6px;
	font-size:12px;
	font-color:red;
	line-height:22px; 
	vertical-align:middle;	
}
.onCorrect
{
    display:none;
}
.onLoad
{
	display:none;
} 
.prompt_table TD {
	vertical-align : top;
	padding-top : 6px;
}
.validate_error{
	background:url(../images/falseimg.gif) no-repeat;
	width:20px;
	height:20px;
}
.validate_correct{
	background:url(../images/trueimg.gif) no-repeat;
	width:5px;
	height:5px;
}