@charset "UTF-8";
.rpsampletextarea{
	background-color: #f9f9f9;
	line-height: 1.3em;
	border-radius: 5px;
	border: 1px #eee solid;
	margin-bottom: 20px;
	font-size: 1.0em;
	font-weight: normal;
	padding: 10px;
}
.rpsampletitlearea{
	background-color: #FFF6CE;
	line-height: 1.8em;
	border-radius: 5px;
	border: 1px #eee solid;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.marginh{
	padding: 3px;
}
.thumbnail {
	background-color: #F8F8F8;
	text-align: center;
}
 .thumbnail h4 {
	margin-top: 3px;
	margin-bottom: 6px;
	 font-size: 1em;
	 line-height: 1.5em;
	color: #333;
	text-align: left;
	 padding-left: 3px;
}
 .thumbnail p{
	margin: 0;
	color: #333;
	 font-size: 0.8em;
	text-align: left;
	padding-left: 3px;
}
 .thumbnail p.rpsold{
	color: red;
}