/* === upload queue === */
.uploadifive-queue
{
	width: 625px;
	max-width: 100%;
	margin-top: 10px;
}
/* === after upload link === */
.uploadifive-queue-item a
{
	font-size: 12px;
	text-decoration: none;
	color: #2779AA !important;
}
.uploadifive-queue-item a:hover
{
	text-decoration: underline;
}
.uploadifive-queue-item:first-child
{
	margin-top: 0px;
}
/* === upload queue item === */
.uploadifive-queue-item
{
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	line-height: 17px !important;
}
.cancel
{
	float: right;
	margin-left: 5px;
}
.uploadifive-button
{
	background: #4E4E4E;
	color: #FFF;
	cursor: pointer;
}
.button_cancel
{
	width: 10px;
	height: 10px;
	background: transparent url("close.png") no-repeat scroll 0 0;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin-bottom: 0px !important;
	margin-top: 4px !important;
	line-height: 1 !important;
}
/* === progress bar === */
.progress
{
	background-color: #FFFFFF;
	border-color: #808080 #C5C5C5 #C5C5C5 #808080;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	width: 100%;
}
.progress-bar
{
	background-color: #869FB7;
	height: 3px;
	width: 1px;
}
/* === upload button === */
.uploadButton
{
	width: 110px;
	margin-top: 10px;
}
/* === misc === */
.uploadifive-queue::after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.amu-custom-button
{
	background: url('custom_button.png');
}