.Ok
{
	width:150px;
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-image:url(input_ok_corner.gif);	
	background-repeat:no-repeat;
	background-position:right top;

}

.Warning
{
	width:150px;
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-image:url(input_warning_corner.gif);	
	background-repeat:no-repeat;
	background-position:right bottom;

}
.Error
{
	width:150px;
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-image:url(input_error_corner.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	
}
.Normal
{
	width: 150px;
	height: 22px;
	padding: 2px 8px 0 3px;
	border: 1px solid #A7A6AA;
	background-color: #FFF;
	background-image: none;
}






.OkMsg
{
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #00BE00;
	background: #E6FFE6 url(standard_msg_ok.gif) 5px 5px no-repeat;
	color: #000;
}
.WarningMsg
{
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #00A8FF;
	background: #E2F5FF url(standard_msg_warning.gif) 5px 5px no-repeat;
	color: #000;
}
.ErrorMsg
{
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #F60;
	background: #FFF2E9 url(standard_msg_error.gif) 5px 5px no-repeat;
	color: #000;
}
.HintMsg
{
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	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;
}


/* ============================================
Form Advance Level 1

Usage examples:
N/A
============================================ */
ul.Form_Advance
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
ul.Form_Advance li
{
	width: 100%;
	clear: both;
	margin:0px 0px 5px 0px !important;
	margin:0px;
}
ul.Form_Advance li div.Hint
{
	float: left;
	width: 100px;
	text-align: right;
	padding:8px 5px 0px 0px;
}
ul.Form_Advance li div.Input
{
	float: left;
	padding: 5px 5px 5px 0px;
	width: auto;
}
ul.Form_Advance li div.Info
{
	float: left;
	width: auto;
	padding:5px 0px 0px 0px;
}
.BtnHint
{
	padding: 10px 0px 10px 100px;
	text-align:left;
	list-style:none;
}
.H
{
	color: #FF5500;
	width:5px;
}
