div#home-homePageContent
{
	width:100%;
	min-height:200px;
	
}

form.sendPrayer {
	width:95%;
	margin:0 auto;
}

form.sendPrayer h4 {
	color:#3e2304;
	text-indent:10px;
}
form.sendPrayer textarea {
	padding:5px 10px;
	width:399px;
	height:247px;
	
	font-size:13px;
	line-height:17px;
	
	border:0;
	background:url('appProxy/prayer_bg.png') no-repeat;
}

form.sendPrayer p {
	text-align:center;
}

form.sendPrayer input {
	width:126px;
	height:36px;
	
	border:0;
	
	background:url('appProxy/send_prayer.gif') no-repeat;
	
	color:#fff;
	
	font-size:17px;
}

