/*****************/
/** jNotify CSS **/
/*****************/
#jNotify { position: absolute; background: #d8e6fc url('info.png') no-repeat 15px center; color: #35517c; border: 1px solid #a7c3f0; padding: 10px; padding-left: 50px; margin: 15px; z-index: 99999; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; }
#jNotify a { color: #35517c !important; text-decoration: none; }

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess { width: auto; height: 45px; border: 1px solid #D0D0D0; background-color: #ffffff; overflow: hidden; border-radius: 5px 5px 5px 5px; position: absolute; z-index: 111111111; background: #ffffff url("pbd01.jpg") repeat-x; }
/* 操作成功样式 */
#jSuccess p { float: left; width: auto; height: 28px; line-height: 28px; padding-left: 40px; padding-right: 15px; margin-top: 10px; margin-left: 10px; background: url("panel.gif") no-repeat left -124px; font-size: 14px; color: #666666; font-weight: bold; display: inline; }
/* 操作失败样式 */
.operateFailure p { float: left; width: auto; height: 28px; line-height: 28px; padding-left: 40px; padding-right: 15px; margin-top: 10px; margin-left: 10px; background: url("panel.gif") no-repeat left -209px; font-size: 14px; color: #666666; font-weight: bold; display: inline; }


/* 所有消息框共有的样式 */
.informationPanel { width: auto; height: 45px; border: 1px solid #D0D0D0; background-color: #ffffff; overflow: hidden; border-radius: 5px 5px 5px 5px; position: absolute; z-index: 111111111; background: #ffffff url("pbd01.jpg") repeat-x; }



#jSuccess a { color: #264409 !important; text-decoration: none; }



/****************/
/** jError CSS **/
/****************/
#jError { width: auto; height: 45px; border: 1px solid #D0D0D0; background-color: #ffffff; overflow: hidden; border-radius: 5px 5px 5px 5px; position: absolute; z-index: 111111111; background: #ffffff url("pbd01.jpg") repeat-x; }
#jError p { float: left; width: auto; height: 28px; line-height: 28px; padding-left: 40px; padding-right: 15px; margin-top: 10px; margin-left: 10px; background: url("panel.gif") no-repeat left -207px; font-size: 14px; color: #666666; font-weight: bold; display: inline; }


#jError a { color: #8a1f11 !important; text-decoration: none; }

/** OVERLAY **/
#jOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99998; }
