* { margin: 0; padding: 0; }
body {
	text-align: center;
	background-color: #000;
	color: #e5e5e5;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana;
}
	.wrapper {
		width: 915px;
		margin: 0 auto;
		text-align: left;
	}
	.content {
		width: 915px;
		float: left;
	}
a, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
form {
	float: left;
	clear: left;	
}
h1 {
	float: left;
	clear: left;
	font-size: 16px;	
	margin: 40px 5px 5px 5px;	
}
.title {
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 15px 0;	
}
.label {
	float: left;
	margin: 10px 0 0 0;
	line-height: 25px;	
	
}
table {
	margin: 5px;	
}
input { float: left; clear: left; margin: 5px 0 5px 0; padding: 2px; }
.text_field {  width: 300px; }
.button { padding: 2px 4p; margin-top: 15px;}
a:hover { text-decoration: none; }
p { float: left; clear: left; width: 100%; margin: 5px 5px 0 5px; }
.bold { font-weight: bold; }
.hidden { display: none; }
