div.main{
	padding-left:40px;

}
div.prayTitle{
	background:url(appProxy/prayTitleBg.gif) no-repeat;
	widht:384px;
	height:25px;
	color:#3E2304;
	font-size:12px;
	font-weight:bold;
	margin-left:-15px;
	margin-top:45px;
	line-height:25px;
	text-indent:15px;
}
table.formTable{
	border-collapse:collapse;
	line-height:27px;
	color:#3E2304;
	font-size:12px;
	margin:0 auto;
	margin-top:5px;
	
}
table.formTable th{
	text-align:right;
	padding-right:7px;
}
table.formTable td.submitTd{
	text-align:center;
}
table.formTable input{
	border:1px solid #B3A18C;
	width:240px;
	height:22px;

}
table.formTable input.sendPray{
	background:url(appProxy/checkoutBtn.gif) no-repeat;
	color:white;
	width:126px;
	height:36px;
	border:none;
	cursor:hand;
	cursor:pointer;
	font-size:18px;
}

table.formTable input.paypal{
	background:url('https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif') no-repeat;
	
	width:122px;
	height:47px;
	
	border:0;
	
	cursor:hand;
	cursor:pointer;
}

table.formTable textarea{
	border:1px solid #B3A18C;
	width:240px;
	height:160px;
}