* {
	padding:0;
	margin:0;
}

/*------------------------ Redefinded HTML */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F3F3F3;
}
img {
	border:0;
}
h1 {
	font-size:1.6em;
	font-weight:normal;
	padding-bottom:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#000;
	font-size:1.2em;
	text-align:center;
	padding:1.2em 0 1em;
	border-top:0.06em solid #CDCDCD;
}
p {
	font-size:0.75em;
	margin-bottom:1.2em;
	line-height:1.4em;
}
td, th {
	font-size:0.75em;
	padding:0.5em;
}
a, a:visited, a:active, a:hover {
	color:#ff00cc;
}

/*------------------------ Structure */
#wrapper {
	margin:3em auto;
	width:31.25em;
	padding:1.6em;
	border:0.06em solid #EAEAEA;
	background-color:#FFF;
}

/*------------------------ Misc */
#logo {
	margin-bottom:1.6em;
}
.required {
	color:#FF0000;
}
#emailBy {
	 font-size:0.7em;
	 color:#C8C8C8;
	 margin-top:1.6em;
	 border-top:0.06em solid #E5E5E5;
	 padding-top:0.6em;
}
#emailBy a, #emailBy a:visited, #emailBy a:hover, #emailBy a:active {
	color:#C8C8C8;
	text-decoration:underline;
}

form label {
	font-size:0.75em;
}
