@charset "utf-8";
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	page-break-before: left;
}
fieldset {
	width: 540px;
	background-color: #333333;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	height: 430px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 20px;
	overflow: visible;
	visibility: visible;
}

.codeexample{
background-color:#FFFFCC;
border: 1px solid #E1E100;
}

