/* ----- Login Form ----- */
/* in man profile */
.login-man-profile {
  width: 800px;
}
.login-man-profile .man-details p {
  margin-bottom: 1em;
}
.man-details ul.login {
  width: 290px;
  overflow: hidden;
  _zoom: 1;
}
.man-details ul.login li {
  padding: 0 0 10px;
}
.man-details ul.login label {
  color: #323232;
}
.man-details ul.login li.textbox label {
  display: block;
  margin-bottom: 3px;
}
.man-details ul.login li.textbox input {
  border: 1px solid #666;
  width: 276px;
}
.man-details ul.login li.textbox input:focus {
  border: 1px solid #FFA200;
}
.man-details ul.login .error {
  color: #FFA200;
  display: block;
  font: normal 12px Arial, sans-serif;
}
.man-details ul.login li.button,
.man-details ul.login li.link {
  float: left;
}
.man-details ul.login li.button {
  padding-right: 16px;
}
.man-details ul.login li.button input {
  display: block;
  width: 91px;
  height: 36px;
  border: 0;
  margin-top: -5px;
  margin-left: -2px;
  background: url('/img/bidlo/enter-nt.png') no-repeat 0 0;
  font: bold 16px Arial, sans-serif;
  color: #323232;
  cursor: pointer;
}
.man-details ul.login li.checkbox {
  float: right;
  padding: 0 12px 0 0;
  white-space: nowrap;
}
.man-details ul.login li.checkbox input {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.man-details ul.login li.checkbox label {
  cursor: pointer;
}
.man-details ul.login li.link a {
  font: 12px Arial, sans-serif;
  line-height: 26px;
}
/* end */
/* ----- Registration Form ----- */
/* registration */
.registration-panel {
  background-color: #F0F0F0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  width: 350px;
}
.registration-panel h3,
.registerStepTitle {
  display: block;
  color: #202020;
  font: normal 20px Arial, sans-serif;
}
.registration-panel table {
  width: 100%;
}
.registerStepQuestion {
  margin-bottom: 5px;
}
