/* Enter Your Custom CSS Here */
/* Enter Your Custom CSS Here */
.notice_txt {
    margin: 0 auto;
    padding: 19px 12px 8px;
    line-height: 21px;
    text-align: left;
    width: 90%;
	color:#4b4b4b;
}

.notice_txt > p {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 8px;
    padding: 0 0 8px;
    float: left;
    vertical-align: text-top;
    width: 100%;
}
.notice_i_t {
    font-weight: 700;
    width: 100px;
}
.notice_i_t, .notice_i_d {
    display: block;
    float: left;
}
.notice_i_d {
    width: 20px;
}
.notice_i_c {
    margin-left: 10px;
    display: block;
    float: left;
}
.clear_notice {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    width: 0px;
}
.notice_in {
    border-radius: 3px;
    background: #ddd;
    margin: 36px auto 2px;
    padding: 8px 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    width: 90%;
    text-align: left;
    color: #666;
}
