.box .top {
	margin: 0; padding: 0 10px 0 0;
	background: transparent url(../images/shadow.gif) repeat-y right top;
}
.box .top h2 {
	margin: 0; padding: 14px 0 0 10px;
	background: transparent url(../images/shadow.gif) no-repeat left top;
	height: 25px;
	font-size: 16px;
	font-family: times new roman;
}
.box .top h2 span{
	color: #0082b6;
}
.box .bottom {
	margin: 0; padding: 0 15px 0 0;
	background: transparent url(../images/shadow.gif) repeat-y right bottom;
}
.box .bottom p {
	margin: 0; padding: 0 0 12px 5px;
	background: transparent url(../images/shadow.gif) no-repeat left bottom;
	line-height: 1px;
}

.box .p .content {
	margin: 0; padding: 0 0 0 15px;
	background: transparent url(../images/shadow.gif) repeat-y 0 -50px;/* align left - start 50px from the top */
}

.box .p .content p {
	margin: 0;
	padding:0;
	padding-bottom: 3px;
	padding-left: 3px;
}

.box .p {
	margin: 0; padding: 0 15px 0 0;
	background: transparent url(../images/shadow.gif) repeat-y 100% -50px;/* align right - start 50px from the top */
}