/* CSS */

body
  { 
  background-color: #343434;
  background-image: url(images/pagebg.jpg);
  background-attachment: fixed;
  background-position: Left Bottom; 
  background-repeat: no-repeat;
  color: #fff;
  font-family: tahoma,arial,verdana;
  font-size: 11px;
  margin: 20px 0 0 0;
  }

#container {
	height:100px;
	}

a
	{
	color:#f00;
	text-decoration: none;
	}
td
	{ 
	color:#fff;
	font-family:tahoma,arial,verdana;
	font-size:11px;
	}
.box
	{
	background-image:url(images/boxtop.gif);
	background-position: Left Top; 
	background-repeat:repeat-x;
	}
.tdborder
	{
	background-image:url(images/boxbg.jpg);
	background-position: Center Center; 
	background-repeat:no-repeat;
	border-width:1px;
	border-color:#666;
	border-style:solid;
	}
.textfield
	{
	width:130px;
	border-width:1px;
	border-color:#000;
	border-style:solid;
	background-color:#666;
	font-size:11px;
	color:#fff;
	}
.button
	{
	height:20px;
	font-size:11px;
	font-family:Tahoma,sans-serif;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	border-style:solid;
	border-color:#fff;
	border-width:1px;
	}

hr {
	color:black;
	size:2px;
	}
