.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.pusher {
    margin-bottom: 10px;
}
.mancx_logo {
    position: relative;
    width: 125px;
    height: 50px;
}
.popup_header {
    position: relative;
    padding-top: 15px;
    font-size: 1.6em;
    font-weight: bold;
    color: #67771b;
}
.popup_table label {
    float: right;
}
#login_popup, #join_popup {
    padding: 20px;
    /*width: 250px;*/
}
#login_popup input, #join_popup input {
    margin-left: 10px;
    width: 230px;
}
#widget_control {
    margin-top: 10px;
}
#widget_control label {
    float: right;
}
/*.widget_advanced_controls .color_swatch {*/
    /*display: block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*border: 1px solid silver;*/
/*}*/
.widget_advanced_controls textarea {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    /*height: 100px;*/
    max-height: 250px;
}
.widget_advanced_controls .wide {
    width: 100%;
}
.widget_advanced_controls .narrow {
    margin-bottom: 5px !important;
    width: 60px;
}
.button_text {
    text-align: center;
}
