body {
	background-color: #767676;
}
.head {
	font-family:"Comic Sans MS", cursive;
	font-size: 32px;
	color: #EE2725;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	text-align:center;
	
	
}
H2 {
	font-family: "Comic Sans MS", cursive;
	font-size:22px;
	font-weight:bold;
}
H3 {
	font-family: "Comic Sans MS", cursive;
	font-size:16px;
	font-weight:normal
	font-style:italic
	}

}
#commentspad{
	padding: 3px 3px 3px 3px;
}
form{
	background-color: #5f768b;
}
fieldset{
	border: 0px solid #000;
}
legend{
	font: bold 140%/1.6 Arial,sans-serif;
	color: #27518A;
}
fieldset label{
	float:left;
	display:inline;
	width:150px;
	line-height:16px;
	margin: 3px 10px;
	text-align:center;
	background: #FFF url("arrow.jpg") no-repeat right center;
}
input,textarea{
	margin:3px 0 8px;
	border-style:solid;
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;
	border-width:2px 1px 1px 2px;
	width:400px;
	height:150px;
}
input{
	height: 18px;
}
br{
	clear:left;
}
input#submit{
	margin: 10px 0 0 130px;
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
    border-width:1px 2px 2px 1px;
	background: #CCC;
	width:auto;
	height: auto;
}
