/*
   Plupload
------------------------------------------------------------------- */
.plupDrag_unselect {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.plupDrag_holder, .plupDrag_holder img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-ms-opacity: .5;
	-o-opacity: .5;
	opacity: .5;
}

.moxie-shim-html4 input,
.moxie-shim-html5 input {
	cursor: pointer;
}
.moxie-shim-flash {
	z-index: 50;
}
.sgp_wrap .moxie-shim-flash {
	width: 100% !important;
	left: 0 !important;
}

.plupload_wrapper * {
	box-sizing: content-box;
}

.sgp_wrap:hover .sgp_defTips {
	background-position: 0 -58px;
	color: #ff9200;
}

.plupload_button {
	display: -moz-inline-box; /* FF < 3*/
	display: inline-block;
	font: normal 12px sans-serif;
	text-decoration: none;
    color: #42454a;
    border: 1px solid #bababa;
    padding: 2px 8px 3px 20px;
	margin-right: 4px;
    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
	outline: 0;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.plupload_button:hover {
	color: #000;
	text-decoration: none;
}

.plupload_disabled, a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
	cursor: default;
}

.plupload_add {
	background-position: -181px center;
}

.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_container {
	/*padding: 8px;*/
	background: url('../img/transp50.png');
	/*-moz-border-radius: 5px;*/
}

.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}

