﻿/*验证表单样式*/
span.error
{
	margin-left: 5px;
	padding-left: 25px;
	color: #F00; 
	background:url(/images/error.gif) left center no-repeat;
}
span.success
{
	margin-left: 5px;
	padding-left: 25px;
	color: #999;
	background: url(/images/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;
	height:30px;
}
.input
{
	padding: 0px 3px;
	border: 1px solid #ccc;
	height: 30px;
	width:400px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
