/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	float:left;
	margin-bottom: 1em;
}
 


.uploadify-button {
height:26px !important;
display:inline-block; font-size:13px;line-height:24px;color:#333333!important;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#fafafa;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);cursor:pointer;*margin-left:.3em; min-width:30px !important; font-size:12px; 

  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#ADDC3E;
  *background-color: #88B520;
  background-image: -moz-linear-gradient(top, #ADDC3E, #88B520);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ADDC3E), to(#88B520));
  background-image: -webkit-linear-gradient(top, #ADDC3E, #88B520);
  background-image: -o-linear-gradient(top, #ADDC3E, #88B520);
  background-image: linear-gradient(to bottom, #ADDC3E, #88B520);
  background-repeat: repeat-x;
  border-color: #88B520 #88B520 #93C223;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  letter-spacing:1px;
  
  padding-top:2px !important; font-size:12px; width:60px !important; 
}

.uploadify-button:hover{color:#333333;text-decoration:none !important;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.uploadify-button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.uploadify-button.active,.uploadify-button:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);background-color:#e6e6e6;background-color:#d9d9d9 \9;color:rgba(0, 0, 0, 0.5);outline:0;}

.uploadify-button:hover,
.uploadify-button:focus,
.uploadify-button:active,
.uploadify-button.active,
.uploadify-button.disabled,
.uploadify-button[disabled] {
  color: #ffffff;
  background-color: #88B520;
  *background-color: #88B520;
}

.uploadify1:hover .uploadify-button1 {
	background-color: #2382B1;
	background-image: linear-gradient(top, #2382B1 0%, #2382B1 100%);
	background-image: -o-linear-gradient(top, #2382B1 0%, #2382B1 100%);
	background-image: -moz-linear-gradient(top, #2382B1 0%, #2382B1 100%);
	background-image: -webkit-linear-gradient(top, #2382B1 0%, #2382B1 100%);
	background-image: -ms-linear-gradient(top, #2382B1 0%, #2382B1 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #2382B1),
		color-stop(1, #2382B1)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-image:none !important;
	background-color: #D0D0D0 !important;
	color: #808080 !important;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
} 