#community_body_main {
    position: relative;    
}
  
.activity_all_line {
    overflow: hidden;
    padding-right: 32px;
}

#activity_all_count {
    float: left;
    font-size: 14px;
    padding: 16px 0;
}

#activity_all_showmode {
    float: right;
    font-size: 14px;
    padding: 14px 0;
}

#activity_all_count_of_current_page {
    float: left;
    font-size: 12px;
    padding: 8px 0;
}

.activity_all_page {
    float: right;
    font-size: 12px;
    padding: 8px 0;    
}

.activity_all_page a {
    text-decoration: none;
    color: #000;    
}

.activity_all_page a:hover {
    color: #F00;
}

.activity_all_page span {
    text-decoration: underline;
    color: #F6921C;    
}

#activity_all_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#activity_all_list li {
    margin: 0;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0;
    width: 760px;
    height: 135px;
    border: 1px solid #BBBBB5;
    border-bottom: 0;
    background-color: #fff;
    background-image: url(images/box_bottom_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    overflow: hidden;
    float: left;
}

#activity_all_list li img {
    width: 100px;
    height: 100px;
    margin: 16px;
    border: 1px solid #999;
    float: left;
}

#activity_all_list li a {
    color: #F6921C;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding-top: 18px;
    line-height: 24px;
}

#activity_all_list li div {
    display: block;
    line-height: 18px;
}

#activity_all_list li div a {
    display: inline;
    font-weight: normal;
    font-size: 12px;    
}

#activity_all_list li form {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: -80px;
}

#activity_all_list li button {
    display: block;
    border: 0;
    border-bottom: 1px dotted #BBBBB5;
    background-color: #fff;
    width: 110px;
    padding: 4px; 
    cursor: pointer;
}

.community_search_form {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.community_search_text {
    position: absolute;
    right: 0;
    top: 12px;
    width: 225px;
}

.community_search_btn {
    position: absolute;
    right: 4px;
    top: 16px;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: 0;
    background-image: url(images/search_btn.gif);
    background-repeat: no-repeat;
}

.community_search_btn span {
    display: none;
}
  
#dialog {
    position: absolute;
    top: 100px;
    left: 100px;
    background-image: url(images/dialog_bg.png);
    background-repeat: no-repeat;
    width: 621px;
    height: 222px;
    padding: 14px;
    margin: 0;
}

#dialog div {
    background-color: #fff;
    background-repeat: no-repeat;
    width: 590px;
    height: 192px;
    padding: 0;
    margin: 0;
    border: 1px solid #000;
}

#dialog h1 {
    background-image: url(images/dialog_title.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0 8px;
}

#dialog h2 {
    font-size: 14px;
    font-weight: normal;
    margin-left: 48px;
    margin-top: 24px;
}

#dialog .radio {
    text-align: center;
    padding-right: 48px;
}

#dialog .radio input {
    margin-left: 24px;
}

#dialog .button {
    text-align: right;
    padding-top: 32px;
    padding-right: 8px;
}

#dialog .button button {
    width: 94px;
    height: 28px;
    border: 1px solid #F7BE47;
    background-color: #F39700;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-right: 6px;
}


