.learn_box_container {
	position: relative;
	float: left;
	border:1px solid #c0c0c0;
	border-radius:8px;
	width:244px;
	height:340px;
	background-color:#ffffff;
	margin:4px;
}
.learn_box_container.full_width {
	width:750px;
	height:300px;
}
.learn_box_container .title_bar {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
	float: left;
	font-family: Helvetica;
	font-size: 16px;
	line-height: 20px;
	text-indent: 6px;
	background-color: #c8d5e3;
	height: 24px;
	width: 100%;
	margin-left: -1px;
	padding: 6px 0px 4px 0px;
	text-align: left;
	font-weight: bold;
	color: #1e6ea6;
	margin: 0px;
}
.cedar .learn_box_container .title_bar {
	color: #5f4180;
}
.learn_box_container .image {
	width:230px;
	height:142px;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: 232px 142px;
	border:1px solid #1e6ea6;
	margin:4px;
}
.cedar .learn_box_container .image {
	border:1px solid #5f4180;
}
.learn_box_container .image.support {
	background-image: url('/images/learn_more_support.jpg');
}
.learn_box_container .image.aboutthedata {
	background-image: url('/images/learn_more_aboutthedata.jpg');
}
.learn_box_container .image.aboutus {
	background-image: url('/images/learn_more_aboutus.jpg');
}
.learn_box_container .content {
}
.learn_box_container .content .predict_text.link {
	font-size: 14px;
	margin:0px;
	min-height:16px;
	margin-left:8px;
}
