/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/
/*
.lang_LV .uploadifive-button {
    background:url(/img/btn_browsefiles_all_2.gif) no-repeat !important;
}
.lang_EN .uploadifive-button {
    background:url(/img/btn_browsefiles_all_2_en.gif) no-repeat !important;
}
.lang_RU .uploadifive-button {
    background:url(/img/btn_browsefiles_all_2_ru.gif) no-repeat !important;
}
*/
.uploadifive-button {
    background-position: 0px 0px;
    /*
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
    */
	width: auto !important;
    height: 30px !important;
    /*text-indent: -9999px !important;*/
    white-space: nowrap !important;
    cursor: pointer !important;
}

.uploadifive-button INPUT {
    cursor: pointer !important;
}

.uploadifive-button:hover {
    /*background-position: 0px -30px !important;*/
    /*
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
    */
}
.uploadifive-queue-item {
    background-color: #BBBABA;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
	color: #2b3d52;
    font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
    margin-top: 5px;
    max-width: 100%;
    padding: 5px;
}
.uploadifive-queue-item .close {
	display: block;
	float: right;
	height: 15px;
    line-height: 15px;
	width: 10px;
	cursor: pointer;
}
.uploadifive-queue-item .progress {
	border: 1px solid white;
	background-color: white;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #cd1a14;
	height: 3px;
	width: 0;
}
.uploadifive-queue-item .filename {
    color: white;
}
.uploadifive-queue-item .file_size {
    color: #2b3d52;
    margin-left: 10px;
}