.upload_form_cont {
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);

    color:#000;
    overflow:hidden;
}
#preview {
    background-color:#fff;
    display:block;
    float:right;
    width:200px;
}
/*#upload_form > div {
    margin-bottom:10px;
}*/
#speed,#remaining {
    float:left;
    width:100px;
}
#b_transfered {
    float:right;
    text-align:right;
}
.clear_both {
    clear:both;
}

#status_submit {
    background: #5CB561;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px 15px;
    text-shadow: none;
    margin-right: 26px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    border:none
}
#image_file {
    width:400px;
}
#progress_info {
    font-size:10pt;
    /*margin-top:10px;*/
}
#tags{
    margin-top: 14px;
}
#fileinfo,#error,#error2,#abort,#warnsize {
    color:#aaa;
    display:none;
    font-size:10pt;
    font-style:italic;
    margin-top:10px;
}
#progress {
    border:1px solid #ccc;
    display:none;
    float:left;
    height:14px;

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
    margin-left:2px;
    margin-right:2px
}
#edit-fbss-status-wrapper textarea{
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 10px;
    width: 95%;
}
.image-upload > input
{
    display: none;
}

.image-upload img
{
    cursor: pointer;
/*    padding: 5px;
    padding-left:0px;*/
    margin-top: 3px;
    padding-right: 1px;
    right: 10px;
    position: relative;
}
#ss_loading { 
display:none; 
/*position:fixed;*/
z-index: 99
}
#ss_loading_image {
/*position: absolute;*/
top: 40%;
left: 45%;
z-index: 100
} 
.rsvp_links div.ndlinks{
    margin-top:0px
}
#edit-fbss-status{
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #CCC;
    border-radius:2px;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 75px;
    overflow: auto;
    padding: 2px;
    line-height:1.3cm;
    /*resize: both;
    width: 554px;*/
    padding-top:12px;
    padding-left:12px;
    background-color: #FFF;
}
.upload_img_bg{
    /*background-color: #eaebeb;
    width: 566px;*/
    height:33px;
}
.upload_img_bg .image-upload{
    margin-left: 10px;
}
.upload_img_bg img{
    width: 27px;
}
.upload_img_bg #status_submit{
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.upload_img_bg_line{
    /*border: 1px solid #CCC;*/
    border-top:none;
    border-radius:2px;
    padding: 1px;
    width: 566px;
}
[contentEditable=true]:empty:not(:focus):before{
        content:attr(data-text)
    }
a.heartbeat-reply-delete{
     text-align: right
}
.cmt_rly li{
    margin-top: 3px;
    margin-bottom: 3px
}
.lunchbox {
display:none;
}
#edit-fbss-status-wrapper{
    background-color: #eaebeb;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 5px;
    border: 1px solid #CCC;
    width: 547px;
    margin-bottom:5px;
}
.comments_blk div.heartbeat-teaser a.heartbeat-view-replies, .comments_blk div.heartbeat-teaser span.clasp a{
    color: #3598dc;
    font-weight:500
}
.comments_blk div.heartbeat-teaser a.heartbeat-view-replies{
    color:#3598dc;
}
.comments_blk div.heartbeat-teaser span.view-replies{
    margin-left:0px
}