@charset "utf-8";

label.error {
 font-size:14px;
  color:red;
}
.error-style {
    height:40px;
    line-height:40px;
    width:450px;
    float:left;
    text-indent:125px;
}
.error-height {
    height:19px;
    line-height:19px;
    width:450px;
    float:left;
    text-indent:125px;
}

/*错误提示控件样式*/
.pNotify
{
    -moz-border-radius-bottomleft: 0.2em;
    -moz-border-radius-bottomright: 0.2em;
    -moz-border-radius-topleft: 0.2em;
    -moz-border-radius-topright: 0.2em;
    font-size: 12px; color: #313131; border: 1px solid #CD0A0A;
    /*padding: 2px;*/float: left; width: 100%;
    background-color: #FDF2F2; 
    position: absolute;display: none;}