

.borderCell {
	border-bottom: 1px solid black;
}

#formControls {
}

.reg input, .reg select {
	width: 250px;
}
.radio, .reg .check {
  width: 15px;
}
#signupWrapper {
	padding: 2%;
	text-align:center;
}

#submitSignup {
	padding: 5px 5px 5px 5px;
	font-size:1.2em;
	font-weight:normal;
    height: 35px;
    width: 135px;
}

#disclaimer {
  margin: 20px 0 0 35px;
  padding: 5px 5px;
	text-align:left;
	font-size: 0.7em;
	color: #555;
	
}

.bubbles {
	position: absolute;
	left: 480px;	
}


.tip {
  
  margin: 0 0 0 25px;
  padding: 2px 5px;
  width: auto;
  display: none;  
  font-size: 0.75em;
  color: #555;
  border: 1px solid #ffbd33;
  background: #fdf1b7;
}

.emailValidity {
	width: 16px;
	height:16px;
	background-repeat: no-repeat;
	float: right;
	margin: 2px 0 0 40px;
	position: absolute;
	left: 435px;
}

#x-login .emailValidity {
    position: relative;
    left: 0;
    margin: 0;
    
}

/*#dialog #regEmail {border: 1px solid red; display: inline; width: 120px;}*/

#validEmail {
	background:url(../images/valid-email.gif);
	display:none;
}

#invalidEmail {
	background:url(../images/invalid-email.gif);
	display:none;
}

.star {
	font-weight: bold;
	color: red;
}

#timePeriodHint {
	font-weight: bold;
}

#signupWrapper {
	margin-top: 0px;
	padding-top: 0px;
}

/* -- REGISTRACE -- */
.reg {
  width: 850px;
  margin: 0px 0px 25px 55px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.reg input, .reg select {
  font-size: 90%;
}
.reg .captcha {
  margin: 10px 0 5px 175px;
}
.reg #play {
  visibility: hidden;
  cursor: pointer;
  text-decoration: underline;
}
.reg input.button {
  margin: 15px 0 5px 185px;
  width: auto;
  display: block;
}
.reg label {
  margin: 0 10px 0 0;
}

fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cacaca;
  background: none;
}
.reg legend {
  color: #000;
  font-weight: bold;
}
.reg .label {
  margin: 5px 0;
  width: 175px;
  height: 22px;
  line-height: 22px;
  float: left;
  text-align: right;
}
.reg .input {
  margin: 5px 0;
  width: 275px;
  height: auto;
  float: left;
}
.reg .bubbles {
  margin: 5px 0;
  width: 200px;
  height: 22px;
  float: left;
}
.reg .checkbox {
  margin: 5px 0;
  width: 650px;
  height: 22px;
}