body{
	background-color:#F7F6F6;
	color:#404040;
	font:13px Helvetica, Arial;
}

h1{
	font:72px Georgia, "Times New Roman", Times, serif;
}

label{
	width:125px;
	float:left;
	margin:5px 0px;
}

input{
	height:30px;
}

textarea{
	height:200px;
}

input, textarea{
	background:#fff;
	border:1px solid #999;
	margin:5px 0px;
	width:952px;
	font:24px Helvetica, Arial;
	color:#999;
	padding:8px 0px 0px 8px;
}

a{
	color:#404040;
	font:18px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#the_header{
	text-align:center;
}

#container{
	width:960px;
	margin:0px auto;
	margin-top:50px;
}

#comment_preview{
	background-color:#fff;
	padding:20px;
	min-height:100px;
	margin-top:50px;
	border:1px solid #999;
	width:920px;
	overflow:hidden;
}

#preview_gravatar{
	float:left;
	margin:0px 15px 0px 0px;
}

#preview_name{
	margin-bottom:5px;
}