.article-list {
    margin-bottom: 20px;
}
.yui-t6 #yui-main {
    width: 100%;
}
.yui-t6 #yui-main .yui-b {
    margin-right: 0;
    width: 100%;
}
.content {
    position: relative;
}

#login_background_outer, #login_background {
    width: 950px;
    overflow: hidden;
}
.mobile #login_background_outer, .mobile #login_background {
    width: 640px;
    overflow: hidden;
}

#userbox .row1, #userbox .row2 {
    background-color: #888888;
    background-color: rgba(100, 100, 100, 0.6);
}
#userbox {
    width: 310px;
    margin: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    position: absolute;
    top: 0;
}
#userbox .forgot a, #userbox .forgot a:visited, #userbox .forgot a:active, #req-acc a, #req-acc a:visited, #req-acc a:active {
    color: #ffffff;
}
#userbox .row1 a:hover,
#userbox .row1 a:visited,
#userbox .row1 a:active { 
	background-color: #888888;
    background-color: rgba(100, 100, 100, 0.6);
}
#userbox .row2 {
    height: 45px;
}

#errors_content {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    color: #ffffff;
	background-color: #880000;
    background-color: rgba(100, 0, 0, 0.6);
    width: 300px;
    border: 1px solid #ffffff;
}
/*#errors_content.limit {*/
    /*width: 350px;*/
/*}*/
#errors_content span {
    display: block;
}
#errors_content h4 {
    font-size: 16px;
}
#errors_content p.last {
    margin-bottom: 0;
}

#ft {
    margin: -3px 0 0 0;
}
