/* error correct page */
.easysite-board-title{
    height: 48px;
    line-height: 48px;
    background-color: #ebb155;
    padding-left: 54px;
    position: relative;
}
.easysite-board-page-icon{
    background: url("../../images/info-icon.png") no-repeat;
    _background: url("../../images/info-icon-ie.png") no-repeat;
    width: 21px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 20px;
}
.easysite-board-title h2{
    color: #fff;
    font-size: 16px;
}
.easysite-board-page-title{
    margin: 0 30px;
    padding: 28px 0 7px;
    border-bottom: 1px dashed #a0a0a0;
}
.easysite-board-page-title p{
    color: #a0a0a0;
    font-size: 12px;
}
.easysite-board-page-title p em{
    color: #f01f0b;
    vertical-align: bottom;
    display: inline-block;
    height: 11px;
}
