/*jquery 验证错误信息*/
label.error { display: none;color: red;font-style: italic }
div.message{ background: transparent url(./msg_arrow.gif) no-repeat scroll left center;    padding-left: 7px;}
div.error{    background-color:#F3E6E6;    border-color: #924949;    border-style: solid solid solid none;    border-width: 2px;    padding: 2px 5px;}
