﻿.updnValidatorCallout 
{
	background-color: #fffacd;
	color: black;
	padding: 6px 20px 15px 8px;
	margin: -5px 0 0 15px;
	position: relative;
	border: solid 1px #999999;
	font-family: Verdana;
	font-size: 10px; 
	z-index: 999999;
	max-width: 17em;	
	left: 0;    /* IE fix - must set initial position  */
	top: 0;    /* IE fix - must set initial position */
}

.updnValidatorCalloutPointer 
{
	position: absolute;
	left: 0;
	top: 7px;
	margin: 0 0 0 -20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 20px solid #fffacd;
	border-left: 0; 
}

.updnValidatorCalloutPointerBorder
{
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0 0 0 -22px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 22px solid black;
    border-left: 0;
}

.updnValidatorCalloutTooltipIcon
{
	float: left;
	display: block;
	padding-right: 7px; 
}

.updnValidatorCalloutTooltipImage
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border: 0;
}

.updnValidationErrorInput 
{
	background-color: #fffacd;
}

.updnValidationErrorLabel
{
	color: #900;
    display: inline-block;
    width: 10em;
} 

.updnValidatorCalloutXButton
{
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 3px 3px 0 0;
	font-family: arial;
	font-size:8pt;
	padding:2px
}

.updnValidatorCalloutXButton:hover
{
	cursor:pointer;
}
