* { margin: 0; padding: 0; list-style: none; text-decoration: none; }
body { 
	margin: 25px 0 25px 0; 
	font: normal 11px Trebuchet MS, Sans-serif; 
	background: #000;
	 color: #999; 
	text-align: center;
	line-height: 15px;

}
#container { width: 350px; margin-left: auto; margin-right: auto; border: 1px solid #666; padding: 250px 25px 25px 25px; background:  url("../media/images/top.png") no-repeat; text-align: left;
background-position: top right;  }
h1 { font: normal 20px Georgia, Sans-serif; margin-left: 45px; margin-bottom: 20px; }
h1 span.highlight { color: #efefef; }
h1 span.small { font-size: 11px; color: #333; }
h2 { margin-top: 15px; margin-left: -25px; padding-left: 20px; border-left: 5px solid #666; font: bold 11px Trebuchet MS, Sans-serif; }

a:link, a:visited, a:active {
  color: #efefef;
  text-decoration:none;
}

a:hover {
 color: #eeeeee;
}

.header {
	font-size: 14px;
	font-weight: bold;
}

input {
	background: #000;
	border: solid 2px #666;
	font: normal 12px Trebuchet MS, Sans-serif; 
	color: #666;
	padding: 2px;
}

input.button {
	background: #666;
	border: solid 1px #666;
	color: #000;
}

dl dt {
	float: left;
	margin-right: 5px;
}

div.feedback {
	font-weight: bold;
	color: #cc0000;
}