/* Styling for be-header -------------------------------------------------------------- */ #be-header-columns { border: 1px solid #f6f6f6; margin-top: -10px; background: #ffffff; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } #be-header { margin-top: -20px; margin-bottom: -20px; width: 100% float: left; } div#be-header h3.widgettitle { margin: 15px -20px 10px -19px; background: #eaeaea; padding: 5px 15px; font-size: 12px; clear: left; }