/* FACEBOOK STUFF */
#fb-like-box, #timewaster-like-box {
    margin-bottom: 0px;
    border: solid 1px black;
    background: white;
}

#fb-like-box-timewaster {
    margin-bottom: 12px;
    border: none;
    background: white;
}

#timewaster-like-box {
    float: right;
}

#fb_like_bottom {
    float: right;
}

#tweet_button_bottom {
    float: right;
    margin-right: 6px;
}

#fb-likebox-timewaster {
    float: right;
    margin-top: 10px;
}

.buster_top #widgets-left {
    width: 148px;
}

.buster_top #widgets-right {
    width: 290px;
}

#share_buttons_bottom {
    height: 23px;
    margin-bottom: 18px;
}

#widgets_left {
    width: 233px;
    height: 20px;
    float: left;
}

#widgets_right {
    height: 20px;
    float: left;
}

#facebook-blocked {
    width: 300px;
    height: 62px;
    position: absolute;
    color: white;
    text-align: center;
    padding-top: 13px;
    font-size: 28px;
    visibility: hidden;
}

#fb-like-block {
    width: 300px;
    height: 62px;
    margin-bottom: 2px;
}
/*
#login-form-wrapper {
    visibility: hidden;
}
*/

#no_account_message {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    color: red;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 10px;
    width: 579px;
}

#facebook_log_in {
    visibility: visible;
}
#fbcotainer {
    background-color: white;
    border: 1px solid #CCCCCC;
}
#fbbox {
    background-color: white;
    padding: 10px;
}

#login-form-wrapper {
    background-color: white;
    padding: 10px;
}

#fbmessage {
    background-color: #F2F2F2;
    padding: 10px;
    font-weight: bold;
}
#defaul_login_container {
    border: 1px solid #CCCCCC;
}
#break {
    color: red;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
#login-label {
    font-size: 0.85em;
}
#copybottom {
    font-size: 0.85em;
}
#loader {
    
}
#loadingMessage {
    color: white;
    position: absolute;
    top: 330px;
    left: 40%; 
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    background-color: highlight;
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100); 
}

#overlay {
    z-index:1000;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height: 3000px;
    background:#000;
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    visibility:hidden;
}