#fbar_global_functions .first{
    float:left
}

#fbar_global_functions .last{
    float:right;
    margin-right: 5px;
}
/*#fbar_global_functions .contact {*/
    /*position: absolute;*/
    /*left: 95px;*/
    /*z-index: 100;*/
/*}*/

#fbar_global_functions{
    text-align:center;
    margin-top: 18px;
    position: relative;
}

#fbar_global_functions a {
    color: #0060AC;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
}

#fbar_global_functions a:hover {
    text-decoration:underline;
}

#fbar_global_functions .optimized_contact_options_wrapper {
    display: none;
}

.optimized_contact_options_wrapper .dropdown_body {
    position: absolute;
    width: 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.32);
    box-shadow: 1px 1px 8px rgba(0,0,0,.32);
    border: solid 1px #aca9a9;
    z-index: 2;
    left: -115px;
    top: 26px;
    padding: 20px;
    text-align: left;
}

.optimized_contact_options_wrapper .dropdown_tab {
    width: 75px;
    height: 32px;
    position:absolute;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.32);
    border: solid 1px #aca9a9;
    border-bottom: none;
    z-index: 21;
    border-style: solid solid none;
    left: 81px;
    top: -6px;
}

.optimized_contact_options_wrapper .dropdown_top_message {
    font-family: arial;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.optimized_contact_options_wrapper .dropdown_splitter {
    background-color: #A9A9A9;
    height: 1px;
    margin: 10px 0;
    padding: 0;
    width: 100%;

}

.optimized_contact_options_wrapper .dropdown_body {
    padding: 20px;
    width: 280px;
    text-align: left;
}

.dropdown_options ul {
    list-style: none !important;
}

#fbar_global_functions .dropdown_options ul li {
    display: none;
}

.dropdown_options ul li {

    color: #0165cc;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    background-image: url("/img/assets/contact-page/contact_options.png");
    background-repeat: no-repeat;
    background-position: 8px 0;
    background-attachment:scroll;
    background-color: rgba(0, 0, 0, 0) ;
    margin-bottom: 2px;
    padding-left: 50px;
}
.dropdown_options ul li:hover {
    background-color: #bde2ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dropdown_options ul li.form {
    background-position: 10px -50px;
}
.dropdown_options ul li.chat {
    background-position: 10px -100px;
}
.dropdown_options ul li.callback {
    background-position: 10px -150px;
}

.dropdown_options ul li span{
    font-size: 11px;
    display: inline !important;
    margin-left: 0 !important;
}

.optimized_contact_options_wrapper .dropdown_bottom_message {
    padding-top: 10px;
}