.wrapper{
    width: 600px;
    margin:0 auto;
}
p,ul{
    margin-bottom: 20px;
}

/* информационыне сообщения */
.ecomment_info{
    padding: 5px 10px;
    border:1px solid #96DD3B;
    color: #740303;
    background: rgba(0, 255, 0, 0.3);
    box-shadow: 3px 3px 0.3em -0.1em rgba(0,0,6,0.5), -3px 3px 0.3em -0.1em rgba(0,0,6,0.5);
    margin-bottom: 10px;
}
.ecomment_err{
    padding: 5px 10px;
    border:1px solid #B43D3D;
    color: #B43D3D;
    background: rgba(255, 0, 0, 0.3);
	box-shadow: 3px 3px 0.3em -0.1em rgba(0,0,6,0.5), -3px 3px 0.3em -0.1em rgba(0,0,6,0.5);
    margin-bottom: 10px;
}
/* список комментариев */
.ecomment{
    margin-bottom: 20px;
    min-height: 60px;
	background: rgba(255, 255, 255, 0.5);
}
.ecomment.unmoderated{
    opacity:0.4;
}
    .ecomment_selected_for_answer{
        background-color: #D3D3D3;
    }
    .ecomment_answers{
        margin-left: 35px;
    }
        .ecomment_answer_caption{
            margin-left: 10px;
        }
        .ecomment_answer_title{
            line-height: 18px;
            margin-left: 10px;
        }
        .ecomment_answer_link{

        }
    .ecomment_avatar{
        float: left;
    }
    .ecomment_date{
        float: right;
        background: #FFFFFF;
        padding: 0 5px;
    }
    .ecomment_name{
        padding-left: 70px;
        line-height: 20px;
        background: #FFFFFF;
        margin-bottom: 5px;
		font-weight: bold;
    }
    .ecomment_rating{
        float: right;
    }
        .ecomment_rate_up,.ecomment_rate_down{
            float: right;
            margin-right: 10px;
            text-align: center;
            line-height: 18px;
            text-decoration: none;
            width: 18px;
            height: 18px;
            border: 1px solid #45688E;
            border-radius:5px;
        }
        .ecomment_rating_value{
            float: right;
            font-weight: bold;
            color: green;
            margin-right: 10px;
        }
        .ecomment_rating_value.negative{
            color: red;
        }
    .ecomment_message{
        padding-left: 70px;
    }
    .ecomment_control{
        background: #87CEEB;
        text-align: right;
    }

/* форма добавления комментария */
.ecomment_form{
    position: relative;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 0.3em -0.1em rgba(0,0,6,0.5), -3px 3px 0.3em -0.1em rgba(0,0,6,0.5);
    border: 1px solid #CCE6FF;
}
    .ecomment_form_login{
        float: right;
    }
    .ecomment_form dt{
        position: relative;
        float: left;
        width: 115px;
        padding-right: 5px;
        margin:0 0 5px 0;
        text-align: right;
        font-weight: bold;
    }
    .ecomment_form dd{
        position: relative;
        padding: 5px 0 5px 120px;
        margin:0 0 5px 0;
    }
    .ecomment_counter{
        position: absolute;
        right:2px;
        top:0;
        width: 25px;
        font-size: 10px;
    }
    .ecomment_form_message{
        height: 80px;
        width: 450px;
        max-width: 450px;
    }
    /* ловушка для бота */
    .ecomment_form input[name=e-mail]{
        display: none;
    }
    .ecomment_version{
        position: absolute;
        right:10px;
        bottom:10px;
        font-size: smaller;
        float: right;
    }

/* пагинация */
.pagination{
  margin-bottom:10px;
  text-align: right;
}
    .pagination a{
      display: inline-block;
      height: 14px;
      min-width: 14px;
      padding: 3px;
      margin: 0 2px;
      border: 1px solid #F0F8FF;
      color: #45688E;
      text-align: center;
      vertical-align: middle;
      line-height: 14px;
      text-decoration: none;
    }
    .pagination a:hover,
    .pagination a.active {
      padding: 2px;
      border-width: 2px;
      color: #45688E;
      border-color: #45688E;
    }