/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify 
{
    position:relative;
	/*position: relative;
	margin-bottom: 1em;*/
}

.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
	display:none;
}
.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('../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;
}
a:hover{cursor:pointer}
.uploadbtn{width:95px;height:30px;}
.p_imgContent{padding:10px;float:left;text-align:center;position:relative}
.p_imgContent img{width:205px;height:120px}
.p_imgContent .p_img{width:205px;height:120px;display:block;}
.p_bottom{position:absolute;left:-5px;top:-5px;}
.p_cancel{background: url('/member/photo/images/photoIcon2.png') no-repeat -499px -136px;width:15px;height:15px;cursor:pointer;display:block;margin-left: 1px;margin-top: 1px;}
.bg_gray{position:absolute;background:gray;width:205px;height:120px;top:10px;left:10px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.p_bottom .progress{position: absolute;width: 150px;height: 10px;background: #fff;margin: 0px auto;/* margin-top: 37px; */top: 35px;left: 39px;}
.p_bottom .progress .now{width:0%;height:10px;background:#676767}
.grid_img{width:205px;height:133px;display:block;margin:0px auto;z-index:2;}
.percentage{text-align:center;width:150px;display:block;margin-top:10px;}
.div_img{display:none; position:relative;}
.cancelImg,#cancelImg{cursor:pointer; position:absolute; top:5px;right:5px;}


.ul_imgs{ margin:0; padding:0; list-style:none;  }
.ul_imgs li{ float:left; position:relative; margin-right:8px; margin-bottom:10px; border:1px solid #ccc;}
.ul_imgs li div{ width:75px; height:75px; position:relative; z-index:2;}
.ul_imgs li.li_dashed{ border:1px dashed #ccc;}
.ul_imgs li.li_imgs_last{ margin:0; border:0;}
.ul_imgs li span.span_del{ position: absolute;top: 2px;  right:3px;width: 15px;height: 15px; display:block; background: url("img_del.png");cursor: pointer; z-index: 3;}

