@import url(/css/default.css);
@import url(/css/forms.css);
@import url(/css/body.css);
@import url(/css/sub.css);
@import url(/css/content.css);
@import url(/css/nav.css);
@import url(/css/scrollbar.css);
@import url(/css/cms.css);
@import url(/css/infotable.css);

dl.img {
	position: absolute;
	z-index: 2;
	top: -110px;
	right: 0;
	width: 400px;
	overflow: hidden;
	text-align: center;
}
dl.img dd {
	margin-top: -40px;
	padding: 3pt 0 3pt 100px;
	border: 1px solid #9b8;
	background: #c0de90;
	font-weight: bold;
	opacity: 0.5;
}

fieldset {
	padding: 12pt;
	border: 3px solid #d9e5f0;
}
fieldset legend {
	padding: 3pt 6pt;
	color: #911;
	font-weight: bold;
}
fieldset dl {
	width: 100%;
	border: 2px solid #d9e5f0;
	border-width: 0 0 0 0;
}
fieldset dt {
	clear: both;
	float: left;
	position: relative;
	top: -2px;
	z-index: 0;
	padding: 1pt .5%;
	width: 32%;
	text-align: right;
}
fieldset dd {
	clear: right;
	float: left;
	padding: 1pt .5%;
	/*width: 65.9%;*/
	display: inline-block;
	text-align: left;
}
fieldset dd:after, fieldset dl:after {
	clear: both;
	display: block;
	content: " ";
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}
fieldset dt textarea {width: 100%;}

input, textarea, label, select, option {
	font: menu;
	font-size: 1em;
	line-height: 120%;
}
label {border-bottom: 1px solid #bcd;}

.code, pre {
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 12pt 0;
	padding: 1%;
	width: 97.5%;
	opacity: 0.75;
	overflow-x: auto;
	max-height: 250px;
	overflow-y: auto;
	white-space: pre;
	text-align: left;
}
.code, pre, code {
	background: #bcd;
	border: 1px solid #abc;
	border-color: #def #abc #abc #def;
	font: 8pt 'Lucida Console', Monaco, monospace;
	line-height: 150%;
}
.code h4, pre h4, .code h5, pre h5, .code h6, pre h6, .code em, pre em {
	display: inline;
	color: #060;
	font-weight: bold;
}


input[type=submit] {
}
input[type=reset] {
}
fieldset p {
	padding: .25em 1em;
}
fieldset h2 {
	padding: .5em 0;
	color: #036;
	text-align: right;
}
fieldset h2.small {
	padding-bottom: 0;
	font-size: 1.3em;
	line-height: 100%;
}
fieldset h2 span {color: #362;}