.box { margin: 0; }

.box_unpublished {
    margin: 0 10px 0 10px;
    border: 1px solid red;
}

.box .content .text { padding: 5px 0; }

.box_clear { height: 9px; }

.easynr {
    font-size: 10px;
    float:right;
}
/*v.1.1*/
.ec_date_posted {
    font-size: 11px;
    float:right;
}

.ec_remaining_chars{
    border: #c2c2c2 solid 1px;
    background: #ffffff;
    background: url(../images/field_bg.gif);	
    text-align: center;	
}

div.ec_comment, div.ec_readmore {
    display: inline;
    height: 18px;
    padding-left: 25px!important;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 4px;
    padding-left: 20px;
    margin-top: 5px;
    background: url(../images/user_comment.gif) no-repeat;
}

div.ec_readmore {
    background-image: url(../images/readon.gif);
}

a.ec_button {
    border: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    margin-left: 5px;
    background-color: #FFFFFF;
}

a.ec_button:hover {
    background-color: #FFFFCC;
    text-decoration: none;
}

.easy_frame {
    border: #ededed solid 1px;
    background-color:#FFFFFF;
}
.easy_top {
    background-color:#f7f7f6;
    height: 30px;
}
.easy_top_left{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
}
.easy_top_right{
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mod_ec_latest_entry {
    border: 1px solid #F2F2FF;
    padding: 2px;
    margin-bottom: 5px;
}
.mod_ec_latest_title {
    border-bottom: 1px dashed #C0CCC0;
}

.post_seperator { border-bottom: #c2c2c2 1px solid; padding-bottom: 15px;}

.error_color { color: red; }