@charset "gb2312";
input.Ok{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(../Images/Hint/Input_Ok.gif) top right no-repeat;	
}
input.Warning{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(../Images/Hint/Input_Warning.gif) bottom right no-repeat;	
}
input.Error{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(../Images/Hint/Input_Error.gif) bottom right no-repeat;	
}
input.Normal{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-color:#FFF;	
	background-image:none;
}
.Alert{
	font-size:12px;
	line-height:20px;
	padding:5px 5px 5px 32px;
	background:#FFFFE6 url(../Images/Hint/Icon_Alert.gif) 4px 4px no-repeat;
	border:1px solid #FFBA00;
	vertical-align: middle;
}
.OkMsg{
	line-height:20px;
	padding:5px 5px 5px 22px;
	border:1px solid #00BE00;
	background:#E6FFE6 url(../Images/Hint/Standard_Msg_Ok.gif) 5px 5px no-repeat;
	color:#000;
	font-family: "宋体";
	font-size: 12px;
}
.WarningMsg{
	line-height:18px;
	padding:5px 5px 5px 22px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(../Images/Hint/Standard_Msg_Warning.gif) no-repeat 5px 5px;
	color:#000;
	font-family: "宋体";
	font-size: 12px;
}
.PromptMsg{
	line-height:18px;
	padding:12px 12px 6px;
	border:1px solid #FF8811;
	background:#FFF8EE;
	color:#000;
	font-family: "宋体";
	font-size: 12px;
}
.ErrorMsg{
	line-height:20px;
	padding:5px 5px 5px 22px;
	border:1px solid #F60;
	background:#FFF2E9 url(../Images/Hint/Standard_Msg_Error.gif) 5px 5px no-repeat;	
	color:#000;
	font-family: "宋体";
	font-size: 12px;	
}
.InputErrorMsg{
		text-align:left;
		padding:3px 3px 3px 22px;
		line-height:130%;
		background:#fff5d8 url(../Images/Hint/Standard_Msg_InputError.gif) no-repeat 3px 3px;
		border:#ff7300 1px solid;
		margin:0px;
}
.HintMsg{
	line-height:20px;
	padding:5px 5px 5px 5px;
	border:1px solid #FFF;
	background-color:transparent;
	background-image:none;
	color:#999;
	font-family: "宋体";
	font-size: 12px;	
}
.HintTitle{
	line-height:28px;
	color:#D63004;
	font-weight:bold;
	font-size: 14.8px;
}
.BoxBorder1
{
	width:98%;
	border-color: #EDEDED;
	border-style: solid;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	padding: 0px 0px 0px 0px;
}
.BoxBorder2
{
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 18px 12px 18px 12px;
}
.BoxBorder3
{
	border-color: #D63004;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 12px 12px 12px 12px;
}
.BoxBorderTitle{
	color:#D63004;
	font-size: 14.8px;
}
.BoxBorderLink {
	font-size: 14.8px;
	color: #285100;
	text-decoration: underline;
}
.BoxBorderLink:link {
	font-size: 14.8px;
	color: #285100;
	text-decoration: underline;
}
.BoxBorderLink:visited {
	font-size: 14.8px;
	color: #285100;
	text-decoration: underline;
}
.BoxBorderLink:hover {
	font-size: 14.8px;
	color: #285100;
	text-decoration: none;
}