﻿.tooltipinputerr
{
	
	border: solid 1px #fcd4d4 ;
	background: #fcf3f3 url(/images/public/exclamation.png) no-repeat 2px center;
	background-position:right ;
	height:20px ;
}

.tooltipinputok
{
	
	border: solid 1px #cccccc;
	background:#fff url(/images/public/accept.png) no-repeat 2px center;
	background-position:right ;
	height:20px ;

}

.tooltipshowpanel
{
	z-index: 15000;
	display: none;
	position:fixed;
	width: 200px;
	height: 35px;
	overflow: hidden;
	text-indent: 5px;
	line-height: 40px;
	font-size: 12px;
	font-family: Arial ;
	background: url(/images/public/tooltop.png) no-repeat left top;
	opacity:0.9 ;
    filter: alpha(opacity=90) ;
}