.uploadify-button {
	background: url("./img/scbottom1.jpg");
	width: 84px;
	height: 27px;
	display: block;
}
.uploadifyinputinbutton {
	background: url('./img/scbottom1.jpg' );
}

/* .uploadify:hover .uploadify-button {
	background: url('./img/scbottom1hover.jpg' );
} */
.uploadify-button.disabled {
	background: url('./img/scbottomdis.jpg' );
}

/* .uploadify-button .disabled:hover {
	background: url('./img/scbottomdis.jpg' );
} */

/* .uploadify-queue {
	margin-bottom: 1em;
} */

.uploadify-queue-item {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	/* max-width: 350px; */
	padding: 10px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	background: url('../img/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;
}

img {
	border: 0;
}

.scbottom {
	width: 355px;
	height: 35px;
	margin-top: 60px;
	margin-left: 50px;
}

.scbottom1 {
	width: 84px;
	height: 27px;
	float: left;
}

.scbottom3 {
	width: 62px;
	height: 27px;
	float: left;
	margin-left: 10px;
}

.scbottom3 a {
	width: 62px;
	height: 27px;
	display: block;
	background: url("./img/scbottom2.jpg");
}

.scbottom3 a:hover {
	background: url("./img/scbottom2hover.jpg");
}