* {
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
}

HTML {
	font-family:"Open Sans", sans-serif;
}

BODY {
	color:#666;
	font-size:10px;
}

H2 {
	font-size:3.2em;
	text-transform:uppercase;
	font-weight:100;
	color:#4DB3A4;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #DDD;
	text-align:center;
}

P {
	font-size:1.6em;
	font-weight:300;
	margin-bottom:1.0em;
	text-align:center;
}

P A {
	text-decoration:none;
	color:#4DB3A4;
}

P A:hover {
	text-decoration:underline;
}

#main {
	width:480px;
	min-height:304px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-152px 0px 0px -240px;
}

FIELDSET {
	border-top:dashed 1px #DDD;
	padding:20px 0px;
	text-align:center;
}

LABEL {
	display:inline-block;
	font-size:1.2em;
	text-transform:uppercase;
	height:32px;
	line-height:32px;
	margin-right:10px;
	width:80px;
	color:#4DB3A4;
	text-align:left;
}

INPUT {
	display:inline-block;
	border:solid 1px #CCC;
	border-radius:5px;
	height:30px;
	line-height:30px;
	text-indent:4px;
}

BUTTON {
	display:block;
	float:right;
	width:120px;
	height:32px;
	background:#4DB3A4;
	color:#FFF;
	cursor:pointer;
	text-transform:uppercase;
}