
*{
	margin:0;
	padding:0;
	
}
body {
	margin:0 5px 0 5px;
padding:0 5px 0 5px;
	text-align: left;
	font-family:	Arial,Helvetica,sans-serif;
	letter-spacing:0.2 pt;
		color:#000;
}

#comments p {
	line-height:1.6em;
		font-size:14px;
		margin-bottom:10px;
}

#comments form label {
	display: block;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#comments  input {
	background: url(http://www.turnerchapelame.org/images/site/input.jpg) no-repeat 0 0;
	width: 230px;
	height: 35px;
	border: none;
	margin:0;
	outline: none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	padding: 0px 10px 0 10px;
}

#comments textarea {
	background: url(http://www.turnerchapelame.org/images/site/comment.jpg) no-repeat 0 0;
	width: 430px;
	margin:0;
	height: 200px;
	border: none;
	outline: none;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#comments #submit_comment {
	width: 200px;
	height: 30px;
	background: url(http://www.turnerchapelame.org/images/site/post_comment.jpg) no-repeat 0 0;
	display: block;
	text-indent: -10000px;
	margin: 0 0 40px 0;
}


