.uploadify-buttons {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  font: 11px 'lucida Grande', Verdana, Geneva, sans-serif;
}

.uploadify-buttons ul {
  margin: 0;
  padding: 0;
}

.uploadify-buttons li {
  float: left;
  list-style: none;
  height: 37px;
  width: 138px;
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
}

.uploadify-buttons {
  float: left;
  clear: none;
  width: auto;
}

.uploadify-buttons li a, .button_browse {
  display: block;
  height: 26px;
  padding-top: 7px;
  color: #4c6501;
  font-weight: bold;
  font-size: 11px;
  background: url('../images/button_start.png') no-repeat left top;
}

.button_browse {
  float: left;
  width: 138px;
  height: 32px;
  padding-top: 0;
  margin-right: 10px;
  position: relative;
  font-family: 'lucida Grande', Verdana, Geneva, sans-serif;
}

.button_browse .text {
  position: absolute;
  top: 4px;
  left: 46px;
}

.button_browse #uploadify-field-imageUploader {
  width: 138px;
  position: absolute;
  z-index: 999;
}

.uploadify-buttons li.button-cancel a {
  color: #916a02;
  background-image: url('../images/button_cancel.png');
}

.uploadify-buttons li a:hover, .button_browse:hover {
  text-decoration: none;
  background-position: left -34px;
}

.uploadify-buttons li a:active, .button_browse:active {
  background-position: left -68px;
}

.uploadify-file-queue {
  display: none;
}

.uploadify-file-queue.uploadify-file-queue-filled {
  clear: both;
  display: block;
  width: 400px;
  overflow: auto;
  border: 2px solid #eee;
  border-color: #f2f2f2 #e1e1e1 #e1e1e1 #f2f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff url('../images/bg_progressqueue.png') repeat-x left
    bottom;
  margin-bottom: 10px;
}

.uploadifyQueueItem {
  font: 11px 'lucida Grande', Verdana, Geneva, sans-serif;
  border: 0;
  background-color: transparent;
  margin-top: 5px;
  padding: 10px;
  width: 360px;
}

.uploadifyError {
  border: 2px solid #FBCBBC !important;
  background-color: #FDE5DD !important;
}

.uploadifyQueueItem {
  color: #7b8854;
  position: relative;
  border-bottom: 1px dashed #eee;
  margin: 3px 10px;
}

.uploadifyQueueItem .cancel {
  position: absolute;
  right: 10px;
  top: 32px;
}

.uploadifyProgress {
  border: 0;
  background: url('../images/bg_progressbar.png') no-repeat;
  margin-top: 10px;
  width: 324px;
  height: 15px;
}

.uploadifyProgressBar {
  background: #D3E761;
  width: 10px;
  height: 15px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}