#contestGame {
  position: absolute;
  top:165px; left:193px;
  border:1px solid red;
  width:500px; height:430px;
  display: none;
  background:#000;
  z-index:200;
  border:4px solid #ccc;
}

#contestGameContent {
  position:relative;
  height:313px;
  background: #000 url(../../img/concours/cc_body.jpg) no-repeat;
}

#contestGameContent #formWrapper {
  position:absolute;
  left:18px; top:185px;
  border:none;
}

#contestGameContent .successMsg {
  display:block;
  width:470px;
  text-align:center;
  color: #91FF3F;
}

#contestGameContent fieldset {
  border:none;
}

#contestGameContent fieldset p {
  float:left; width:159px;
}

#contestGameContent fieldset p input {
  width:150px;
  border-color:#b5b5b5;
  border-type:solid;
  border-width:1px 1px 0 0;
  padding:3px 0;
}

#contestGameContent #closeBt {
  position:absolute;
  left:20px; top:217px;
  cursor:pointer;
}

#contestGameContent #submitBt {
  position:absolute;
  right:16px; top:217px;
}

#ctstResponse {
  position:absolute;
  left:99px; top:208px;
  width: 305px; height:35px;
  font-size:10px;
  letter-spacing:-1px;
  color:red;
  text-align:center;
}


#ctstResponse .loader {
  margin-top:10px;
}
