/*验证表单样式*/
span.error
{
	margin-left: 5px;
	padding-left: 25px;
	color: #F00; 
	background:url(../image/error.gif) left center no-repeat;
}
span.success
{
	margin-left: 5px;
	padding-left: 25px;
	color: #999;
	background: url(../image/success.gif) left center no-repeat;
}
/*按钮或文本框*/
.btn
{
	background-color: #efefef;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #dfdfdf;
}
.input
{
	padding: 0px 3px;
	border: 1px solid #d1d1d1;
	background: url('../image/input_bg.jpg') repeat-x;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}
