@charset "utf-8";
/* CSS Document */

#frieze{
	width:94%;
	margin:2px auto;
}

#frieze h2{
	text-align:center;
}

.manualBox{
	width:86%;
	margin:2px auto;
	background:rgba(255,255,255,0.3);
	box-shadow:0px 0px 2px rgba(255,255,255,0.6);
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	border-radius:6px;
	padding:10px;
	text-align:left;
}

.friezetext{
	width:92%;
	margin:0 auto;
}


.nextstep{
	font-weight:bold;
	font-size:120%;
}

.complement{
	font-size:80%;
	text-align:left;
}

