/* comment form */

#stuff .thing.comment  div.text{
width:350px;
}

#stuff .thing.comment div.text hr {
margin-top:1px;
margin-bottom:1px;
}

#stuff .thing.comment h1.add-comment {
margin-top:30px;
margin-bottom:10px;
}

#stuff .thing.comment h3 {
margin-top:10px;
margin-bottom:0px;
}

#stuff .thing.comment h4 {
color:#333333;
padding-left:0px;
background-image:none;
font-weight:normal;
font-size:12px;
}

#stuff .thing.comment div.comment {
padding:10px;
font-weight:normal;
}

#stuff .thing.comment div.comment.grey {
background-color:#0a0a0a;
}

#add-comment label {
display:block;
margin-top:4px;
margin-bottom:6px;
}

#add-comment label.checkbox {
display:inline;
margin-left:5px;
}

#add-comment input {
width:320px;
display:block;
margin-top:4px;
margin-bottom:6px;
border:0px;
padding:3px;
font-size:11px;
}

#add-comment textarea {
font-family:Arial, Helvetica, sans-serif;
width:320px;
height:175px;
border:0px;
padding:3px;
font-size:11px;
margin-top:4px;
margin-bottom:6px;
}

#add-comment .captcha {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
}
#add-comment input.captcha {
width:100px;
}

#add-comment input.checkbox, #add-comment lable.checkbox {
width:auto;
display:inline;
vertical-align:middle;
}

#add-comment input.submit {
font-size:16px;
cursor:pointer;
width:inherit;
background-color:#FFFFFF;
font-size:10px;
text-transform:uppercase;
margin-top:30px;
margin-bottom:30px;
}

#add-comment .details {
margin-top:10px;
color:#333333;
}

#stuff .thing.comment .good {
margin-bottom:30px;
color:#006600;
}

#stuff .thing.comment p {
padding-top:10px;
padding-bottom:10px;
}
