/* CSS Document */

/* ============================================
Standard Input Corner Hint Styles 1

Usage examples:
<input class="Error">Warning!You took my underware!</p>
============================================ */
input.Ok
{
	height:20px;
	border:1px solid #A7A6AA;
	background:#FFF url(http://pics.sigbang.com/Public/input_ok_corner.gif) top right no-repeat;	
}
input.Warning
{
	height:20px;
	border:1px solid #A7A6AA;
	background:#FFF url(http://pics.sigbang.com/Public/input_warning_corner.gif) bottom right no-repeat;	
}
input.Error
{
	height:20px;
	border:1px solid #A7A6AA;
	background:#FFF url(http://pics.sigbang.com/Public/input_error_corner.gif) bottom right no-repeat;	
}
input.Normal
{
	height:20px;
	border:1px solid #A7A6AA;
	background-color:#FFF;	
	background-image:none;
}
.OkMsg
{
	padding:5px 5px 5px 25px;
	border:1px solid #00BE00;
	background:#E6FFE6 url(http://pics.sigbang.com/Public/standard_msg_ok.gif) 5px 5px no-repeat;
	color:#000;
}
.WarningMsg
{
	padding:5px 5px 5px 25px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(http://pics.sigbang.com/Public/standard_msg_warning.gif) 5px 5px no-repeat;	
	color:#000;
}
.ErrorMsg
{
	padding:5px 5px 5px 25px;
	border:1px solid #F60;
	background:#FFF2E9 url(http://pics.sigbang.com/Public/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
}
.HintMsg
{
	padding:5px 5px 5px 5px;
	border:1px solid #FFF;
	background-color:transparent;
	background-image:none;
	color:#999;
}
.HintMsg a:link, .HintMsg a:visited
{
	color:#666;
	text-decoration:none;
}