div#mojo_tab_container {
    position: fixed;
    left: 0; 
    width: 33px;
    height: 102px;
    top: 30%;
    padding: 0;
    margin: 0;  
    z-index: 10000; 
    overflow:visible;
    background: transparent;
}
div#mojo_tab_container a {
    margin:0;
    display: block;
    margin-left: -2px;
    width: 31px;
    height: 102px;
    padding:0;
}
div#mojo_tab_container a:hover {
    margin-left: 0;
}

div#mojo_tab_container img {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}
div#mojo_form_widget_container {
    width: 500px;
    height: 650px;
    position: absolute;
    z-index: 10001;
    xbackground: url('/images/form_widget/top-border.png') no-repeat;
    xpadding-top:6px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12px; 
}

div#mojo_form_widget_close_button {
    border: 0;
    cursor:pointer;
}
div#mojo_form_widget_temp_message {
    text-align: center;
    xbackground: #fff;
    xpadding: 50px 16px 70px 16px;
}
#mojo_form_widget_iframe { 
    width: 100%; 
    height: 100%; 
    background: transparent;
    padding:0;
    margin:0;
}

.blurrer {
    background-color: #AAAAAA;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
}
#mojo_form_widget_temp_message .panel-default {
    border-color: #777;
}
