body {
    background-color: white;
    color: navy;
    margin: 20px 50px 50px 50px;
    overflow: visible;
}

div{
    font-size: 18px;
}

#new-tag{
    color:red;
    padding: 10px 5px;
    font-size: 22px;
    text-align: center;
}

#small{
    font-size: 14px;
}

.upload_filename {
    position: relative;
    top: -6px;
}

.upload_progress {
    display: block;
    width:250px;
    height:26px;
    border:1px solid #0c3c7e;
    background: url(/panda_uploader/progress_bg.gif) repeat scroll left top;
}

.upload_progress .progress-inside {
    height:100%;
    background-image: url(/panda_uploader/progress_fg.gif);
}
