﻿input.error,textarea.error 
{ 
  /*border: 1px solid #D28C8C;
  background-color: #FCEBEB;*/
}
label.error 
{ 
  margin-left: 5px;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #f28279;
  font-size: 12px;
  white-space: nowrap;
  background: url(icons/exclamation.png) no-repeat 2px center !important;
  background: url(icons/gifs/exclamation.gif) no-repeat 2px center;
}
input.valid,textarea.error
{
}
label.valid 
{ 
  background: url(icons/accept.png) left center no-repeat !important;
  background: url(icons/gifs/accept.gif) left center no-repeat;
}

/*em登录提示*/
em.error 
{ 
  margin-left: 5px;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  background: url(icons/no.png) no-repeat 2px center !important;
  background: url(icons/gifs/no.png) no-repeat 2px center;
  position: absolute;
  margin-left: 40px;
}
em.valid 
{ 
  background: url(icons/ok.png) left center no-repeat !important;
  background: url(icons/gifs/ok.png) left center no-repeat;
}
em, strong, i {
    font-style: normal;
    font: inherit;
}

/*通用版提示*/
span.error 
{ 
  margin-left: 5px;
  padding-left: 20px;
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  background: url(icons/no.png) no-repeat 2px center !important;
  background: url(icons/gifs/no.png) no-repeat 2px center;
}
span.valid 
{ 
  background: url(icons/ok.png) left center no-repeat !important;
  background: url(icons/gifs/ok.png) left center no-repeat;
}
span, strong, i {
    font-style: normal;
    font: inherit;
}