body {
   font-family: "Tahoma","Geneva",sans-serif;
   padding: 0;
   margin: 0;
   color: #000;
   background-color: #999;
   background-image: url("bg.png");
   text-align: center;
}
a {
   color: #06c;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
h1#title {
   position: absolute;
   color: #fff;
   font-size: 48pt;
   top: 5px;
   left: 35px;
   font-weight: normal;
}
h2#subtitle {
   position: absolute;
   font-weight: normal;
   left: 90px;
   top: 30px;
   color: #fff;
   font-size: 16pt;
}
h1#title a {
   color: #fff;
}
a.whiteLink {
   color: #fff;
   text-decoration: underline;
}
div#container {
   position: relative;
   width: 760px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background: url("fill.png") repeat-y;
}
img#topImage {
   margin-left: auto;
   margin-right: auto;
}
div#content {
   margin-top: -110px;
   width: auto;
   margin-left: 30px;
   margin-right: 55px;
   padding-bottom: 130px;
}
div#bottomBox {
   color: #fff;
   background-color: #06c;
   background-image: url("bottom.png");
   height: 111px;
   width: 760px;
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   bottom: 0px;
}
div#description {
   position: absolute;
   right: 45px;
   bottom: 35px;
   text-align: right;
   width: auto;
}
div#formHolder {
   width: 100%;
   position: relative;
   height: 55px;
   font-size: 14pt;
}
div#formHolder input {
   border: 1px solid #000;
   font-size: 14pt;
}
input#url {
   width: 100%;
}
.alignLeft {
   margin-top: 6px;
   float: left;
}
.alignRight {
   margin-top: 6px;
   float: right;
}
.condensed {
   margin-left: 5%;
   margin-right: 5%;
}
.box {
   color: #000;
   border: 1px solid #ccc;
   background-color: #eee;
   padding: 5px;
}
.noMargin {
   margin: 0;
   padding: 0;
}
.top {
   margin-top: 0;
}
dt {
   font-weight: bold;
}
dd {
   margin-bottom: 10px;
}
div#status, div#results {
   margin-top: 10px;
   width: 100%;
   position: relative;
   display: none;
}
span.message {
   font-size: 16pt;
   position: relative;
   top: -5pt;
   left: 5px;
}
table#holderTable {
   width: 100%;
}
table#holderTable td {
   width: 50%;
   vertical-align: top;
}
