.widget {
    background: #fff;
    margin: 0 auto 10px;
    position: static;
}

.widget.widget-4 .widget-head {
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0),inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0),inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0),inset -1px -1px 1px rgba(0, 0, 0, 0);
    background: #fff;
    border: none;
    border-bottom: 5px solid #444;
    height: 25px;
    line-height: 25px;
}
.widget .widget-head {
    background: #77a9d8;
    border: 1px solid #77a9d8;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6),inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6),inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6),inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    height: 31px;
    line-height: 31px;
    position: relative;
}

.widget.widget-4 .widget-head .heading {
    text-transform: uppercase;
    color: #222222;
    font-family: "Titillium Web",sans-serif;
    text-shadow: none;
    padding: 0;
    margin: 0;
    height: 25px;
    border-bottom: 5px solid #77a9d8;
}

.widget .widget-head .headingTop {
    margin: 0;
    color: #444;
    font-size: 18pt;
    font-weight: 700;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    float: left;
}

.widget .widget-head .heading {
    margin: 0;
    color: #444;
    font-size: 12pt !important;
    height: 61px;
    line-height: 31px;
    padding: 0 10px;
    float: left;
}

.announcing {
    font-weight: 300;
    font-size: 17px;
    color: #404040;
    padding: 10px;
    margin-bottom: -10px;
    line-height: 26px;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.loginLabel label {
    font-size: 15px !important;
}