﻿
/*提示文字样式*/
#HintMsg
{
	width: 271px;
	position: absolute;
	display: none;
	font-size: 12px;
	color: #666666;
	list-style:none;
}
#HintMsg .HintTop
{
	height: 9px;
	background: url(/images/hintbg1.gif) no-repeat;
	overflow: hidden;
}
#HintMsg .HintInfo
{
	padding: 0 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #FFFFE1;
	line-height: 1.5em;
}
#HintMsg .HintInfo b
{
	display: block;
	margin-bottom: 6px;
	padding-left: 15px;
	background: url(/images/hint.gif) left center no-repeat;
	height: 13px;
	line-height: 16px;
	font-size: 12px;
}
#HintMsg .HintInfo b span
{
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(/images/close.gif) no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#HintMsg .HintFooter
{
	height: 22px;
	background: url(/images/hintbg2.gif) no-repeat;
}
/*设置提示样式*/

.icon-01
{
	margin: 0;
	padding: 10px 0 0 80px;
	color: #4D4D4D;
	font-family: "微软雅黑";
	line-height: 1.8em;
	min-height: 60px;
	background: url(/images/icon-01.gif) no-repeat 10px 10px;
}
.icon-02
{
	margin: 0;
	padding: 10px 0 0 80px;
	color: #4D4D4D;
	font-family: "微软雅黑";
	line-height: 1.8em;
	min-height: 60px;
	background: url(/images/icon-02.gif) no-repeat 10px 10px;
}
.icon-03
{
	margin: 0;
	padding: 10px 0 0 80px;
	color: #4D4D4D;
	font-family: "微软雅黑";
	line-height: 1.8em;
	min-height: 60px;
	background: url(/images/icon-03.gif) no-repeat 10px 10px;
}
.icon-01 b
{
	display: block;
	color: #090;
	font-size: 14px;
	line-height: 2.0em;
}
.icon-02 b
{
	display: block;
	color: #F00;
	font-size: 14px;
	line-height: 2.0em;
}
.icon-03 b
{
	display: block;
	color: #FC0;
	font-size: 14px;
	line-height: 2.0em;
}
/*验证表单样式*/
span.error
{
	margin-left: 5px;
	padding-left: 25px;
	color: #F00;
	background: url(/images/error.gif) left center no-repeat;
	font-size: 12px;
}
span.success
{
	margin-left: 5px;
	padding-left: 25px;
	color: #999;
	background: url(/images/success.gif) left center no-repeat;
	font-size: 12px;
}

/*表格提交验证对与错样式*/

.warning{
	padding:8px 10px 8px 30px;
	border:1px solid #FAF4B8;
	color:#C52716;
	background:url(/images/warning.gif) 8px center no-repeat #FEFDE9;
}
.correct
{
	padding: 8px 10px 8px 30px;
	border: 1px solid #CCF9C1;
	color: #090;
	background: url(/images/correct.gif) 8px center no-repeat #F1FEF2;
}
.disable{
	padding:8px 10px 8px 30px;
	border:1px solid #F9F2B7;
	color:#F00;
	background:url(/images/disable.gif) 8px center no-repeat #FDF8E8;
}
.pcent
{
	top: 35%;
	right: 35%;
	position: absolute;
	display: none;
	font-size: 12px;
}
/*表格提交验证对与错样式*/

.warning{
	padding:8px 10px 8px 30px;
	border:1px solid #FAF4B8;
	color:#C52716;
	background:url(/images/warning.gif) 8px center no-repeat #FEFDE9;
}
.correct
{
	padding: 8px 10px 8px 30px;
	border: 1px solid #CCF9C1;
	color: #090;
	background: url(/images/correct.gif) 8px center no-repeat #F1FEF2;
}
.disable{
	padding:8px 10px 8px 30px;
	border:1px solid #F9F2B7;
	color:#F00;
	background:url(/images/disable.gif) 8px center no-repeat #FDF8E8;
}
.pcent
{
	margin-top: 1%;
	margin-left: 25%;
	position: absolute;
	display: none;
	font-size: 12px;
}


