body {
	width:100%;
	height:100%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:62.5%;

}

#wrapper {
	text-align:center;
	margin:30px auto 50px auto;
	width:500px;
}

#header a {
	
	height:285px;
	text-indent:-9999px;
	display:block;
	margin-bottom:20px;
	
}

p {
		font-size:1.6em;
		line-height:1.6em;
		text-align:left;
}

p.error, #message  {
	margin-top:10px;
	text-align:center;
	padding:10px 0;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;

}

#message {
	padding:0;

}

#message p {
	padding:10px 0;
		text-align:center;
}

strong {
	font-weight:bold;
}

input, textarea {

	padding:5px 10px;
	font-style:italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.6em;
	line-height:1.6em;
	margin:5px 0;
	border:0;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}

textarea.text-input  {
	height:250px;
	margin-bottom:20px;
}


	input.text-input, textarea.text-input {
	width:488px;
	}
	
input#reset, input#submit {
	padding:10px 20px;
	text-decoration:none;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	cursor: pointer;
}
	
input#reset {
	float:left;
}


input#submit {
	float:right;
}

.clear {
	clear:both;
}

form {
	margin-top:20px;
}





