html, body, #container {
    height: 100%;
}
body > #container {
    height: auto;
    min-height: 100%;
}
#login-small {
    margin-top: 10px;
    width: 200px;
    list-style-type: disc;
}
#login-small input {
    margin: 0px 15px;
    width: 170px;
}
.ckBox label {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}
.ckBox input {
    vertical-align: middle;
}
.ckBox label span {
    vertical-align: middle;
}
#commentPost input {
    margin-top: 10px;;
    width: 60%;
    float: right;
}
#commentPost textarea {
    margin-top: 10px;;
    width: 100%;
    float: right;
}


/*#footer {
    text-align:right;	
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
    padding: 2em;
    margin-bottom: 2em;


}*/
#container {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.80);
    padding-bottom: 30px;
}


#top_banner {
    margin-bottom: 10px;
}

.navbar {
    margin-bottom: 10px;
}

#footer {
    text-align: right;
    padding: 10px 0px;
    margin: 10px 0px;
}

#atricle-widget-area li {
    list-style: none;
}

#atricle-widget-area ul {
    padding-left: 0px;
}

#reg-btn > img {
    width: 155px !important;
}

.bsk {
    color: #8C5902;
}

.bsk-h {
    color: #A35757;
}

.img-auto {
    display: inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1.428571429;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-caption {
    text-align: left;
    /*background: #dedede;*/
    left: 0%;
    padding: 0px;
    /*opacity: 0.6;*/
}

.carousel-indicators {
    left: 90%;
}

.caption_text {
    padding: 5px 15px;
    font-size: 18px;
    background: rgba(1, 156, 223, 0.6);
    /*background-image: url('../img/caption-bg.png');*/
    background-repeat: repeat;
}

.book-list-item {
    margin-bottom: 10px;
}

.book-list-item-img {

}

.book-list-item-info {
    color: #333;
    border-left: 3px solid #4B96BE;
    padding-left: 10px;
}

#top_banner_ad {
    /*height: 80px;*/
}

#top_banner_ad .affix {
    margin-left: -16px;
    position: fixed;
    top: 0;
    z-index: 9000;
}

/*#top_nav_area{
    height: 50px;
}*/
.caption_div {
    opacity: 1;
}


#register input[type="text"], #register textarea, #register select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#register input:focus, #register textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#register textarea.form-control {
    height: auto;
}

#register input[type="file"] {
    margin-bottom: 5px;
    margin-top: 5px;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}

.fb_share {
    margin: 5px 0px;
}

#left_buttons .col-xs-12, #left_buttons .col-sm-12, #left_buttons .col-md-12, #left_buttons .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.left_button {
    margin-bottom: 15px;
}

.modal {
    z-index: 9900;
}
