.pray-widget {
	position: relative;
	margin: 25px 0 25px;
	padding: 1px 0;
	width: 270px;
	min-height: 200px;
	color: #423430;
	background: url(images/pray_bgmid.png) repeat-y;
}

.pray-widget a {
	color: #900;	
}
	.pray-box-top,
	.pray-box-bot {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		font-size: 0;
		z-index: 1;
	}
	
	.pray-box-top {
		top: -10px;
		height: 10px;
		background: url(images/pray_bgtop.png) no-repeat;
	}
	.pray-box-bot {
		bottom: -10px;
		height: 194px;
		background: url(images/pray_bgbot.png) no-repeat;
	}

	.pray-cnt {
		position: relative;
		margin: 0 15px;
		z-index: 2;
	}
		.pray-cnt h2 {
			margin: 0 0 10px;
		}
		.pray-cnt ul {
			margin: 0 0 15px;
			padding: 0;
			list-style: none;
		}
			.pray-cnt li {
				margin: 0 0 10px;
				padding: 0;
			}
				.pray-cnt-meta {
					text-align: right;
					font-size: 10px;
				}
				.pray-cnt-meta ins {
					display: inline-block;
					margin: 0 0 0 5px;
					padding: 0 3px;
					text-decoration: none;
					color: #fff;
					background: #B39688;
					vertical-align: middle;
				}
				
		.pray-ctrl {
			height: 16px;
		}
		.pray-postmode .pray-ctrl {
			display: none;
		}
			.pray-ctrl-more {
				float:right;
			}

		.pray-req {
			display: none;
		}
		.pray-postmode .pray-req {
			display: block;
		}
			.pray-req textarea {
				margin: 0 0 10px;
				color: #423430;
				border: 1px solid #B39688
			}
			.pray-req-ctrl {
				height: 25px;
				text-align: center;
			}
				.pray-req-buttons {display: inline}
				.pray-req-procmode .pray-req-buttons {display: none}
				
				.pray-req-proc {display: none}
				.pray-req-procmode .pray-req-proc {display: inline}
				
.pray-listall {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.pray-listall li {
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
	}
