.uploadify {
	position: relative;
	margin-bottom: 1em;
}

.uploadAttach{
	background: url("../images/common/upload.png") no-repeat;
	background-position: 0px -39px;
	width: 79px;
	height: 29px;
}

.uploadImg {
    color: gray;
    border:1px solid;
    text-align: center;
    font-size: 12px;
    display: block;
}
.uploadImg_img{
	position: absolute;
	top: 1px;
	z-index: 2000;
	left: 1px;
}
.uploadImg_img_del{
	position: absolute;
	top: 5px;
	z-index: 3000;
	right: 0px;
}
.uploadify:hover .uploadAttach {
background-position: 0px 0px;
}

.uploadify:active .uploadAttach {
background-position: 0px 0px;
}


.uploadhead{
	border:1px #ccc solid;
	background: white;
	height: 30px;
	width: 90px;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.uploadify:hover .uploadhead{
	background: #23c47a;
	color: white;
}
.uploadify:active .uploadhead{
	background: #20b771;
	color: white;
}




.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}

.uploadify-queue {
	margin-bottom: 1em;
}

.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	max-width: 100%;
	padding: 5px;
	margin-bottom: 1px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	height: 16px;
	width: 16px;
	color: #23c379;
	margin-left: 5px;
}

.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-left{
	background: url("../images/common/attach.png") no-repeat;
	height:20px;
	padding-left:20px;
	float: left;
	color: #999999;
}
.uploadify-progress {
	background-color:white;
	height: 11px;
	width: 25%;
	border: 1px solid #23c379;
	float: left;
	margin-top:2px;
}

.uploadify-progress-bar {
	background-color: #23c379;
	height: 11px;
	width: 1px;
}


.contractbt{
	width: 105px;
	height:28px;
	background: url("../images/common/resume.png") no-repeat;
	background-position: 0px -114px;
	border: none;
	display: inline-block;
	outline: none;
	cursor: pointer;
	}
.uploadify:hover .contractbt {
background-position: 0px -190px;
}

.uploadify:active .contractbt {
background-position: 0px -152px;
}

	
.resumebt{
	width: 105px;
	height:28px;
	background: url("../images/common/resume.png") no-repeat;
	background-position: 0px 0px;
	border: none;
	display: inline-block;
	outline: none;
	cursor: pointer;
	}
.uploadify:hover .resumebt{
background-position: 0px -76px;
}

.uploadify:active .resumebt{
background-position: 0px -38px;
}
	