/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
.uploadify {display:inline-block;position: relative;/*margin-bottom: 1em;*/}
.uploadify-button {display:inline-block;border: 1px solid #de9e52;background: #ffd77b;-webkit-border-radius: 3px;border-radius: 3px;text-align: center;}
.uploadify-queue {margin-bottom: 1em;}
.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('../images/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;}
.uploadify_text{width: 220px}

/*customer 4jcms*/
.multi_uploader2222{display: block;background:#FAFAFA;padding:10px;background-color: #FAFAFA;box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);border-color: #E5E5E5 #EEE #EEE;border-style: solid;border-width: 1px 0;}
.multi_uploader22{display: block;padding:10px;background-color: #FAFAFA;box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);border-color: #E5E5E5 #EEE #EEE;border-style: solid;border-width: 1px 0;}
.multi_uploader .head{height:33px;background-color:#24b346;}
.upload_thum{width: 100px;height: 100px;border: 1px solid #C2C2C2;position: relative;display:inline-block;margin-right: 10px;margin-bottom: 10px;}
.upload_file{line-height: 22px;margin-bottom: 10px;border-bottom: 1px solid #24b346;padding-bottom: 10px;}
.imgdel{display: inline-block;background: red;width: 35px;height: 20px;position: absolute;top:4px;right:4px;text-align: center;}
.file_func{color:blue;font-weight:bold;}
.multi_uploader .uploadify-button {border: 1px solid #24b346;background: #FFF;-webkit-border-radius: 0;border-radius: 0;}
.multi_uploader .uploadify:hover .uploadify-button {background: #ffd77b;}
.multi_uploader .filelist{border: 1px solid #24b346;border-top:none;padding:20px 10px;}
.input_name_tag{display:none;}
