/* ===================== SupportLogin ===================== */
.contact {
  font-size: 0.75em;
  color: #777777;
}

.contact span {
  font-size: 0.8em;
  float: right;
  width: 155px;
  line-height: 22px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  vertical-align: top;
  border: 1px solid;
  padding: 2px 4px;
}

.label {
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  background: #f9fdff;
}

.label span {
  width: auto;
}

input, select, textarea {
  font-size: 14px;
  padding: 2px;
  margin: 0 2px;
  border: 1px solid #CCC;
}

textarea {
  height: 100px;
  /*margin: 0 0 30px;*/
}

.text {
  width: 250px;
}

.shorttext {
  width: 150px;
}

.checkbox {
  width: auto;
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #777777;
}

.checkbox input {
  margin: 0 2px;
}

.required {
  background: url(/img/required.jpg) 180px 11px no-repeat #f9fdff;
}

.submit {
  text-align: center;
  width: 100%;
  padding: 30px 0 0;
}

.error {
  border-color: red;
}

button {
  font-size: 0.8em;
  color: #777777;
  cursor: pointer;
  background: #FFF;
}

.confirm {
  background: url('/img/support/confirm.jpg') 0 0 no-repeat;
  height: 68px;
  width: 213px;
  margin: 0 0 20px 190px;
  text-align: left;
}

.confirm a {
  padding: 20px 0 0 40px;
  font-size: 10px;
}

.confirm input {
  margin: 24px 0 0 39px;
}

#content {
  clear: both;
  padding-top: 20px;
  width: 100%;
}

#mainContent {
  width: 800px;
  margin: 0 auto;
}