.media_crusher .update-nag{
	margin-top: 10px;
}
#loaded_n_total {
    max-height: 300px;
    overflow: scroll;
    margin: 20px 0 0;
}
.media_crusher .process_bar{
	display: none;
	position: relative;
}
.process_go {
    overflow: hidden;
}
.process_go .submit {
    float: left;
    margin-top: 0;
}
.process_go .spinner {
    float: left;
    margin-top: 14px;
}
.media_crusher progress {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	width: 98%;
	height: 30px;
	border-radius: 9px;
}
.media_crusher progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.media_crusher progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.media_crusher progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}

.media_crusher .progress-value {
    color: #555;
    font-size: 15px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 98%;
}