#comments{
    font-size: 12px;
}
#comments-mess{
    display: none;
    text-align: center;
    padding: 3px;
	height: 50px;
}
#comments-mess-container{
    /*height: 20px;*/
	margin-bottom: 20px;
}

#comments-buttons{}
.nocomments{
color: #FF90DB;
    font-size: 24px;
	margin-bottom: 30px;
}
#comments-form{
    display: none;
    float: left;
    padding: 10px;
    /*background-color: #EEEEEE;
    border-top: 1px solid #635F5C;
    border-bottom: 1px solid #635F5C;*/
	width: 100%;
}
#comments-items{
    display: none;
    float: left;
    width: 100%;
    padding: 0 10px;
	clear: both;
}
#comments-add{font-size: 18px;}
.comments-row-0,.comments-row-1{
    margin-bottom: 10px;
    background-color: #EEEEEE;
    padding: 5px 5px 10px;
}
.comments-name{
    font-size: 16px;
    padding: 5px;
    background-color: #635F5C;
    color: #fff;
    margin: -5px -5px 5px -5px;
}
.comments-name span{
    float: right;
    clear: both;
    font-size: 10px;
    padding-top: 5px;
}

.field-left,#recaptcha_response_field{
    font-size: 16px;
}
.field-right input,#recaptcha_response_field{
    padding: 5px 10px 7px;
    width: 300px;
}
.field-right textarea{
    width: 100%;
    height: 100px;
}
.field-right{
    margin-bottom: 5px;
}
#comments-view, #comments-buttons strong{
    margin: 0 10px 0 5px;
}
#text_field, #name_field, #email_field, #recaptcha_response_field{
   -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-color: #B379AA #E6D3E4 #E6D3E4 #B379AA;
    border-right: 1px solid #E6D3E4;
    border-style: solid;
    border-width: 1px;
    color: #FF90DB;
}
#recaptcha_image{margin-top: 20px;}