﻿/*输入框内信息的样式*/
input.error
{
   color: WindowText
}
/*验证提示信息的样式*/
label.error
{
   color:Red
}