.uploadify-queue-item {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 4px;
    padding: 15px;
    position: absolute;
    width: 470px;
    z-index: 9999;
}
.uploadify-queue-item .cancel {
    float: right;
}
.upload-img-box img{
    margin-top:10px;
    max-width:90%;
    max-height:100px;
}
.act_url_btn{
	background: #cccc;
	border-radius: 5px;
	color: #666;
	font-size: 16px;
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	float:right;
}