/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
    background: #EEE url('https://static.old-games.ru/img/active-tab.png') no-repeat center bottom;
    color: #444;
    text-align: center;
    width: 100%;
}
.uploadifive-button:hover {
	background-color: #DDD;
	cursor: pointer;
}

.uploadifive-button input {
    cursor: pointer;
}

.uploadifive-button.disabled {
    background-color: #EEE;
    color: #808080;
}
.uploadifive-queue-item {
    background-color: #F5F5F5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}
.uploadifive-queue-item .close {
    background: url('https://static.old-games.ru/js/uploadifive/uploadifive-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}