/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify { float: left; position: relative; margin-bottom: 30px; }
.uploadify-button { cursor: pointer; background:url(/Styles/New/Image/photo_btn.png) 0 0 repeat-x; border: 1px solid #e9e9e9; color: #333; text-align: center; width: 100%; line-height: 33px; padding: 4px 0; }
/*.uploadify:hover .uploadify-button { background-color: #f6f6f6; }*/
.uploadify-button.disabled { background-color: #D0D0D0; color: #808080; }
.uploadify-queue { margin-bottom: 1em; }
.uploadify-queue-item { background-color: #F5F5F5; 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('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: #126fb5; height: 3px; width: 1px; }
