form.uploadifive .uploadifive-button{
    font-size: 12px;
    color: #656565;
    border:0;
    background: url("/images/icons/IconTeov-gray.png") no-repeat scroll left center transparent;
    padding: 0 0 0 28px;
    display: block;
    line-height: 37px !important;
    width:auto !important;
    text-align: left !important;
    height: 17px;
    margin: 0 0 9px;
    text-transform: inherit;
}
form.uploadifive .uploadifive-button:hover {
    color: #b37904;
    background: url("/images/icons/IconTeov.png") no-repeat scroll left center transparent;
}
form.uploadifive .uploadifive-queue {
    margin-bottom: 1em;
}
form.uploadifive .uploadifive-queue-item {
    background: none;
    border:0;
    border-radius: 0;
    margin:0;
    line-height: 24px;
    height: 24px;;
    color: #7A7A7A;
    border-bottom: 1px solid #2C2C2C;
    border-top: 1px solid #2C2C2C;
    padding: 2px 5px;
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden;
}
form.uploadifive .uploadifive-queue-item .progress {
    border: 0;
    margin-top: 0;
}
form.uploadifive .uploadifive-queue-item .progress-bar {
    background: #B8810A;
    border: 0;
    box-shadow: 0 2px 5px #B8810A;
}
form.uploadifive .uploadifive-queue-item .close {
    background-position:center;
    height: 24px;
    cursor: pointer;
}
form.uploadifive .uploadifive-queue-item > div {
    font-size: 1em;
}
#PrimeOver form.uploadifive .uploadifive-queue-item .filename,
form.uploadifive .uploadifive-queue-item .filename {
    display: inline;
    border: 0 none;
    padding: 0;
}
#PrimeOver form.uploadifive .uploadifive-queue-item .fileinfo,
form.uploadifive .uploadifive-queue-item .fileinfo {
    display: inline;
    border: 0 none;
    padding: 0;
}
form.uploadifive output {
    display: block;
    color:red;
    font-size: 1em;
    padding: 2px 0;
 }

form.uploadifive [type="file"],
#PrimeOver form.uploadifive [type="file"],
.dialog .content.timelineEdit span [type="file"] {
    width: 100%;
    height: 100%;
    cursor: pointer;
}