#pagetext label {
	font-size : 12px;
	color :  #497818;
	padding : 2px;
	margin : 20px 10px 0 80px;
 	display : block;
}

#sname, #semail, #scomment, #sselect, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color :  #497818;
	padding : 2px;
	margin : 0 0 0 80px;
	width : 250px;
	border : 1px solid #497818;
}
#sselect {
	width : 257px;
}

#pagetext optgroup {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 6px 2px 1px 2px;
	color :  #497818;
	font-style : normal;
	font-weight : bold;
}

#ssubmit, #sreset {
	width : 50px;
	line-height : 24px;
	text-align : center;
	margin : 20px 0 0 80px;
	padding : 2px 0 2px 0;
	color : white;
	background :  #497818;
	border : 1px solid white;
	font-size : 11px;
}
#sreset {
	margin : 20px 0 0 20px;
}
#moreoptions {
	float : right;
	margin : -20px 20px 0 0;
	padding : 1px 3px;
	background : white;
	border : 1px solid #497818;
}
