.widget.userlog {
	width:100%;
}
#home_highlight .widget {
    float: left;
    width: 247px;
    height: 245px;
    padding: 33px 33px 35px;
    overflow-y: auto;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
}
#home_highlight .widget .readmore,
.moreinfo, .item .readmore a{
    color: #fff;
    padding: 10px 22px;
    text-shadow: 1px 1px 0 #303800;
    text-decoration: none;
    background-color: #899738;
}
#home_highlight .widget .readmore:hover,
.moreinfo:hover, .item .readmore a:hover,
.button:hover, button:hover, input[type="submit"]:hover, #right > .widget > p > a:hover, .button_setting button:hover, .button_logout input:hover{
    background-color: #504232;
}
#home_highlight, .liquid-box {
    display: block;
    overflow: hidden;
}
.box1, .box2, .box3, .box4, .box5 {
    float: left;
    display: inline-block;
}
.box4 {
    width: 255px;
}
.box1 {
    width: 65px;
}
.box2 {
    width: 230px;
}
.left-arrow, .right-arrow {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 40px;
    margin: 65px 10px;
}
.right-arrow {
    background-position: -12px -16px;
}
.ie-box1 {
    width: 215px;
}
.centerleft.green:before, .centerright.green:before {
    width: 30px;
    height:15px;
    border: none;
}
.centerleft.green:before {
    background: url('images/icons/centerleft-green.png') no-repeat center center;
}
.centerright.green:before {
    background: url('images/icons/centerright-green.png') no-repeat center center;
}
.button, button, input[type="submit"], input[type="password"], input[type="search"], #right > .widget > p > a, .moreinfo, .item .readmore a, .button_setting button, .button_logout input {
    color: #fff;
    padding: 10px 22px;
    text-shadow: 1px 1px 0 #303800;
    text-decoration: none;
    background-color: #984c37;
}