#message {
    float:right;
    clear:right;
    width:190px;
    min-height:68px;
    border:1px solid #e2e2e2;
    margin:0 10px 0 0;
}

#message h1,
#message h2,
#message span.messagehead {
    width:166px;
    margin:10px 0 5px 12px;
    border-bottom:1px solid #e2e2e2;
    font-size:12px;
    font-weight:bold;
    padding:0 0 3px 0;
    color:#484848;
    text-align:left;
}

#message p {
    width:166px;
    margin:10px 0 15px 12px;
    color:#484848;
    font-size:12px;
}

#message p.message_green {
    background-color:#DBF9DB;
    border-bottom:1px solid green;
    border-top:1px solid green;
    padding:5px;
    width:156px;
    font-size:12px;
}

#message p.message_yellow {
    text-align:center;
    background-color:#FFFBE0;
    border-bottom:1px solid yellow;
    border-top:1px solid yellow;
    padding:8px 5px;
    margin-top:2px;
    width:156px;
}

#message p.message_yellow img {
    border:1px solid #f2f2f2;
}

#message div.message_scroller {
    width:166px;
    height:300px;
    overflow-x:hidden;
    overflow-y:scroll;
    margin:10px 0 15px 12px;
    border-bottom:1px solid #e2e2e2;
}

#message div.message_scroller p {
    width:140px;
    margin:0;
}

#message b,
#message br,
#message strong,
#message em,
#message a,
#message img {
    float:none;
    font-size:12px;
}

#message a {
    color:steelblue;
    text-decoration:underline;
}

#message ul {
    margin:5px 0 25px 15px;
    list-style-type:none;
}

#message li {
    clear:left;
    height:23px;
    width:130px;
    line-height:27px;
    background-image:url(../images/check_green.png);
    background-repeat:no-repeat;
    padding:0 0 0 34px;
    margin:10px 0 0 0;
}

#message img.cross_red {
    vertical-align:text-bottom;
}

#message #eKomiWidget_default {
    margin:10px 0 0 14px;
    height:240px;
}