/* Tag Id form styles */
#tagForm {
  margin-bottom: 20px;
  position: relative;
}
#tagForm input[type="text"] {
  width: 300px;
  height: 30px;
  padding: 0 3px;
  border: none;
  background-color: rgba(180,180,180, .7);
  font-size: 20px;
  color: #ddd;
}

#captchaForm label, #tagForm label { color: #ebd779; margin-right: 20px; }

/* jQuery UI dialog styles */
.ui-widget-overlay {
  background: rgba(0,0,0,0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 14;
}

.ui-dialog {
  position: absolute;
  height: auto;
  z-index: 15;
  /*background: rgba(255, 255, 255, 0.85);*/
  padding: 20px 20px 50px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  width: 100%;
}
.ui-dialog:focus { outline: none; }

.ui-dialog-titlebar { display: none; }
.ui-dialog-buttonpane { position: absolute; bottom: 20px; right: 6em; }
.alert { color:red; display:inline; }

#sendControlKey { position: absolute; bottom: 20px; right: 1.2em; }


/* Dimensions and position of the status messages */
#sendingMessage { display: none; }

.statusMessage {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 15;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

#failureMessage p, #incompleteMessage p {
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  color: black;
  margin: 0 0 0 -250px;
  width: 500px;
  height: 230px;
  padding: 20px;
  position: relative;
  top: 15%;
  left: 50%;
}


/* Bubble tags */
#captchaForm img {
  cursor: pointer;
  display: inline;
  padding: 3px;
  border: 1px solid gray;
  margin: 1em;
}

#captchaForm .highlighted {
    background: #ebd779;
}

#captchaForm { color: #fff; }

/* Product display */
.product { text-align: left; }
.product h3 {
  font-family: "Garamond", serif;
  font-size: 22px;
  color: #ebd779;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.bubble-image { float: left; }

@media only screen and (min-width:500px) {
  .ui-dialog { min-width: 500px; }
  .product-image { float: left; margin-right: 20px; }
}
