/* CSS Document */

body
{
	/*background: url('images/background.jpg') top left repeat-x #000000;*/
	background: #000000;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

fieldset{
	border: 3px solid #333333;
	padding: 6px 0px 0px 25px;
}

fieldset legend
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC33;
}

input
{
	background: #000000;
	border: 2px dotted #C0C0C0;
	padding: 2px;
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	margin-bottom: 10px;
	margin-left: 10px;
}