Nope... I am modifying someone elses. here is that whole area:
#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
background: #666666;
border: 1px solid #333;
padding: .2em;
}
#commentform textarea {
width: 100%;
background-color: #666666;
background-image: url(images/com.jpg);
background-position: right;
background-repeat: no-repeat;
}
.commentlist cite {
font-size: 110%;
font-weight: bold;
text-align: left;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
.commentlist cite small {
font-size: 80%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}
#commentlist {
margin: 20px 10px 0 0;
}