div.center,p.center,img.center{
    margin-left: auto !important;
    margin-right: auto !important;
    float:none !important;
    display: block;
    text-align:center;
}

.login-box{

}
.login-box .input-prepend{
    margin-bottom: 10px;
}
.login-box .btn{
    margin-top:15px;
    width:100%
}

.login-header{
    padding-top:30px;
    height:120px;
}

.sidebar-nav {
    padding: 9px 0;
}

.box {
    position: relative;
    margin: 15px 0;
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.about-box-content {
    position: relative;
    margin: 1px 10px;
    padding: 5px 5px;
    overflow: auto;
}

.about-box-row-key {
    position: relative;
    float:left;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding: 2px 0px;
}

.about-box-row-value {
    position: relative;
    float:right;
    font-size: 10px;
    padding: 2px 0px;
}

.about-box-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

ul.multiple_columns{
    margin: 0 auto;
    padding: 0;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
    width: auto;
}

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 30px;
        width: 135px;
    }