#iconed {
    background: transparent url('/media/index/frontpage-boxes-bg.png') repeat-y left top;
}
#iconed div.fb_top {
    background: transparent url('/media/index/frontpage-boxes-top.png') no-repeat left top;
    _height: 1px;
    min-height: 1px;
}
#iconed div.fb_bottom {
    background: transparent url('/media/index/frontpage-boxes-bottom.png') no-repeat left bottom;
}
#contain {
    float: none;
    padding: 0;
    width: auto;
}
div.frontpage_boxes {
    margin: 10px 0;
}
.box {
    float: left;
    height: 101px;
    margin-right: 9px;
    overflow: hidden;
    padding: 10px;
    width: 297px;
}
.box.last {
    margin-right: 0;
}

a.box.question {
    background: transparent url('/media/index/question-box-bg.png') no-repeat left top;
    height: 73px;
    padding: 38px 12px 10px 85px;
    text-decoration: none;
    width: 220px;
}
a.box.question * {
    cursor: pointer;
}
#contain div.box.iconed {
    background-color: transparent;
    height: auto;
    position: relative;
}
#contain #iconed_box_01 h3 {
    background-image: url('/media/index/tb-ico-people.png');
}
#contain #iconed_box_02 h3 {
    background-image: url('/media/index/tb-ico-man.png');
}
#contain #iconed_box_03 h3 {
    background-image: url('/media/index/tb-ico-hand.png');
}

