#comment-form {
    border: solid 1px #cccccc;
    padding: 8px;
    margin: 8px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 140%;
}
#comment-form .element {
    margin-bottom: 4px;
}
#comment-form .element label.left {
	float: left;
	width: 6em;
}
#comment-form textarea {
    width: 100%;
    height: 10ex;
}
#comment-form .element.button {
    text-align: right;
}
#comment-form .trackback {
	width: 100%;
}