/*弹出提交效果*/
.caialert{ height:44px; position:absolute; z-index:10000; background:url(/public/img/effectboxbg.jpg) 0px 0px repeat-x; border:1px solid #E0E0E0; border-top:1px solid #CCCCCC;}
.caialert .effleft{ width:3px; height:44px; float:left; }
.caialert .effright{ width:3px; height:44px; float:right;}
.caialert  .caiMsg{ height:44px; padding:0 24px 0 60px; float:left; line-height:44px; font-size:13px; font-weight:bold;}
.caialert .success{ height:44px; float:left; padding-left:60px; padding-right:24px; line-height:44px; font-size:13px; font-weight:bold; background:url(/public/img/success_32_32.gif) 15px 6px no-repeat; color:#009900;}
.caialert .failure{ height:44px; float:left; padding-left:60px; padding-right:24px; line-height:44px; font-size:13px; font-weight:bold; background:url(/public/img/failure_32_32.gif) 15px 6px no-repeat; color:#990000;}
.caialert .warning{ height:44px; float:left; padding-left:60px; padding-right:24px; line-height:44px; font-size:13px; font-weight:bold; background:url(/public/img/warning_32_32.gif) 15px 6px no-repeat; color:#0033FF;}