@import "reset";

#pokerstars_form {
  width: 680px;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  color: black;
  margin: 0px auto 1em;
  padding: 10px;
  border: 1px solid #ccc; 
  
  /* CSS3 */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #ffffff)); /* Saf4+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')"; /* IE8 */
 
}
#pokerstars_form .title {
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#pokerstars_form .about {
  font-size: 12pt;
  color: #555;
  margin-bottom: 1em;
}
#pokerstars_form .highlight {
  color: red;
}
#pokerstars_form .fields {
  width: 100%;
}
#pokerstars_form .fields td {
  vertical-align: middle;
  padding: 10px;
}

#pokerstars_form .email {
  background-color: #ccc;
  border-right: 1px solid #333;
  width: 40%;
}
#pokerstars_form .player_name {
  background-color: #ccc;
  width: 40%;
}
#pokerstars_form .submit a {
  color: white;
  font-weight: bold;
  background-color: #693;
  padding: 0.25em 1em;
  text-decoration: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#pokerstars_form .submit a:hover {
  background-color: #360;
}
#pokerstars_form label {
  font-weight: bold;
}
#pokerstars_form input {
  width: 100%;
  font-size: 12pt;
}
#pokerstars_form input.placeholder.example {
  color: gray;
}
#pokerstars_form_dialog {
  display: none;
}
#pokerstars_form_dialog p {
  padding: 0;
  margin: 0;
}
#pokerstars_form_dialog .ui-icon {
  float: left;
  margin: 0 7px 50px 0;
}
