/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify { position: relative; margin: 10px auto; }
.uploadify .swfupload { top: 0; left: 0; }
.uploadify-button { cursor:pointer;padding:0 20px;border:1px solid #666;height: 18px; color: #fff; text-decoration: none; cursor: pointer; text-transform: uppercase; font-weight: bold; text-align: center; border-radius: 3px; background: url(../img/phase4/blue-button-sprite.gif) repeat-x; }
.uploadify:hover .uploadify-button { background-position: 0 -30px; }
.uploadify-button.disabled { }
.uploadify-queue, .uploadifive-queue { display:none; }
.uploadify-queue-item { }
.uploadify-error { }
.uploadify-queue-item .cancel a { }
.uploadify-queue-item.completed { }
.uploadify-progress { }
.uploadify-progress-bar { }

/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button { cursor:pointer;padding:0 20px;border:1px solid #666;height: 18px; color: #fff; text-decoration: none; cursor: pointer; text-transform: uppercase; font-weight: bold; text-align: center; border-radius: 3px; background: url(../img/phase4/blue-button-sprite.gif) repeat-x; margin: 10px auto 0 auto; }
.uploadifive-button:hover { cursor:pointer!important;background-position: 0 -30px; }
.uploadifive-button:active { background-position: 0 -60px; }
.uploadifive-queue-item { }
.uploadifive-queue-item .close { }
.uploadifive-queue-item .progress { }
.uploadifive-queue-item .progress-bar { }
