/* CSS Document */
@import 'reset.css';
/*index.html*/

#pagewrapper {
	width:507px;
	padding:40px 0 30px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#pagewrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

.formfields{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #CCC;
}
.button{
	padding: 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
a.
