#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%;
}
#comment-list {
    margin: 8px 0;
}
#comment-list li {
    margin: 8px 0;
}
#comment-list .header {
    border: solid 1px #888888;
    background-color: #eeeeee;
    color: #444444;
    padding: 4px;
    margin-bottom: 4px;
    font-weight: normal;
}
#comment-list .subject {
	font-weight: bold;
	display: block;
	background-color: #7e9eff;
	color: white;
	font-size:110%;
	padding: 2px;
}
#comment-list .author {
    color: #008800;
    float: left;
    width: 400px;
    padding: 2px;
}
#comment-list .star {
    float: left;
    width: 400px;
    padding: 2px;
    color: #DAA520;
    font-size: 110%;
}
#comment-list .comment-time {
    display: block;
    text-align: right;
    border: solid 1px #7e9eff;
    color: #008800;
    font-size: 90%;
    padding: 2px;
}
#comment-list .cmt-body {
    clear: both;
}
