.tooltip {
  display: none;
  background: url('/assets_v8/img/images/desktopshelves/workbench/tooltip/white.png') no-repeat scroll top left transparent;
  font-size: 12px;
  height: 77px;
  width: 209px;
  padding: 25px;
  color: #333;
}
a:active, a:focus {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
.nodisplay {
  display: none !important;
}
#workbench {
  width: 702px;
  height: 450px;
  margin: auto;
  position: relative;
}
#workbench #spinner {
  width: 48px;
  height: 48px;
  background: url('/assets_v8/img/images/desktopshelves/workbench/spinner.gif') no-repeat scroll top left transparent;
  position: absolute;
  top: 127px;
  left: 327px;
}
#workbench #bg-choices {
  list-style: none;
  margin-right: 8px;
  margin-top: 0;
  margin-left: 0;
  float: right;
}
#workbench #bg-choices a {
  display: block;
  border: 1px solid black;
  width: 20px;
  height: 20px;
}
#workbench #bg-choices a:hover {
  -webkit-box-shadow: 0px 0px 3px #000;
  -moz-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
}
#workbench #wb-left,
#workbench #wb-right,
#workbench #wb-canvas,
#workbench #wb-bottom {
  float: left;
}
#workbench #wb-left, #workbench #wb-right {
  width: 50px;
  height: 302px;
}
#workbench #wb-canvas {
  border: 1px solid black;
  background: url('/assets_v8/img/images/desktopshelves/workbench/blue-wallpaper.jpg') no-repeat scroll top left transparent;
}
#workbench #wb-bottom {
  height: 50px;
  width: 100%;
  position: relative;
}
#workbench #wb-bottom #shelf-width-slider {
  width: 195px;
  float: right;
  margin-top: 10px;
  margin-right: 51px;
}
#workbench #wb-bottom #drop-highlighting {
  float: left;
  margin-left: 60px;
}
#workbench #wb-bottom #drop-highlighting a {
  padding-top: 5px;
  display: block;
  float: right;
}
#workbench #wb-bottom #design-buttons {
  float: right;
  clear: both;
  margin-top: 20px;
  margin-right: 51px;
}
#workbench #wb-bottom #design-buttons a {
  margin-left: 20px;
  float: left;
}
#workbench #wb-bottom #design-buttons #download-design {
  clear: both;
  float: right;
}
#workbench #wb-left, #workbench #wb-right {
  position: relative;
}
#workbench #items-slider {
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
#workbench #label-slider {
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
#upload-area {
  width: 732px;
  height: 220px;
  margin: auto;
}
#upload-area .upload-box {
  float: left;
  width: 200px;
  padding: 10px;
  margin-right: 20px;
  background-color: #EEEEEE;
  border: 2px dashed #AAAAAA;
  text-align: center;
}
#upload-area .upload-box div {
  clear: both;
}
#instructions p {
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
}
#instructions p span {
  font-size: 80px;
}
#instructions p img {
  border: none;
  background: none;
  padding-bottom: 0;
}
#preloaded {
  display: none;
}
#full-width-content h2 {
  font-size: 200%;
  border-bottom: 2px solid #999;
  margin-bottom: 40px;
  line-height: 110%;
}
.ui-dialog-title {
  text-shadow: none;
  font-size: 114%;
}
#submit-dialog .tip {
  display: block;
  clear: left;
  font-style: italic;
  font-size: 80%;
}
#submit-dialog label {
  white-space: nowrap;
}
#submit-dialog .error {
  color: red;
}
#submit-dialog #terms {
  font-size: 80%;
}
#submit-dialog a {
  color: #327C6A;
}
.clearfix {
  clear: both;
}