.commu {
    float: left;
    width: 590px;
    margin: 0 0 10px 0;
}
.commu div, .commu-detail div {
    float: left;
    width: 128px;
    margin: 0 10px 0 0;
}
.commu h2 {
    float: right;
    width: 442px;
}
.commu p {
    float: right;
    width: 442px;
}

.commu-detail {
    float: left;
    width: 590px;
    margin: 0 0 20px 0;
}
.commu-detail h6 {
    float: right;
    width: 352px;
}
.commu-detail h1 {
    float: right;
    width: 352px;
}
.commu-detail h3, .post h3 {
    float: right;
    width: 90px;
    height: 14px;
    _height: 28px;
    padding: 0 0 14px 0;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
}
.commu-detail h4 {
    float: right;
    width: 442px;
    font-size: 12px;
}
    
.commu-detail p {
    margin: 0 0 10px 0;
}
.topics h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.topics h2 span {
    font-size: 12px;
    font-weight: normal;
}
.topics table {
    float: left;
    width: 590px;
    border-collapse: collapse;
    margin: 0 0 10px 0;
    font-size: 100%;
}
.topics table th, .topics table td {
    text-align: left;
}

.post {
    float: left;
    width: 590px;
    margin: 0 0 15px 0;
}

.post div {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
}
.post h2 {
    float: right;
    width: 420px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.post h6 {
    float: right;
    width: 420px;
}
.post h4 {
    float: left;
    width: 510px;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px 0;
}
.post h1 {
    float: left;
    width: 510px;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.post p {
    float: left;
    width: 510px;
    margin: 0 0 5px 0;
}
.reply div {
    width: 50px;
}
.reply h1, .reply h4, .reply p {
    width: 530px;
}
.reply h2 {
    width: 440px;
}
.reply h3 {
    height: 14px;
    _height: 14px;
    padding-bottom: 0;
}

.paginator {
    float: left;
    width: 590px;
    margin-bottom: 15px;
}
.post-form {
    width: 590px;
    float: left;
}
.post-form .error {
    font-size: 14px;
    color: red;
    text-align: center;
}
