html, body {
    width: auto; 
    height: 100%;
}

body{
	overflow: auto;
}

img, img a, img a:hover {border: 0px;}

body {
    background-color: #ccc;
    margin: 0;
}

body, td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

table.siteframe {
  background: url("../images/siteframe.png") no-repeat;
}

table.siteframe-withfootnotes {
  background: url("../images/siteframe-withfootnotes.png") no-repeat;
}

table.siteframe-withpaymentoptions {
  background: url("../images/siteframe-withpaymentoptions.png") no-repeat;
}

input.invisible {
    border: 0;
    background-color: transparent;
}

div#container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -324px;
    margin-left: -450px;
    height: 596px;
    z-index: 1;
    background-color: #fff;
}

td {
	vertical-align: top;
}

.error {
  font-size: 13px;
  font-weight: normal;
  color: red;
}

#orderForm table, tr, td {
  font-size: 13px;
}

input[type=text] {
  width: 220px;
}
