/* UPLOAD PAGE */

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

pre{
    font-size: 12px;
}

#upload-wrap p, 
#upload-wrap form{
    margin-left:15px;
}

.tag-number{
    padding-right: 5px;
    font-weight:normal;
}

h4{
    font-size:20px;
    text-decoration: underline;
}

h5{
    font-style: italic;
    margin-bottom: 5px;
    font-size: 16px;
}

.form-error{
    color:red;
    width:20%;
    font-size:13px;
    text-transform: lowercase;
}

#tag-one-error,
#tag-two-error,
#tag-three-error{
  display:none;
}

.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);
}

.ui-autocomplete {
    padding-top:10px;
    width:10%;
    background-color:#eee;
    border: 1px solid #eee;
    opacity: .9;
    left:0px;
    padding-left:2px;
}

ul.ui-autocomplete li {
    font-size:13px;
    font-weight: bold;
    list-style: none;
    text-align:left;
}

a#ui-active-menuitem,
a.ui-corner-all:hover {
    background-color:yellow;
    padding:1px 10px;
}

#new-tag,
#error-msg{
    color: red;
    font-weight: 20px;
    padding: 5px;
    border: 1px solid red;
    margin: 0px auto;
    width: 50%;
    text-align:center;
    font-size: 22px;
}

#new-tag{
    color: navy;
    border: 1px solid navy;
}
