﻿/* ============================================
Standard Message Styles 1

Usage examples:
<p class="ErrorMsg">Warning!You took my underware!</p>
============================================ */
.OkMsg{
	padding:0px 5px 0px 25px;
	border:1px solid #00BE00;
	background:#E6FFE6 url(../images/standard_msg_ok.gif) 5px 5px no-repeat;
	color:#000; 
}
.WarningMsg{
	padding:0px 5px 0px 25px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(../images/standard_msg_warning.gif) 5px 5px no-repeat;	
	color:#000;
	width:360px;
}
.ErrorMsg{
	padding:0px 5px 0px 17px;
	border:1px solid #F60;
	background:#FFF2E9 url(../images/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
	 
}
.ErrorMsg1{
	padding:0px 5px 0px 25px;
	border:1px solid #F60;
	background:#FFF2E9 url(../images/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
	width:360px;
}
.HintMsg{
	padding:0px 5px 0px 0px;
	/*border:1px solid #FFF;*/
	color:#000;
	width:360px;
}
.HintMsg a:link, .HintMsg a:visited{
	color:#666;
	text-decoration:none;
}
/* ============================================
Standard Input Corner Hint Styles 1

Usage examples:
<input class="Error">Warning!You took my underware!</p>
============================================ */
input.Ok{
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(../images/input_ok_corner.gif) top right no-repeat;	
	width:154px;
}
input.Warning{
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(../images/input_warning_corner.gif) bottom right no-repeat;	
	width:154px;
	
}
input.Error{
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(../images/input_error_corner.gif) bottom right no-repeat;	
	width:154px;
}
input.Normal{
	height:22px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-color:#FFF;	
	background-image:none;
	width:154px;
}

.sub_link_Agree {font-size: 12px;color: #333333;line-height: 24px;TEXT-DECORATION:underline;}