
div.box div.highlight {
    float: left;
    width: 100%;
    /*z-index: 1;*/
}

div.box div.button {
    /*z-index: 2;*/
}

div.box.news {
    width: 602px;
    margin-top: 20px;
    color: #303030;
}

div.box.news a {
    color: #303030;
}

div.box.news div.highlight {
    background-image: url(../image/box-big-highlight.png);
    height: 118px;
    margin-bottom: -118px;
    margin-top: -25px;
}

div.box.news div.top {
    height: 25px;
}

div.box.news div.center {
    background-position: 0px 25px;
}

div.box.news div.bottom {
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 104px;
    margin-top: -74px;
}

div.box.news.twitter div.top {
    background-image: url(../image/box-big-blue-bg-top.png);
}

div.box.news.twitter div.center {
    background-image: url(../image/box-big-blue-bg-center.png);
}

div.box.news.twitter div.bottom {
    background-image: url(../image/box-big-blue-bg-bottom.png);
}

div.box.news.blog div.top {
    background-image: url(../image/box-big-orange-bg-top.png);
}

div.box.news.blog div.center {
    background-image: url(../image/box-big-orange-bg-center.png);
}

div.box.news.blog div.bottom {
    background-image: url(../image/box-big-orange-bg-bottom.png);
}

div.box.news div.bottom div.fade {
    background-image: url(../image/box-big-fade.png);
    background-position: left bottom;
    height: 104px;
}

div.box div.content {
    padding: 20px;
    padding-bottom: 20px;
    float: left;
    margin-top: -25px;
    margin-bottom: -20px;
    min-height: 100px;
}

div.box.news div.content {
    width: 562px;
}

div.box.step div.content {
    width: 292px;
}

div.box div.content-post {
    clear: left;
}

div.box div.button {
    float: right;
    margin-top: -30px;
    margin-right: -5px;
    margin-bottom: -107px;
    width: 112px;
    height: 112px;
}

div.box div.button-spacer {
    float: right;
    margin-top: -25px;
    margin-right: -25px;
    width: 112px;
    height: 112px;
}

div.box div.button-spacer img {
    width: 112px;
    height: 112px;
}

div.box.step {
    width: 332px;
    margin-top: 20px;
    color: white;
    font-size: 14px;
}

div.box.step a {
    color: #f0f0f0;
}

div.box.step div.highlight {
    background-image: url(../image/box-small-highlight.png);
    height: 118px;
    margin-bottom: -118px;
    margin-top: -25px;
    float: left;
    width: 100%;
}

div.box.step div.top {
    height: 25px;
    background-image: url(../image/box-small-red-bg-top.png);
}

div.box.step div.center {
    background-position: 0px 25px;
    background-image: url(../image/box-small-red-bg-center.png);
}

div.box.step div.bottom {
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 129px;
    margin-top: -99px;
    background-image: url(../image/box-small-red-bg-bottom.png);
}

div.box.step div.bottom div.fade {
    background-image: url(../image/box-small-fade.png);
    background-position: left bottom;
    height: 129px;
}

div.box div.message div.time {
    font-size: 0.8em;
    color: #606060;
    margin-bottom: 15px;
}

div.box div.message.last div.time {
    margin-bottom: 0px;
}

