﻿/*
 * AUTO COMPLETE
 */
 #tag_update {
            z-index:10;
            display: block;
    }
    #tag_update ul {
            margin: 0;
            padding: 0;
            list-style: none;
    }
    #tag_update li{
            display:block;
            clear:both;
            display: block;
    }
    #tag_update a {
            text-decoration: none;
            color: Grey;
            display: block;
    }
    #tag_update a:hover{
            color: Blue;
    }
    .roundedBoxWhite{
        -moz-border-radius: 6px;
        border-radius: 6px;
        background:#FFFFDD;
        border:1px solid black;
        position: relative;
        padding:2px;
    }

    /*Upload */
    #progressOverlay .progress {
        position:relative;
        width:80%;
        top:50%;
        margin:0 auto;
    }
 
    #progressOverlay {
        position:relative;
        height:100%;
    }

