.comments {
    overflow: hidden;
    margin-top: 20px;
}

.comments #comments {
    width: 508px;
    margin: 0 auto;
    color: #4f4a42;
    margin-top: 20px;
}

.comments #comments fieldset{
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.comments #comments fieldset label {
    float: right;
    width: 180px;
    font-weight: bold;
}

.comments #comments fieldset input,
.comments #comments fieldset textarea{
    background: #e8e8e8;
    width: 314px;
    border: 1px solid #a0a0a0;
    height: 34px;
    line-height: 34px;
    padding-right: 6px;
    padding-left: 6px;
    color: #575757;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    outline: 0px;
    overflow: hidden;
    font-family: arial;
}

.comments #comments fieldset textarea{
    height: 100px;
    resize: none;
    line-height: normal;
}

.comments #comments input[type="submit"] {
    background: #002a4f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    display: block;
    height: 33px;
    line-height: 33px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    cursor: pointer;
}

.comments #comments input[type="submit"]:hover {
    background: #004078;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.comments #comments fieldset input:focus,
.comments #comments fieldset textarea:focus{
    background: rgba(214,214,214,0.7);
    box-shadow: 0 0 3px #555;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    behavior: url('/css/ie-css3.htc');
    position: relative;
}

.comments ul.allcomments {
    list-style: none !important;
    list-style-type:decimal !important;
    margin-right: 20px;
    line-height: 15px !important;
}

.comments ul.allcomments li {
    border-bottom: 1px dashed #727272;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.comments ul.allcomments li img {
    float: right;
    margin-left: 8px;
    border-radius: 3px;
    box-shadow: 0 0 3px #137E7B;
}

.comments ul.allcomments li span  {
    font-size: 11px;
    font-weight: normal !important;
    text-decoration: underline;
}

.comments ul.allcomments li span.text {
    font-size: 12px;
    text-decoration: none;
    width: 315px;
    display: block;
}