.main{
    width: 960px;
    margin: 0 auto;
}

input{
    outline: none;
}

.user{
    height: 580px;
}

#side-nav{
    width: 300px;
    float: right;
}
.article{
    overflow: hidden;
}

.header{
    height: 180px;
}
.header h1{
    padding-top: 100px;
}
.item {
    clear: both;
    margin: 0 0 15px;
    zoom: 1;
}
.item label {
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-align: right;
    width: 60px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: baseline;
}
.item input.basic-input {
    width: 200px;
    padding: 5px;
    height: 18px;
    font-size: 14px;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
}
.item a.btn-submit {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background: #3fa156;
    border: 1px solid #528641;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 200px;
    text-align: center;
}