@charset "utf-8";
/* CSS Document */

/* SOCIALBOOKMARKS AS A BAR */
div.cute_profiles {
        background-color:#4358ae;
        left:0;
        top:35px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border: 1px solid #000;
        border-left: 0 none;
        clear:both;
        margin:0;
        padding:7px 5px 3px 5px;
        position:fixed;
}



