  #webboard-box {
        margin-top: 10px;
    }
    #webboard-box .post-list{
        margin-bottom: 10px;
    }
    
    #webboard-box .post {
        border: #CCCCCC solid 1px;
        
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background: #DEF;
    }
    
    #webboard-box .post .post-member {
        float: left;
        width: 180px;
        padding: 10px 5px;
    }
    
    #webboard-box .post .post-info {
        float: left;
        width: 648px;
        padding: 10px 5px;
        background-color: #FCFCFC;
    }
    
    #webboard-box .post .post-nickname {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 5px;
    }
    
    #webboard-box .post .post-avatar {
        padding-bottom: 10px;
        
    }
    
    #webboard-box .post .post-avatar img {
        display: block;
        max-width: 150px;
        max-height: 150px;
        margin: 0 auto 5px;
        border: #CCCCCC solid 1px;
        border-radius: 3px;
    }
    #webboard-box .post .post-class {
        text-align: center;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: #ccc solid 1px;
    }
    
    #webboard-box .post .post-subject {
        margin-bottom: 5px;
        border-bottom: #CCCCCC dashed 1px;
    }
    #webboard-box .post .post-subject h5{
        
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        margin: 0;
        color: #696969;;
    }
    #webboard-box .post .post-time {
        color: #999999;
        font-size: 11px;
        padding-bottom: 5px;
        float:left;
    }
    #webboard-box .post .post-quote {
        
        float:right;
    }
    #webboard-box .post .post-quote a{
        font-weight:bold;
        color:#333;
    }
    #webboard-box .post .post-detail {
        min-height: 150px;
        font-size: 14px;
        line-height: 1.5em;
    }
    #webboard-box .post .post-detail img{
        max-width:100%;
    }
    #webboard-box .post .post-actions {
        padding: 3px 0;
    }
    #webboard-box .post .post-like {
        float: left;
        width: 400px;
    }
    #webboard-box .post .post-action {
        float: right;
    }
    #webboard-box .post-sub,#webboard-box .post-master-sub {
        padding-left: 10px;
        border-left: #09f dashed 2px;
    }
    
    #webboard-box .post-sub .post,#webboard-box .post-master-sub .post {
        background-color: #dadbdc;
    }
    
    #webboard-box .post-sub .post .post-info, #webboard-box .post-master-sub .post .post-info{
        width: 636px;
    }
    
    #webboard-box .post-master .post textarea {
        width: 638px;
        min-height: 150px;
    }
    #webboard-box .post-master-sub .post textarea {
        width: 626px;
        min-height: 150px;
    }
    #webboard-box .post-master .post .post-action, #webboard-box .post-master-sub .post .post-action{
        
        float:none;
    }
    #webboard-box .post-signature{
        max-height: 150px;
        overflow: hidden;
    }
    #webboard-box .see-more{
        display:block;
    }
    #webboard-box .alert-warning{
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
        opacity: 1;
        text-align: center;
        cursor: pointer;
    }
    #webboard-box .alert-danger{
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
        opacity: 1;
        text-align: center;
        cursor: pointer;
    }
    #webboard-box .login{
        padding: 10px 0px 10px 50px;
    }
    #webboard-box .login .form-control{
        display: block;
        margin-bottom: 10px;
        width: 200px;
    }
    #webboard-box .login .register-panel{
        margin-top: 5px;
        padding-left: 5px;
    }
    #webboard-box .main-form .btn-facebook {
        padding:5px;
    }
    #webboard-box .post-topic{
        margin-bottom:5px;
            border-bottom: #ccc dashed 1px;
    }
    #webboard-box .post-topic span{
        padding: 8px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 15px;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 0px;
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #webboard-box .post-topic .form-control{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 8px 10px;
        width: 507px;
        line-height:15px;
        font-size: 14px;
    }
    #webboard-box #topic-error{
        font-size: 15px;
        color: #d43f3a;
        font-weight: bold;
        padding: 10px 0px;
    }
    