@charset "utf-8";
/* CSS Document */

.special_class {
	position:relative;
	width:692px;
	background-color:#CCCCCC;
	margin: 0 0 15px 0;
}

.special_img {
	position:relative;
	float:left;
	width:220px;
	margin:5px 0 0 5px;
}

.special_txt {
	position:relative;
	float:right;
	width:440px;
	margin:5px  15px 0 0;
}

.special_txt h4 {
	margin:0 0 7px 0; 
	color:#935606;
	font-size:14px;
	font-weight:bold;
}

.terms {
	font-style:italic;
}