body
{
  background-color:#1a1a1a;
  background-image:url('../images/body.jpg');
  background-repeat:repeat-x;
  margin:0;
  text-align:center;
  font-family:Tahoma, Arial;
  font-size:12px;
  color:#9a9a9a;
}
.header
{
  width:998px;
  height:134px;
  display:block;
  background-image:url('../images/header.png');
  border-left:1px solid #444444;
  border-right:1px solid #444444;
  margin:auto;
  position:relative;
}
#logo
{
  width:317px;
  height:67px;
  display:block;
  background-image:url('../images/logo.png');
  float:left;
  position:absolute;
  top:30px;
  left:40px;
}
.aff_pub
{
  width:435px;
  height:102px;
  display:block;
  background-image:url('../images/aff_pub.png');
  position:absolute;
  top:15px;
  right:40px;
}
.left_p
{
  width:185px;
  height:65px;
  overflow:hidden;
  float:left;
  margin-left:15px;
  text-align:left;
  margin-top:25px;
}
.right_p
{
  width:185px;
  height:65px;
  overflow:hidden;
  float:right;
  margin-right:15px;
  text-align:right;
  margin-top:25px;
}
.menu
{
  width:998px;
  height:41px;
  display:block;
  background-image:url('../images/menu.png');
  border-left:1px solid #444444;
  border-right:1px solid #444444;
  margin:auto;
  position:relative;
}
.menu ul
{
  margin:0px;
  padding:0px;
  list-style:none;
}
.menu li
{
  height:31px;
  margin:0px;
  float:left;
  padding-right:25px;
  background-image:url('../images/menu_side.png');
  background-repeat:no-repeat;
  background-position:right top;
    padding-top:10px;
  
}
.menu li:hover
{
  background-color:#5b5b5b;
}

.menu a
{
  font-size:16px;
  color:white;
  text-decoration:none;
  text-shadow:black 0px -1px 0px;
  margin-left:25px;
}
.content
{
  width:958px;
  overflow:hidden;
  background-image:url('../images/content.png');
  background-repeat:repeat-x;
  background-color:#242424;
  border-left:1px solid #444444;
  border-right:1px solid #444444;
  margin:auto;
  position:relative;
  text-align:left;
  padding:20px;
}
.footer
{
  width:940px;
  height:82px;
  display:block;
  background-image:url('../images/footer.jpg');
  margin:auto;
  position:relative;
  text-align:left;
  padding-left:30px;
  padding-right:30px;
  padding-top:15px;
}
.footer span
{
  color:white;
  text-shadow:black 0px 1px 0px;
}
a
{
  color:white;
  text-decoration:none;
}
a:hover
{
  text-decoration:underline;
}
h2
{
  color:#2dae14;
  text-shadow:black 0px -1px 0px;
  font-size:20px;
  font-style:italic;
  margin-top:10px;
}
.input
{
    width:193px;
  height:19px;
  display:block;
  background-image:url('../images/input.png');
  border:none;
  font-size:14px;  
  padding:5px;
  color:#242424;
}
.form
{
  margin:auto;
}
.form td
{
  text-align:left;
}
.td_first
{
  text-align:right !important;
  padding-right:15px;
}
.submit
{
  height:24px;
  display:block;
  background-image:url('../images/submit.png');
  background-repeat:repeat-x;
  border:1px solid #113e00;
  color:white;
  text-shadow:#113e00 0px -1px 0px; 
  font-family:tahoma;
  font-size:11px;
  text-transform:uppercase; 
}
.errorMessage {
  margin-bottom: 10px;
  background-color: #FE9295;
  border: 1px solid #A80000;
  padding: 4px;
  display: block;
  color: maroon;
}
.goodMessage {
  margin-bottom: 10px;
  background-color: #C6FFAE;
  border: 1px solid #297B15;
  padding: 4px;
  display: block;
  color: #006C00;
}