#courcePlan {
	padding: 0px;
	margin-bottom: 15px;
	clear: both;
}

#courcePlan dl {
	width: 166px;
	border: 1px solid #999966;
	float: left;
}

#courcePlan dt {
	padding: 0px;
}

#courcePlan dd {
	padding-right: 5px;
	padding-left: 5px;
	min-height:350px;
	height:auto !important;
	height:350px;
}


.caution {
	font-size: 90%;
	line-height: 1.2em;
	color:#FF0000;
	padding-left:1em;
	text-indent:-1em;
	padding-bottom:10px;
}