#pro-index .fright {
  width: 440px;
  color: #fff;
}

#pro-index #form-login, #pro-index .infos {
  width: 430px;
  color: #fff;
}

#pro-index a {
  color: #fff;
}

#pro-index strong {
  display: block;
  margin-bottom: 3px;
  color: #ff1a00;
}

#pro-index .white_title {
  margin-bottom: 10px;
  padding-left: 70px;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: url(../images/front/white_title.png) 0 1px no-repeat;
}

#pro-index em {
  float: right;
  font-size: 10px;
  font-style: normal;
}

#pro-index .label {
  line-height: 23px;
  color: #fff;
}

#pro-index form, #pro-index .infos, #pro-orders {
  padding: 5px;
  background-color: #000;
}

#pro-index form div, #pro-index .infos div, #pro-orders div {
  padding: 10px;
  border: 1px solid #fff;
  border-right: 0;
}

#pro-orders div {
  padding: 7px 10px;
}

#pro-index input.text, #pro-checkout input.text {
  margin-bottom: 5px;
  padding: 0 3px;
  padding-top: 4px;
  width: 248px;
  height: 17px;
  font-size: 12px;
  background: url(../images/front/contacts_input.png) repeat-x;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 2px;  
  -webkit-border-radius: 2px;
}

#pro-index input.submit, #pro-checkout input.submit {
  margin: 20px 10px 0 10px;
  width: 129px;
  height: 34px;
  font-weight: bold;
  background: url(../images/front/contacts_button.png) no-repeat;
  border: 0;
}

#pro-index input.submit:hover {
  background-position: 0 100%;
}

#pro-index img.captcha {
  width: 256px;
  height: 36px;
}

#pro-index .shadow {
  margin-top: 10px;
  width: 440px;
  height: 30px;
  background: url(../images/front/faded_shadow.png) 0 100% repeat-x;
}

#pro-orders table {
  width: 100%;
}

#pro-orders table td {
  padding: 2px 0;
}

#pro-checkout {
  margin-top: 10px;
}

#pro-checkout table, #pro-checkout p {
  width: 890px;
}

#pro-checkout table table {
  width: 660px;
}

#pro-checkout table table td {
  height: 25px;
  vertical-align: middle;
}

#pro-checkout input.submit {
  margin: 0;
  margin-left: 10px;
}

