body {
 margin: 0px;
 background: #333333 url("../images/background.jpg") no-repeat;
 font-family: Verdana, Sans-Serif;
 font-size: 10pt;
}

#holder {
 background: #d2d2d2 url("../images/background_top.jpg") no-repeat top right;
 border-left: 1px solid black;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
}

#inner_holder {
 background: url("../images/background_bottom.png") no-repeat bottom right;
}

img {
 border: 0px;
}

.content {
 font-family: Verdana, Sans-Serif;
 font-size: 10pt;
}

.error {
 font-family: Verdana, Sans-Serif;
 font-size: 7pt;
 color: #760000;
 font-weight: bold;
}

.message_box {
 width: 585;
 background-color: #f4f4f4;
 border: 1px solid black;
 padding: 15px 30px 15px 30px;
 text-align: justify;
 font-family: Tahoma, Sans-Serif;
 font-size: 10pt;
}

.text_box {
 width: 120px;
 height: 20px;
 font-size: 8pt;
}

.submit_button {
 width: 80px;
 font-size: 8pt;
 height: 24px;
}

a:link {
 color: #AA0000;
 text-decoration: none;
}

a:visited {
 color: #AA0000;
 text-decoration: none;
}

a:active {
 color: #AA0000;
 text-decoration: none; 
}

a:hover {
 color: #AA0000;
 text-decoration: underline;
}