
body {
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000000;
  font: bold 12px verdana,arial;
  color: #ffffff;
}
table, .description {
  background-repeat: repeat-x;
  background-color: #1D1D1D;
  border-collapse: collapse;
  border: 2px solid #272727;
}
th {
  font: bold 12px verdana,arial;
  border: none;
}
td {
  font: 11px verdana,arial;
  border: #212121 solid 1px;
  border-width: 0px 0px 1px 0px;
}
img {
  border: 0px;
}
input {
  border: #3B3B3B 1px solid;
  font: bold 11px verdana,arial;
  color: #FFFFFF;
  background-color: #212121;
  text-align: center;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}
input.qt_1 {
  color: #3B3B3B;
}
input.qt_2 {
  color: #3B3B3B;
}
input:focus {
  border: #60A0DC 1px solid;
}
select {
  border: #3B3B3B 1px solid;
  font: bold 10px verdana,arial;
  color: #ffffff;
  background-color: #212121;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}
textarea:focus {
  border: #60A0DC 1px solid;
}
a:link, a:visited {
  color: #60A0DC;
  text-decoration: none;
}
a:hover {
  color: #80D6FF;
}
.th_header2 {
  background-repeat: repeat-x; 
  background-color: #1D1D1D;
  font: bold 12px verdana,arial;
  color: white
}
.container {
  margin: 0px auto;
  background: none;
  border: none;
}
.blank {
  border: none;
}
tr {text-align: center;}

