#jfm
{
	display: none;
	z-index: 10000;
	width: 620px;
}
	#jfm .close
	{
		display: block;
		position: absolute;
		right: 56px;
		top: 17px;
		width: 11px;
		height: 10px;
		background: transparent url('../images/jfm_close.gif') no-repeat 0 0;
		z-index: 10;
		cursor: pointer;
	}
	#jfm-top
	{
		position: relative;
		width: 620px;
		height: 59px;
		background: transparent url('../images/notepad_cap_top.png') no-repeat left top;
		z-index: 5;
	}
		#jfm h5
		{
			position: absolute;
			left: 223px;
			top: 10px;
			width: 175px;
			height: 30px;
			background: transparent url('../images/jfm_headline.gif') no-repeat 0 0;
			text-indent: -9999px;
		}
	#jfm-bottom
	{
		background: transparent url('../images/notepad_cap_bottom.png') no-repeat left bottom;
		width: 464px; /* 620px */
		padding: 0 78px 50px 78px;
		overflow: auto;
		text-align: left;
		font-family: 'Times New Roman', Times, serif;
		font-size: 15px;
	}
		#jfm-bottom p
		{
			margin: 20px 0;
			line-height: 1.3;
		}
#parents_home .col-left img { cursor: pointer; }