body {
	margin: 0px;
	background-color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	width: 100%;
	height: 100%;
}
html {
	width: 100%;
	height: 100%;
}
.button {
	margin-top: 15px;
}
h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}
.icon {
	margin-right: 5px;
}
.required {
	margin: 0 0 3px 0;
	border-bottom: 1px solid  #999999;
	padding-bottom: 2px;
	padding-top: 2px;
}
#main {
	width: 260px;
	height: 400px;
	margin-left: -120px;
	margin-top: -240px;
	position: absolute;
	left: 50%;
	top: 50%;
}
a:link, a:visited {
	color: #999;
	text-decoration: none;	
}
a:hover {
	color: red;
}
