#header {
    border-bottom: 1px solid #212181;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f7ffe), color-stop(0.49, #3f3fb3), color-stop(0.51, #252588), to(#4747c2));
    background: linear-gradient(to bottom, #7f7ffe, #3f3fb3 49%, #252588 51%, #4747c2);
}

.titleCommon {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#4848c4));
    background: linear-gradient(to bottom, #8080ff, #4848c4);
    text-shadow: 1px 1px 0 #2c2c67;
}

.fbox:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}

.fbox {
    min-height: 1%;
    display: inline-block;
}

.fbox {
    display: block;
}