.qq-uploader { position: relative; width: 100%; }
.qq-upload-button { display: block;
    width: 136px;
    height: 10px;
    padding: 4px 0px 10px 0px;
    text-align: center;
    background: #3d1f06;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
/* .qq-upload-button-hover {
    background: #3d1f06
} */
.qq-upload-button-focus {
    outline: 1px dotted black
}
.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-drop-area-active {
    background: #FF7171
}
.qq-upload-list {
    margin: 15px 35px;
    padding: 0;
    list-style: disc;
}
.qq-upload-list li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px
}

.qq-upload-file {

}

.qq-upload-spinner {
    display: inline-block;
    background: url("../images/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 11px
}

.qq-upload-failed-text {
    display: none
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline
}

.meter-wrap{
    position: relative;
}

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 100%; height: 20px;
    
}

.meter-wrap, .meter-value {
    background: #ffe97f url('../images/progress.png') top left no-repeat;
}
            
.meter-text {
    position: absolute;
    top:0; left:0;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.fileSection {width:280px; height:200px; margin: 0 0 10px 0; border: 1px solid #880000; }

/* For Drag & Drop uploads */
.imgHover {
 display: inline; position: relative;
}
.imgHover .hover {
 display: none; position: absolute; padding: 5px; background-color: #ccc; color: #ff0000; font-size: 11px; text-decoration: underline; z-index: 2; cursor: pointer;
}


#imageSortable { width:200px; }
#contentImage__uploadArea { width:150px; height:121px;}
#imageSortable 0{ width:200px; }
#contentImage0__uploadArea { width:150px; height:121px;}
#imageSortable1 { width:450px; }
#contentImage1__uploadArea { width:135px; height:121px;}
#imageSortable2 { width:200px; }
#contentImage2__uploadArea { width:150px; height:121px;}
#imageSortable3 { width:200px; }
#contentImage3__uploadArea { width:150px; height:121px;}
#imageSortable4 { width:200px; }
#contentImage4__uploadArea { width:150px; height:121px;}

#contentImageProfile1__uploadArea { width:150px; height:26px; border:none!important;}
#contentImageProfile1__uploadArea  .qq-uploader { position: relative; width: 100%; margin-top:240px;}
#contentImageProfile1__uploadArea .qq-upload-button { display: block;
    width: 150px;
    height:13px;
    padding: 7px 0;
    text-align: center;
}

.border1{
	border:1px solid #8FC440;
}
.imgurl1{
	position:absolute;
	border:1px solid #000000;
	min-width:540px;
	min-height:380px;
	visibility:hidden;
	z-index:100;
	background:#ffffff;
}

.save-btnforpopurl{
	background:url('../images/save-bg.gif') no-repeat;
	width:61px;
	border:0px;
	padding:3px 0 6px 25px;
	text-align:left;
	cursor:pointer;
	margin-left:220px;
	}