#comment_form label { font-weight: bold; }


/* Fieldsets */
#comment_form fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
#comment_form legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
#comment_form input.text, #comment_form input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
#comment_form input.text, #comment_form input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
#comment_form input.text:focus,
#comment_form input.title:focus         { border:1px solid #999; background:#fff; }
#comment_form input.title               { font-size:1.5em; }

/* Textareas */
#comment_form textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
#comment_form textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
#comment_form textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
#comment_form select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
#comment_form select:focus        { border:1px solid #999; background:#fff; }

