@charset "UTF-8";
@import "common.css";
#content #left {
	width: 600px;
	float: left;
	margin-right: 50px;
	color: #777;
}
#content #left h1 {
	font-size: x-large;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
	
}
#content #left h2 {
	font-size: large;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}
#content #left p {
	font-size: small;
	margin-bottom: 8px;
}
#content #right {
	float: left;
	width: 310px;
	color: #777;
}
#content #right h1 {
	font-size: large;
	margin-bottom: 8px;
	margin-top: 8px;
}
#content #right p {
	font-size: small;
	margin-bottom: 8px;
}
#content #right .block {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 7px;
	padding-bottom: 7px;
}
#content #right .block h1 {
	font-size: large;
}
#content #right .block p {
	font-size: small;
}
span.enlarge {
	font-size: 140%;
}
span.shrink {
	font-size: 60%;
}#left .formblock {
	background-color: #f9fbef;
	padding: 8px;
	clear: both;
	margin-top: 2px;
}
fieldset {
	border: 2px dashed #bfdb66;	
	margin-bottom: 10px;
}
#left .formtitle {
	width: 25%;
	padding-left: 25px;
	margin-right: 20px;
	float: left;
	font-size: small;
}
#left .element {
	float: left;
}
#left .formitem {
	border: 2px solid #ecf4d0;	
	padding: 5px;
	
	
}
#left legend {
	font-size: large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
ol {
	margin-top: 25px;
}
ol li {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: lower-alpha;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: small;
}
ol li.top {
	border-top-style: none;
}
ol li a {
	text-decoration: none;
	background-color: #ecf4d0;
	padding: 2px;
}
ol li a:hover {
	background-color: #bfdb66;;
}
