/* ASSET */
body#asset {
}
body.legal {
}
body.privacy {
}
body#asset h1 {
	background-image: url(../images/asset/pacemaker.png);
}
div#context_asset {
	background-color: #f8f7f7;
	padding: 11px;
}
div#head_asset {
	background-color: #f8f7f7;
	position: relative;
	height: 102px;
}
body.leagl h2 {
	background-image: url(../images/asset/legal.png);
	position: absolute;
	left: 11px;
	top: 50px;
	z-index: 9999;
}
body.privacy h2 {
	background-image: url(../images/asset/privacy.png);
	position: absolute;
	left: 11px;
	top: 50px;
	z-index: 9999;
}
body#asset h3 {
	background-color: #d7d7d7;
	color: #262626;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 100%;
	font-size: 11px;
}
div#context_asset p {
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
}