.plupload_header {
	background: #ff9a14;
	background: -moz-linear-gradient(top, #ffa123, #ff9301);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa123), to(#ff9301));
	background: -o-linear-gradient(top, #ffa123, #ff9301);
	border-color: #ef8800;
}
.plupload_header_content {
	/*background: url('../img/backgrounds.gif') no-repeat 0 -317px;*/
	min-height: 56px;
	padding-left: 10px;
	color: #FFF;
}
.plupload_header_title {
	font: bold 14px sans-serif;
	padding: 11px 0 3px;
}
.plupload_header_text {
	font: normal 12px sans-serif;
}

.plupload_content {
	position: relative;
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	height: 226px;
	background: #F5F5F5;
	overflow-y: scroll;
}

.plupload_filelist li {
	padding: 10px 8px;
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
	border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #DFDFDF;
	padding: 8px 8px;
	color: #42454A;
}
.plupload_filelist_header {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {
	width: 205px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plupload_file_action {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_file_action * {
	display: none;
	width: 16px;
	height: 16px;
}

li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url('../img/delete.gif');
}

li.plupload_failed a {
	background: url('../img/error.gif');
	cursor: default;
}

li.plupload_done a {
	background: url('../img/done.gif');
	cursor: default;
}

.plupload_progress, .plupload_upload_status {
	display: none;
}

.plupload_progress_container {
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;
}

li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 168px;
	border: none !important;
	float: none !important;
	width: auto !important;
}
.plupload_view_thumbs .plupload_droptext {
	line-height: 225px;
}

/* ÊÓÍ¼ÇÐ»»À¸ */
.plupload_change_view{
	position: absolute;
	right: 15px;
	top: 27px;
	background-color: #fff;
	padding: 1px;
}
.plupload_change_view a {
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	background-color: #ff9a14;
	text-decoration: none;
}
.plupload_change_view .plupload_change_list {
	background: #fff;
	color: #ff9a14;
}
.plupload_file_thumbs {
	position: relative;
	text-align: center;
	display: none;
}
/* Ô¤ÀÀÍ¼Æ¬ÊÓÍ¼ */
.plupload_view_thumbs .plupload_change_view .plupload_change_thumbs{
	background: #fff;
	color: #ff9a14;
	text-decoration: none;
}
.plupload_view_thumbs .plupload_change_view .plupload_change_list{
	background: #ff9a14;
	color: #fff;
	text-decoration: none;
}
.plupload_view_thumbs .plupload_filelist_header {
	display: none;
}
.plupload_view_thumbs .plupload_filelist {
	height: 260px;
}
.plupload_view_thumbs .plupload_filelist li {
	position: relative;
	padding: 6px;
	margin: 10px;
	float: left;
	border: 1px solid #fff;
	width: 100px;
	background-image: none;
}
.plupload_view_thumbs .plupload_filelist .plupload_file_thumbs {
	display: block;
	width: 100px;
	height: 60px;
	background-color: #ddd;
}
.plupload_view_thumbs .plupload_filelist .plupload_file_action {
	position: absolute;
	right: 0;
	top: 0;
}
.plupload_view_thumbs .plupload_filelist .plupload_file_name {
	width: 100px;
	line-height: 1.7em;
}
.plupload_view_thumbs .plupload_filelist .plupload_file_size {
	float: left;
	text-align: left;
}
.plupload_view_thumbs .plupload_filelist .plupload_file_status {
	position: absolute;
	top: 65px;
	width: 100px;
}
.plupload_view_thumbs .plupload_filelist .plupload_file_percent {
	display: block;
	width: 0%;
	height: 2px;
	background-color: #ff9200;
}
.plupload_view_thumbs .plupload_filelist .plupload_total_status {
	display: none;
}
.plupload_view_thumbs .plupload_file_dummy {
	font-size: 21px;
	font-weight: bold;
	text-transform: lowercase;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #999;
}

/* ¶à¸öÉÏ´« µ¯³ö²ã */
.multi_plupload .dialog-content {
	width: 555px;
	padding: 0;
}
.multi_plupload button.dialog-close {
	z-index: 1;
	color: #fff;
}

/* 提示 */
.plupload_tips {
	display: none;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 10;
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
	padding: 10px 0;
}
.plupload_tips p {
	padding: 2px 20px;
}
.plupload_tips strong {
	color: #f00;
}
.plupload_tips_close {
	position: absolute;
	right: 0;
	width: 15px;
	height: 15px;
	background: none;
	border: none;
	cursor: pointer;
}

/* 单个上传 */
.sgp_wrap {
	position: relative;
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	padding: 5px;
}
.sgp_wrap > img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.sgp_wrap > .jcrop-holder {

}
.sgp_target {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 40;
	cursor: pointer;
}

.sgp_wrap .sgp_overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.sgp_wrap li:hover .sgp_overlay {
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	-moz-opacity: .2;
	-webkit-opacity: .2;
	-ms-opacity: .2;
	opacity: .2;
}
.sgp_wrap:hover .sgp_remove {
	display: block;
}
.sgp_wrap .sgp_remove {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: -7px;
	top: -7px;
	z-index: 60;
	font-size: 20px;
	text-align: center;
	color: #666;
	text-decoration: none;
	background: url(../img/icon_del.png) center center no-repeat;
	text-indent: -9999px;
}

.sgp_progress {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 100%;
	z-index: 20;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sgp_pro_percent {
	  float: left;
	  width: 0;
	  height: 100%;
	  font-size: 12px;
	  line-height: 20px;
	  color: #ffffff;
	  text-align: center;
	  background-color: #fe970c;
	  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	  -webkit-transition: width 0.1s ease;
	          transition: width 0.1s ease;
}

.sgp_defTips {
	display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -24px;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../img/bg_alpha.png);
}
.sgp_defTips:hover {
	background-position: 0 -58px;
	color: #ff9200;
}

.sgp_tips {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	z-index: 50;
	background-color: #fff;
}
.sgp_tips button {
	position: absolute;
	right: -3px;
	font-size: 18px;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 1;
}
.sgp_tips p {
	padding: 10px;
	margin: 0;
	color: #f00 !important;
	bottom: auto !important;
	background: #fff !important;
	padding: 15px 10px;
	line-height: 1.7em;
}

.sgp_default .sgp_remove,
.sgp_default .sgp_remove:hover {
	display: none !important;
}
.sgp_default .sgp_defTips {
	display: block;
}

/* ¾Å¹¬¸ñ */
.sdku_wrap {
	width: 300px;
	height: 300px;
	border: 1px solid #e7e7e7;
	padding: 10px;
	background-color: #fff;
}
.sdku_list {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.sdku_list li {
	position: relative;
	float: left;
	/*margin: 0 10px 10px 0;*/
	margin: 1%;
	padding: 0.8%;
	width: 28.5%;
	height: 28.5%;
	border: 1px solid #ccc;
	/*width: 64px;
	height: 64px;*/
	list-style: none;
}
.sdku_list li img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.sdku_list .sdku_overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.sdku_list li:hover .sdku_overlay {
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	-moz-opacity: .2;
	-webkit-opacity: .2;
	-ms-opacity: .2;
	opacity: .2;
}
.sdku_list li:hover .sdku_remove {
	display: block;
}
.sdku_list .sdku_remove {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	right: 3px;
	top: 3px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.sdku_list .sdku_add {
	display: block;
	border: 3px dashed #ccc;
	text-align: center;
	width: 27%;
	height: 27%;
	color: #ccc;
	cursor: pointer;
}
.sdku_list .sdku_add em {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	margin: -20px 0 0 -20px;
	font-style: normal;
	font-family: "Microsoft Yahei";
}
.sdku_list .sdku_add:hover {
	border-color: #999;
	color: #999;
}

/* ²Ã¼ôÉÏ´« */
.ctup_default .ctup_cont,
.ctup_default .ctup_btnbar {
	display: none;
}
.ctup_default .ctup_upload {
	position: relative;
	top: 0;
}

.ctup_wrap {
	width: 546px;
	overflow: hidden;
}

/* ÉÏ´«ÊÓÍ¼ */
.ctup_upload {
	/*ÉÏ´«²å¼þÊÍ·Å×ÊÔ´Ê±ºò£¬²»ÄÜdisplay:none£¬ËùÒÔÊ¹ÓÃ¶¨Î»Æ«ÒÆÀ´ÇÐ»»Òþ²Ø*/
	position: absolute;
	top: -999px;
	padding: 60px 0;
	text-align: center;
}

.ctup_upload_btn {
	display: inline-block;
	background: #5bb0ff url(../img/icon_img.png) 23px center no-repeat;
	border: 1px solid #3da2ff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 30px 13px 70px;
	margin-bottom: 10px;
	/*margin-bottom: 40px;*/
	margin-top: 30px;
}
.ctup_upload_btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3da2ff;
}

.ctup_upload_status {
	min-height: 30px;
}


.ctup_view_tips {
	display: none;
	text-align: center;
	background-color: #fff;
}
.ctup_view_tips a {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 5px;
}
.ctup_view_tips a {
	text-decoration: none;
}
.ctup_view_tips p {
	padding: 10px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	color: #f00 !important;
	bottom: auto !important;
	background: #fff !important;
	padding: 15px 10px;
}
/* °Ù·Ö±È */
.ctup_view_progress {
	display: none;
	height: 20px;
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ctup_pro_percent {
	  float: left;
	  width: 0;
	  height: 100%;
	  font-size: 12px;
	  line-height: 20px;
	  color: #ffffff;
	  text-align: center;
	  background-color: #fe970c;
	  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	  -webkit-transition: width 0.1s ease;
	          transition: width 0.1s ease;
}

/* Ä¬ÈÏÃèÊöÎÄ±¾ */
.ctup_upload p {
	padding: 5px 0;
}

/* ²Ù×÷ÊÓÍ¼ */
.ctup_edit {
	float: left;
}
.ctup_view {
	position: relative;
	width: 300px;
	height: 200px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.ctup_view_btn {
	height: 100%;
}
.ctup_default .ctup_view_btn{
	cursor: pointer;
}

.ctup_tips {
	padding-bottom: 10px;
	color: #999;
}

/* ¹Ø±Õ°´Å¥ */
.ctup_view_rmbtn {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: 2px;
	top: 2px;
	z-index: 610;
	font-size: 20px;
	text-align: center;
	color: #666;
	text-decoration: none;
	background: url(../img/icon_del.png) center center no-repeat;
	text-indent: -9999px;
}
.ctup_view:hover .ctup_view_rmbtn {
	display: block;
}

/* ÖØÔØ²Ã¼ô²å¼þÑùÊ½ */
.ctup_view .jcrop-holder {
	margin: 0 auto;
}
.ctup_view .jcrop-holder img,
.ctup_view img.jcrop-preview {
	max-width: none;
	max-height: none;
}

.ctup_preview {
	float: left;
	overflow: hidden;
	margin-left: 10px;
}
.ctup_pv_other {
	float: left;
}


/*Ô¤ÀÀÀ¸Ä¬ÈÏÌáÊ¾*/
.ctup_pv_deftips {
	text-align: center;
}
.ctup_pv_big {
	float: left;
	margin-right: 10px;
	width: 160px;
	height: 160px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}
.ctup_pv_middle {
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}
.ctup_pv_small {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

.ctup_preview_big,
.ctup_preview_middle,
.ctup_preview_small {
	width: 100%;
	height: 100%;
}

/* °´Å¥À¸ */
.ctup_btnbar {
	padding-top: 30px;
	text-align: center;
}
.ctup_btnbar .btn_common {
	width: 68px;
	margin: 0 5px;
}

/* Ð¡ÐÍÉÏ´« */
.field_upload {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
}
.field_upload_view {
	position: relative;
}
.field_upload_view a {
	display: inline-block;
	width: 20px;
	height: 22px;
	background: url(../img/icon-image.png) left center no-repeat;
}
.field_upload_del {
	position: absolute;
	left: 13px;
	top: -5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/icon-close.png) no-repeat;
	cursor: pointer;
}
.field_upload_pg {
	position: relative;
	border: 1px solid #e7e7e7;
	background: #ddd;
	min-width: 23px;
	height: 10px;
	margin-top: 4px;
}
.field_upload_ps {
	position: absolute;
	left: 0;
	top: 0;
	background: #ff9200;
	width: 40%;
	height: 100%;
}


/* ¿ÉÉè¶¨²ÎÊýÉÏ´«¶ÓÁÐ */
.uploadQueue .dialog-content {
	width: 695px;
	padding: 0;
}
.uplque_cont {
	padding: 17px;
	height: 310px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* 可更改参数上传队列 */
.uplque_guide {
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 10;
	width: 100%;
	height: 85%;
	background: #fff;
}
.uplque_guide_inner {
	width: 263px;
	min-height: 97px;
	margin: 115px auto;
	padding-left: 125px;
	padding-top: 15px;
	color: #666;
	font-size: 14px;
	background: url(../img/service.png) no-repeat;
}

.uplque_guide p {
	line-height: 22px;
	padding: 5px 0;
}

.uplque_done:before {
	background: url('../img/done.gif');
}
.uplque_delete:before {
	background: url('../img/delete.gif');
}

.uplque_failed:before {
	background: url('../img/error.gif');
	cursor: default;
}

.uplque_done .uplque_meta,
.plupDrag_target .uplque_meta {
	display: none !important;
}

/* 提示 */
.uplque_tips {
	display: none;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 10;
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
	padding: 10px 0;
}
.uplque_tips p {
	padding: 2px 20px;
}
.uplque_tips strong {
	color: #f00;
}
.uplque_tips_close {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	cursor: pointer;
}

.uplque_filelist {
	width: 105%;
	min-height: 310px;
	overflow: hidden;
}
.uplque_filelist li {
	position: relative;
	float: left;
	padding: 6px 6px 2px 6px;
	margin: 8px;
	border: 1px solid #ddd;
	background: #fff;
}
.uplque_filelist li:before {
	content: '\20';
	position: absolute;
	right: -10px;
	top: -5px;
	width: 16px;
	height: 16px;
}
.uplque_thumbs {
	position: relative;
	width: 100px;
	height: 100px;
	margin-bottom: 2px;
	overflow: hidden;
}
.uplque_thumbs .uplque_thumbs_inner {
	width: 100%;
	height: 100%;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.uplque_meta {
	position: absolute;
	left: 0;
	bottom: 0;
	/*bottom: -22px;*/
	height: 22px;
	width: 100%;
	text-align: right;
	background: url(../img/bg_alpha.png) left -58px repeat-x;
	-moz-transition: bottom .3s ease;
	-webkit-transition: bottom .3s ease;
	-o-transition: bottom .3s ease;
	-ms-transition: bottom .3s ease;
	transition: bottom .3s ease;
}
/*.uplque_thumbs:hover .uplque_meta{
	bottom: 0;
}*/
.uplque_meta a {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	background-image: url(../img/uplque_icon.png);
	background-repeat: no-repeat;
}
.uplque_meta a:before {
	display: none;
	position: absolute;
	content: attr(data-title);
	top: -30px;
	left: -7px;
	padding: 2px 5px;
	white-space: nowrap;
	color: #fff;
	background: #000;
	border-radius: 3px;
}
.uplque_meta a:after {
	display: none;
	position: absolute;
	content: "\20";
	top: -10px;
	left: 7px;
	border: 5px solid transparent;
	border-top-color: #000;
}
.uplque_meta a:hover {
	background-color: #999;
	filter: alpha(opacity=70);
    opacity: .7;
}
.uplque_meta a:hover:before,
.uplque_meta a:hover:after {
	display: block;
}
.uplque_edit {
	background-position: 2px 2px;
}
.uplque_rotate {
	background-position: 2px -26px;
}
.uplque_del {
	background-position: 2px -57px;
}


.uplque_args {
	width: 100px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
.uplque_args input {
	width: 98px;
	color: #666;
	border: none;
	text-align: center;
}
.uplque_name {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.uplque_btnbar {
	border-top: 1px solid #ddd;
	background-color: #F3F3F3;
	padding: 10px;
}
.uplque_btnbar a {
	margin-right: 10px;
}
.uplque_add {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 6px 15px;
	font-family: "Microsoft Yahei", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	background: #fdfdfd;
    background: -moz-linear-gradient(top,#fdfdfd,#f6f6f6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f6f6f6));
    background:-o-linear-gradient(top, #fdfdfd, #f6f6f6);
    border-color: #cccccc;
}
.uplque_add:hover,
.uplque_add:active {
	color:#666666;
	text-decoration: none;
	background: #fbfbfb;
    background: -moz-linear-gradient(top,#fdfdfd,#fafafa);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#fafafa));
    background:-o-linear-gradient(top, #fdfdfd, #fafafa);
}

.uplque_progress {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.uplque_percent {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #ff9200;
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}

.uplque_start {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 6px 15px;
	font-family: "Microsoft Yahei", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
    background: #ff9a14;
    background: -moz-linear-gradient(top,#ffa123,#ff9301);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa123), to(#ff9301));
    background:-o-linear-gradient(top, #ffa123, #ff9301);
    border-color: #ef8800;
    color:#fff;
}
.uplque_start:hover,
.uplque_start:active {
	color:#fff;
	text-decoration: none;
	background:#ff9a12;
    background: -moz-linear-gradient(top,#ff9201,#ffa123);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9201), to(#ffa123));
    background:-o-linear-gradient(top, #ff9201, #ffa123);
}

.uplque_desc {
	color: #666;
}


/*
   PluploadInline
------------------------------------------------------------------- */

.plupload_inline_wrapper * {
	box-sizing: content-box;
}

.plupload_inline_button {
	display: inline-block;
	font: normal 12px sans-serif;
	text-decoration: none;
    color: #666;
    padding: 2px 8px 2px 18px;
	margin-right: 4px;
	outline: 0;
}

.plupload_inline_button:hover {
	color: #000;
	text-decoration: none;
}

.plupload_inline_disabled, a.plupload_inline_disabled:hover {
    color: #aaa;
	cursor: default;
}
.plupload_inline_start {
	background: url('../img/icon-upload.png') left center no-repeat;
}
.plupload_inline_start.plupload_inline_disabled {
	background: url('../img/icon-upload-disabled.png') left center no-repeat;
}

.plupload_inline_add {
	background: url('../img/icon-add.png') left center no-repeat;
}

.plupload_inline_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_inline_container {
	background: #fff;
	border: 1px solid #ddd;
}

.plupload_inline_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}

.plupload_inline_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;}
.plupload_inline_header_content {
	background: url('../img/backgrounds.gif') no-repeat 0 -317px;
	min-height: 56px;
	padding-left: 60px;
	color: #FFF;
}
.plupload_inline_header_title {
	font: normal 18px sans-serif;
	padding: 6px 0 3px;
}
.plupload_inline_header_text {
	font: normal 12px sans-serif;
}

.plupload_inline_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_inline_scroll .plupload_inline_filelist {
	height: 185px;
	background: #fff;
	overflow-y: auto;
}

.plupload_inline_filelist li {
	padding: 10px 8px;
	background: #fff;
	border-bottom: 1px solid transparent;
}
.plupload_inline_filelist li:hover{
	background-color: #fef9ef;
}

.plupload_inline_filelist_header, .plupload_inline_filelist_footer {
	background: #f8f8f8;
	padding: 8px 8px;
	color: #666;
}
.plupload_inline_filelist_header {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CDCDCD;
}

.plupload_inline_filelist_footer {border-top: 1px solid #ddd; height: 22px; line-height: 20px; vertical-align: middle;}
.plupload_inline_file_name {float: left; overflow: hidden}
.plupload_inline_file_progress {color: #777;}
.plupload_inline_file_progress span {color: #42454A;}
.plupload_inline_file_size, .plupload_inline_file_progress, .plupload_inline_progress, .plupload_inline_file_status {
	float: right;
	width: 80px;
}
.plupload_inline_file_size, .plupload_inline_file_progress, .plupload_inline_delete {text-align: right;}

.plupload_inline_filelist .plupload_inline_file_name {
	width: 55%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.plupload_inline_file_status,
.plupload_inline_delete {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_inline_delete * {
	display: block;
	width: 16px;
	height: 16px;
}

li.plupload_inline_uploading {background: #FEF9EF}
li.plupload_inline_done a,
li.plupload_inline_done {color:#AAA}

li .plupload_inline_delete a {
	background: url('../img/icon-close.png') center center no-repeat;
}
li .plupload_inline_delete a:hover{
	opacity: .8;
	filter: alpha(opacity=80);
}
li.plupload_inline_failed .plupload_inline_file_status {
	background: url('../img/error.gif');
	cursor: default;
}

li.plupload_inline_done .plupload_inline_file_status {
	background: url('../img/done.gif');
	cursor: default;
}
.plupload_inline_upload_status{
	float: right;
	margin-left: 10px;
	color: #999;
}
.plupload_inline_progress, .plupload_inline_upload_status {
	display: none;
}

.plupload_inline_progress_container {
	margin-top: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_inline_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

/* Floats */

.plupload_inline_clear,.plupload_inline_clearer {clear: both;}
.plupload_inline_clearer, .plupload_inline_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;
}

li.plupload_inline_droptext,
li.plupload_inline_droptext:hover {
	background: #fff;
	color: #aaa;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 165px;
}
