/*
.fileUploadQueueItem { background: #f3f3f3; border:1px solid #ddd; padding:9px; }
.fileUploadQueueItem .cancel { float:right; }
.fileUploadProgress { background:#fff; border: 1px solid #ccc; }
.fileUploadProgressBar { background:#09f; }
*/

/*

#create .col { width:33%; }
#create .f { width:64%; }
#create .f .col { width:69%; }
#create .f .f { width:28%; text-align:right; padding-top:3px; }
#create .f p .tight { padding-top:0; margin-bottom:0; }
#create #optional { width:100%; }

*/
#cropviewbox { position:relative; }
#uploaderqueue { display:none; }

#uploadproccess { margin-bottom:1em; border-bottom:1px solid #ddd; }
#uploadproccess .c { margin-bottom:0; padding:0 6px; }

#uploadproccess .filename, #uploadproccess .fileSize, #uploadproccess .filePercent, #uploadproccess .fileUploadProgress, #uploadproccess .cancel { float:left; margin-right:-1px; width:20%; padding-top:5px; padding-bottom:5px; }
#uploadproccess .col span { display:block; }
#uploadproccess .filename { width:37%; }
#uploadproccess .fileSize { width:13%; }
#uploadproccess .filePercent { width:8%; text-align:center; color:#999; }
#uploadproccess .filePercent span { padding-right:9px; }
#uploadproccess .fileUploadProgress { width:34%; padding-top:8px; }
#uploadproccess .cancel { width:6%; }
#uploadproccess .close { display:block; margin:0; height:14px; width:14px; background-position:left bottom; padding:0; position:static; }

#uploadproccess .uploaderTh div { padding-top:0; }
#uploadproccess .uploaderTh small { color:#999; display:block; }

#uploadproccess .fileUploadQueueItem { border-top:1px solid #ddd; margin-bottom:0; font-size:93%; }
#uploadproccess .fileUploadBar { border:1px solid #ddd; margin:-1px 0; background:#f3f3f3; font-size:0; line-height:0; }
#uploadproccess .fileUploadProgressBar { background:#f00; height:9px; width:0%; }