html, body {
  margin: 0px;
  padding: 0px;
}

div#overlay {
  background-color: #000000;
  color: #FFFFFF;
}

form#form_signup {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

div.form_left {
  position: relative;
  width: 100px;
  border: none;
  height: 25px;
  color: #000000;
  text-align: center;
}

div.form_right {
  position: absolute;
  right: 0px;
  width: 200px;
  border: none;
  height: 25px;
}

div.form_full {
  position: relative;
  width: 400px;
  height: 25px;
  text-align: center;
}

input.form_input {
  position: relative;
  top: 1px;
  width: 175px;
  height: 18px;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #000000;
}

input.form_submit {
  width: 100px;
  height: 25px;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #000000;
}

div#signup {
  position: relative;
  width: 400px;
  height: 200px;
  border: 1px solid #CECECE;
}

div#signup_error {
  color: #D00000;
}

div#signup_head {
  color: #000000;
  font-weight: bold;
}

div#login {
  position: relative;
  width: 400px;
  height: 175px;
  border: 1px solid #CECECE;
}

div#login_head {
  color: #000000;
  font-weight: bold;
}

div#login_error {
  color: #D00000;
}

div#jury_header {
  text-align: center;
  width: 900px;
}

div#jury_footer {
  text-align: center;
  width: 900px;
}

a {
  color: #FFFFFF;
}

div.jury_box {
  width: 875px;
  border: 4px solid #808080;
}

div.jury_box_no_border {
  width: 915px;
  border: none;
}

div#content {
  position: relative;
  width: 900px;
  
  left: 50%;
  margin-left: -450px;
}

div#jury_image_upload {
  position: relative;
  height: 181px;
  width: 700px;
  left: 100px;
}

div#jury_image_upload_path {
  position: relative;
  width: 519px;
  height: 181px;
  text-align: center;
}

div#jury_image_upload_button {
  position: absolute;
  width: 73px;
  height: 22px;
  background-image: url('../img/browse-button.gif');
  background-repeat: no-repeat;
  color: #C7D92C;
  left: 215px;
  cursor: hand;
  cursor: pointer;
}

div#upload_progress {
  padding-top: 20px;
}

div#jury_image_copy_button {
  position: relative;
  width: 172px;
  height: 30px;
  background-image: url('../img/duplicate-button.gif');
  background-repeat: no-repeat;
  left: 45px;
  top: 5px;
  cursor: hand;
  cursor: pointer;
  text-align: center;
}

div#jury_image_flip_button {
  position: relative;
  width: 172px;
  height: 30px;
  background-image: url('../img/flip-button.gif');
  background-repeat: no-repeat;
  top: -25px;
  left: 262px;
  cursor: hand;
  cursor: pointer;
  text-align: center;
}

div#jury_image_delete_button {
  position: relative;
  width: 172px;
  height: 30px;
  background-image: url('../img/delete-button.gif');
  background-repeat: no-repeat;
  top: -55px;
  left: 482px;
  cursor: hand;
  cursor: pointer;
  text-align: center;
}

div#jury_image_enlarge_button {
  position: relative;
  width: 172px;
  height: 30px;
  background-image: url('../img/enlarge-button.gif');
  background-repeat: no-repeat;
  top: -85px;
  left: 699px;
  cursor: hand;
  cursor: pointer;
  text-align: center;
}

div#jury_image_upload_preview {
  position: absolute;
  width: 181px;
  height: 181px;
  border-left: 1px solid #000000;
  top: 0px;
  right: 0px;
}

div#jury_image_upload_preview_draggable {
  position: relative;
  width: 175px;
  height: 175px;
  z-index: 100;
}

input#jury_image_upload_file {
  width: 300px;
  height: 22px;
  
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #808080;
}

input#jury_image_upload_submit {
  width: 100px;
  height: 20px;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #808080;
}

div#jury_choose_color {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-top: 3px;
}


div#jury_image_set1 {
  position: relative;
  background-color: transparent;
  width: 915px;
  height: 365px;
}

div#jury_image_set2 {
  position: relative;
  background-color: transparent;
  width: 915px;
  height: 365px;
}

div.drop_spot {
  background-color: transparent;
  width: 181px;
  height: 181px;
  border: 1px solid #808080;
  float: left;
}

div.drop_spot_draggable {
  background-repeat: no-repeat;
  background-color: transparent;
  width: 175px;
  height: 175px;
  border: none;
  position: relative;
  left: 0px;
  top: 0px;
}

div.jury_set_lock {
  width: 50px;
  position: absolute;
  left: -7px;
  top: -25px;
  text-align: right;
}

div#jury_loginConfirm {
  position: fixed;
  z-index: 100;
  background-color: #FFFFFF;
  width: 400px;
  height: 150px;
  border: 1px solid #CECECE;
  top: 300px;
  left: 50%;
  margin-left: -200px;
}

div#jury_large_view {
  position: absolute;
  z-index: 100;
  background-color: #FFFFFF;
  width: 710px;
  height: 710px;
  border: 1px solid #CECECE;
  top: 100px;
  left: 50%;
  margin-left: -350px;
}

div#jury_large_view_img {
  position: absolute;
}

div#jury_large_view_close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  background-image: url('../img/close-image-button.gif');
  height: 30px;
  width: 31px;
}