/* Horizontal style */

#widget {
    min-width: 320px;
    min-height: 144px;
}

#title-bar {
    height: 38px; 
}

.alert {
    text-align: center;
    height: 85px;
    padding-top: 1px;
}

#message-box {
    height: 16px;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    /* margin: 1% 0 1% 1.6%; */
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.66%; }
.span_1_of_3 { width: 33.33%; }
