#comment_wrapper {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	 border-radius: 10px;
width:100%;
font-family:serif,sans-serif,cursive;
}

#comment_form_wrapper {
margin: 12px 12px 12px 12px;
padding: 12px 0px 12px 12px; /* Note 0px padding right */
/*background-color: #ebefee;*/
border: thin dotted #39C;

}

#comment_name{
padding: 4px 2px 4px 5px;
margin: 3px 0 3px 13px;
}

#comment_email{
padding: 4px 2px 4px 5px;
margin: 3px 0 3px 15px;
}

#comment_web{
padding: 4px 2px 4px 5px;
margin: 3px;
}

#comment_form textarea {
width: 84.5%;
background: white;
/*border: 4px solid #EEE;*/
border: 1px solid #eee;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
margin-left: 5px;
font-family:serif,sans-serif,cursive;
font-size:1.1em;
}

#comment_resp_err{
color: red;
font-size: 13px;
}

ul.comment {
width: 100%;
/* margin: 12px 12px 12px 0px;
padding: 3px 3px 3px 3px;*/
}

ul.comment li {
margin: 12px 12px 12px 12px;
padding: 12px 0px 12px 12px; /* Note 0px padding right */
list-style: none; /* no glyphs before a list item */
background-color: #ebefee;
border: thin dotted #39C;
}

ul.comment li span.commenter {
font-weight:bold;
color:#369;
}

ul.comment li span.comment_date {
color:#666;
}

#comment_wrapper .button,
#comment_wrapper .reply_button {
        background: #2A88AD;
        padding: 3px 20px 3px 20px;
        border-radius: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
        font: normal 30px 'Bitter', serif;
        -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
        -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
        box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
        border: 1px solid #257C9E;
        font-size: 15px;
}
#comment_wrapper #comment_submit {
float:none;
margin: 0px 5px ;
}

#comment_wrapper .button:hover,
#comment_wrapper .reply_button:hover {
background: none repeat scroll 0 0 #069;
text-decoration: underline;
}
#cancel-comment-reply-link {
color: #666;
margin-left: 10px;
margin-right:10px;
text-decoration: none;
font-size: 10px;
font-weight: normal;
float:right;
text-transform: uppercase;
}

#cancel-comment-reply-link:hover{
text-decoration: underline;
}