.blog_item {
width:537px;
/*
margin:20px auto;
padding:20px;
background-color:#eeeeee;
border:3px double #ddcc99;
-moz-border-radius:5px;
-webkit-border-radius:5px;
*/
}

.comment {
padding:1em;
margin:10px;
background-color:#dddddd;
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-size:10px;
}

.comment.admin {
background-color:#DC6700;
color:#ffffff;
}

.comment input {
width:500px;
}

.comment textarea {
display:block;
width:100%;
height:4em;
}

.comment .error table {
position:relative;
width:600px !important;
margin:auto;
}

.comment .system {
font-style:italic;
}