/*con_transparent_title.htm ------------------------------- */
.TransparentTitle {
	font: bold 14px Arial, Helvetica, sans-serif; /* change font title here */
	color: #000; /* change font color here*/
	display: block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc; /* change line's color under title here */
}

.TransparentContentPane {
	padding: 10px 0px 15px 0px;
	border-bottom: solid 1px #ccc; /* change line's color on the bottom of the container here*/
	margin-bottom: 15px;
}

/*con_transparent.htm ------------------------------- */
.ContainerContentPane 
{
	padding-bottom: 10px; 
}
