/* copyright 2009 Linguisoft Inc. */

.content {
	padding: 0;
	margin: 0 2%;
}


/* @group basic rules */
/* */
/* Turn off borders on image links */

/* */
a:link, a:visited {
	text-decoration: none;
	color: #1a36d8;		
//  color: #42006B;
//	background: transparent;
 	border-bottom: #42006B;
	border-width: 0 0 1px 0;
	border-style: none none none none;
//	border-style: none none line none;
//	border-style: none none dotted none;
}
/* */


a:hover {
	text-decoration: underline;
	color: #CC3300;
	background: transparent;
	border-bottom: 1px solid #CC3300;
	border-color: #CC3300;
	border-style:none;
background: transparent;
}

a.noline:link, a.noline:visited {
	border-bottom: none;
}

a.noline:hover {
	text-decoration: none;
	color: #CC3300;
	background: transparent;
	border-bottom: none;
}


//img, img:hover {border:0; outline:0;}

/* */
.imgleft {
	float: left;
	position: relative;
	margin: 3px 12px 5px 0;
}

.imgright {
	vertical-align: middle;
	right: 0px;
	top: 0px;
	float: right;
	position: relative;
	margin: 0 0 0 4px;
}

li.inline {
	padding-left: 1.0em;
	margin: 0;
	display: inline;
	list-style: none;
	padding-right: 1.0em;
}

.clearb {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
}

.clearr {
	clear: right;
	display: block;
	padding: 0;
	margin: 0;
}

.inset {
	margin: 8px;
}

.leftindent {
	margin-left: 8px;
}

.nowhitespacewrap {
	white-space: nowrap;
}

/* @end */

/* @group forms */

fieldset {
	border: 1px dotted gray;
	padding: 0.5em;
	margin: 1.0em 0em 0em 0em;
}

.formcomponent {
	margin-bottom: 4px;
	clear: both;
	display: inline-block;
	width: 100%;
}

.formcomponenterror {
	color: black;
	margin-bottom: 4px;
	background: #FFCCCC;
	clear: both;
	display: inline-block;
	width: 100%;
}

.formcomponent div.right, .formcomponenterror div.right {
	float: right;
	padding: 0;
	display: inline;
	width: 40%;
	margin: 0;
	clear: right;
}

.formcomponent img, .formcomponenterror img {
	vertical-align: middle;
}

/* @end */

/* @group header */

#header {
	background: url(../images/bannerbg.png) repeat-x 0 12px;
	width: 100%;
	height: auto;
	padding: 0;
	margin: -12px 0 4px;
}

#header img.overlap {
	vertical-align: top;
	z-index: 1;
	margin: 0;
	position: relative;
	padding: 0;
	top: 12px;
}

#header img.right {
	z-index: 1;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 32px;
	margin: 0;
	float: right;
}

/* @end */

/* @group menubar */

.menubar {
	background: url(../images/navbg.gif) repeat;
	width: 100%;
	margin: 0;
	height: auto;
	display: block;
	padding: 0;
	position: relative;
}

.menubar a {
	border-style: none;
}

.menubar a:link, .menubar a:visited {
	color: white;
	text-decoration: none;
	border-style: none;
}

.menubar a:hover {
	color: #FFD700;
	border-style: none;
}

.menubar a:link.active, .menubar a:visited.active {
	color: #FFD700;
	border-style: none;
}

/* @group mainmenu */

.mainmenu {
	background: url(../images/navbg.gif) repeat;
	z-index: 1;
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
	min-height: 3.0em;
	height: auto;
	font-size: 100%;
	overflow: auto;
}

.mainmenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	float: left;
}

.mainmenu li a {
	display: block;
	line-height: 100%;
	padding: 1.0em 0.8em;
}

.mainmenu .submenu {
	display: none;
	position: absolute;
}

.mainmenu li:hover {
	background: url(../images/navbghover.gif) repeat;
}

.mainmenu li:hover ul {
	display: block;
}

/* @end */

/* @group submenu */

.submenu {
	background: black url(../images/subnavbg.gif) repeat;
	z-index: 3;
}

.submenu li {
	background: url(../images/subnavbg.gif) repeat;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	z-index: 4;
}

.submenu > li {
	float: none;
	z-index: 4;
}

.submenu li:hover, .submenu li a:hover {
	background: url(../images/subnavbghover.gif) repeat;
	color: #FFD700;
	z-index: 4;
}

.submenu li a {
	display: block;
	padding-right: 0.8em;
	padding-left: 0.8em;
	color: white;
	z-index: 4;
}

.submenu li a:hover {
	color: #FFD700;
	z-index: 4;
}

/* @end */

/* @end */

/* @group footer */

.footer {
	border-bottom: 1px solid #DDD;
	clear: both;
	text-align: center;
	border-top: 1px solid #DDD;
	display: block;
	padding: 4px;
	/* background: url(../images/navbg.gif) repeat; */
	color: white;
	font-size: 85%;
}

.footer_left {
	border-bottom: 1px solid #DDD;
	clear: both;
	text-align: left;
	border-top: 1px solid #DDD;
	display: block;
	padding: 4px;
	/* background: url(../images/navbg.gif) repeat; */
	color: white;
	font-size: 85%;
}
.footer_right {
	border-bottom: 1px solid #DDD;
	clear: both;
	text-align: left;
	border-top: 1px solid #DDD;
	display: block;
	padding: 4px;
	/* background: url(../images/navbg.gif) repeat; */
	color: white;
	font-size: 85%;
}


.footer a:link, .footer a:visited {
	color: #39629f;
	text-decoration: none;
	border-bottom: none;
	background: inherit;
}

.footer a:hover {
	color: #FFFF00;
	text-decoration: none;
	background: inherit;
}

.footer #notices {
	color: #BFBFBF;
	text-align: center;
	padding: 4px;
	margin: 2px 0 8px 0;
}

#notices a.w3cbtn {
	vertical-align: bottom;
	margin: 0;
	width: auto;
	text-align: left;
	text-decoration: none;
	background: #767C66;
	font: 80% sans-serif;
	color: white;
	border: 1px solid black;
	display: inline-block;
	padding: 1px;
}

#notices a.w3cbtn strong {
	margin: 0;
	padding: 0;
	background: white;
	color: #06c;
	font-weight: bold;
}

#notices a.w3cbtn:hover {
	color: white;
	background: black;
}

#notices a.w3cbtn:hover strong {
	color: black;
	background: #ccc;
}

/* @end */

/* @group home */

.homecontent {
	width:99%; // 64% // 74%
	float: left;
	margin: 0;
	padding: 0;
}

.homecontent p {
	color: #262626;
	background: white;
}

/* @end */

/* @group contentslider */

#slidercontainer {
	background-color: white;	/* background-color: #e6e6f2; */
	padding: 0;
	border: 2px solid gray;
	background-image: none;
	//background-image: url(/images/index/checkdoc.png);
	margin: 0.5em 0 0;
}

#slidercontainer p, #slidercontainer h1, #slidercontainer h2, #slidercontainer h3, #slidercontainer h4, #slidercontainer h5, #slidercontainer h6 {
	background: transparent;
}

#slidercontainer h1 {
	font-size: 130%;
}

#slidercontainer h2 {
	font-size: 125%;
}

#slidercontainer h3 {
	font-size: 120%;
}

#slidercontainer h4 {
	font-size: 115%;
}

#slidercontainer h5 {
	font-size: 110%;
}

#slidercontainer h6 {
	font-size: 100%;
	font-weight: normal;
}

#slidercontainer p {
	font-size: 90%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#slidercontainer ul {
	color: #262626;
	background: white;
	font-size: 90%;
	background: transparent;
	margin-left: 20px;
}

#slidercontainer ul li {
	color: #262626;
	margin-bottom: 0.3em;
	//list-style-image: url(../images/arrowbulletgrey.png);
	list-style-position: outside;
}

#slidercontainer ul li h1, #slidercontainer ul li h2, #slidercontainer ul li h3, #slidercontainer ul li h4, #slidercontainer ul li h5, #slidercontainer ul li h6 {
	display: inline;
}

#slidercontainer #flags ul {
	padding: 0;
	width: auto;
	height: auto;
	margin: 0.5em 0 0;
}

#slidercontainer #flags ul li {
	float: left;
	width: 16.0em;
	height: auto;
	display: list-item;
	list-style-image: none;
}

#slidercontainer #flags ul li img {
	vertical-align: middle;
	margin-right: 4px;
}

#slider {
	height: 505px;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

#paginate-slider {
	padding: 0;
	margin: 0 auto;
	width: auto;
	height: auto;
}

#slidertabs {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 100%;
	background: url(../images/navbg.gif) repeat;
}

#slidertabs ul {
	margin: 0;
	min-height: 1.2em;
	width: auto;
	height: auto;
	background-color: transparent;
	text-align: center;
	padding: 8px;
}

#slidertabs ul li {
	width: auto;
	list-style-image: none;
	padding: 0;
	display: inline;
	margin: 0;
	border-style: none;
}

#slidertabs ul li a {
	text-decoration: none;
	color: white;
	width: auto;
	line-height: 150%;
	white-space: nowrap;
	border-bottom-style: none;
	border-right: 1px solid gray;
	display: inline;
	margin: 0;
	padding: 0 0.5em 0 0;
}

#slidertabs ul li a.last {
	border-right-style: none;
}

#slidertabs ul a:link, #slidertabs ul a:visited, #slidertabs ul a:active {
	color: white;
}

#slidertabs ul li a:hover {
	color: #FFD700;
}

#slidertabs ul li a.selected {
	color: #FFD700;
}

/* @end */

/* @group sidebox-right */

.sidebox-right {
	width: 22%;				// 34%;
	text-align: left;
	font-size: 100%;
	clear: right;
	border: 1px solid #404040;
	float: right;
	padding: 0;
	background-color: #e6e6f2;
	margin-bottom: 0.5em;
	-webkit-text-size-adjust: 200%;
}

.sidebox-right h2 {
	color: #f1f1f1;
	width: 100%;
	text-align: left;
	font-size: 100%;
	margin: 0;
	text-indent: 4px;
	background: url(../images/colheaderbg.png) repeat;
	padding: 0.4em 0 0.4em 0;
}

.sidebox-right ul {
	margin: 0;
	padding: 4px;
}

.sidebox-right ul li {
	font-size: 95%;
	line-height: 140%;
	list-style: none;
	padding-bottom: 0.2em;
}

.sidebox-right ul li a:link, .sidebox-right ul li a:visited {
	list-style: none;
}

.sidebox-right#newsbox ul li, .sidebox-right#linksbox ul li {
	margin-left: 1.0em;
	list-style: none outside;
	padding-bottom: 0.2em;
	font-size: 85%;
	text-indent: -1.0em;
}

/* @end */

/* @group subscribe */

#subscribe {
	text-align: center;
}

#subscribe fieldset {
	font-size: 90%;
	padding: 4px;
	margin: 0;
	border: none;
	text-align: left;
}

#subscribe input {
	margin-top: 4px;
	margin-bottom: 4px;
}

#subscribe input.submit {
	display: block;
	margin: 4px auto 4px auto;
}

#subscribe p {
	font-size: 90%;
	text-align: center;
}

/* @end */

/* @group product-listing */

.product-listing {
	width: 100%;
	border-top: 1px dashed gray;
	-webkit-text-size-adjust: 200%;
	margin: 0;
	padding: 8px 0 0;
}

.product-listing#first {
	border-top: none;
}

.product-commentary {
	max-width:60.0em;
	margin-top: 0;
}

.product-listing .product-thumb {
	color: #262626;
	background: white;
	float: left;
	margin: 0;
	width: 45%;
	padding: 0;
}

.product-listing .product-thumb img {
	vertical-align: middle;
}

.product-listing .product-thumb a.noline img:hover {
	color: black;
	border-bottom: 1px none;
	background: white;
}

.product-listing .product-description {
	width: 50%;
	float: left;
	margin: 0 0 4px 4px;
}

.product-listing .product-description ul {
	color: #262626;
	background: white;
	padding-left: 1.25em;
	list-style: disc outside;
}

.product-listing .product-description ul li {
	font-size: 90%;
}

.more-links {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.product-listing .product-description .more-links ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

/* @end */

/* @group languages */

table#languages {
	width: auto;
	max-width: 100%;
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 1px dotted black;
}

table#languages caption {
	font-size: 110%;
	line-height: 110%;
	margin: 0 0 4px;
}

table#languages thead {
	padding: 0;
	margin: 0;
	background-color: #E5E5E5;
}

table#languages tbody {
	font-size: 90%;
}

table#languages th {
	text-align: left;
	vertical-align: middle;
	background-color: #E5E5E5;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table#languages tr {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}

table#languages td {
	padding: 4px;
	margin: 0;
	vertical-align: text-top;
}

table#languages th.lefttext, table#languages td.lefttext {
	text-align: left;
}

table#languages ul, table#languages ul ul, table#languages ul ul ul {
	padding: 0;
	list-style: none outside;
	margin-left: 1.25em;
}

/* @end */

/* @group products */

.product-content {
	margin: 0 0 0 27%;
	text-align: left;
	padding: 0;
	display: block;
	color: #262626;
	background: transparent;
	-webkit-text-size-adjust: 200%;
}

.product-content h2 {
	font-size: 130%;
}

.product-content ul {
	margin-left: 1.25em;
	list-style: disc outside;
	padding: 4px;
	background: transparent;
}

.product-content ul li {
	font-size: 100%;
	line-height: 140%;
	background: transparent;
}

.product-sidebox {
	color: black;
	width: 25%;
	text-align: left;
	float: left;
	padding: 0;
	min-width: 9.0em;
	margin: 0 8px 0 0;
	border: 1px solid #404040;
	background-color: #E6E6FA;
	-webkit-text-size-adjust: 200%;
}

.product-sidebox h1, .product-sidebox h2, .product-sidebox h3, .product-sidebox h4 {
	color: white;
	text-align: left;
	font-size: 100%;
	margin: 0 0 0.4em;
	padding: 0.4em 0 0.4em 4px;
	background: url(../images/navbg.gif) repeat;
}

.product-sidebox ul {
	padding: 0;
	margin: 0 0 0.4em 1.25em;
}

.product-sidebox ul li {
	font-size: 100%;
	line-height: 140%;
	list-style: none;
}

#product-name #li-product, #product-features #li-features, #product-writing #li-writing, #product-reference #li-reference, #product-userref #li-userref, #product-textmanip #li-textmanip, #product-languages #li-languages, #product-addons #li-addons, #product-reviews #li-reviews, #product-history #li-history, #product-requirements #li-requirements, #product-buynow #li-buynow {
	color: #CC3300;
	background: transparent;
}

.review, .testimonial {
	width: 98%;
	border: 1px dotted gray;
	font-size: 90%;
	padding: 0.50em;
	margin: 0.5em 0 0 0;
}

/* @end */

/* @group tour */

.tour {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 0;
	max-width: 50.0em;
	-webkit-text-size-adjust: 200%;
}

/* @end */

/* @group whatsnew */

.whatsnew {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 0;
	max-width: 50.0em;
	-webkit-text-size-adjust: 200%;
}

.whatsnew h1 {
	margin-top: 0.5em;
	font-size: 120%;
	line-height: 130%;
}

.whatsnew h2 {
	margin-top: 0.5em;
	font-size: 110%;
	line-height: 120%;
}

.whatsnew h3 {
	margin-top: 0.5em;
	font-size: 100%;
	line-height: 110%;
}

.whatsnew h4 {
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
}

.whatsnew p {
	margin-top: 1.0em;
	color: #262626;
	background: white;
	font-size: 90%;
}

.whatsnew ul {
	margin-left: 2.0em;
	margin-bottom: 1.0em;
	list-style: disc outside;
	font-size: 90%;
	color: #262626;
	background: white;
}

.whatsnew ul li {
	margin-top: 0.4em;
}

.whatsnew ol {
	margin-left: 2.0em;
	margin-bottom: 1.0em;
	list-style: decimal outside;
	font-size: 90%;
	color: #262626;
	background: white;
}

.whatsnew li code {
	font-size: 90%;
}

/* @end */

/* @group downloads */

.downloadsnav
{
	width: auto;
	margin-bottom: 4px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1.0em;
	padding-left: 1.0em;
	border: 1px gray solid;
	background-color: #E6E6FA;
	text-align: center;
}

.downloadsnav img {
	vertical-align: middle;
	padding-left: 4px;
	border-left: 1px gray dotted;
}

.downloadsnav img.first {
	vertical-align: middle;
	padding-left: 0;
	border: none;
}

.downloadcategory {
	border-style: dotted;
	border-width: 1px;
	border-color: gray;
	margin-bottom: 8px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1.0em;
	padding-left: 1.0em;
	-webkit-text-size-adjust: 200%;
}

.downloadcategory img {
	vertical-align: middle;
	padding-right: 4px;
}

.downloadcategory h1 {
	font-size: 120%;
	line-height: 120%;
}

.download-item {
	width: 100%;
	margin: 0.5em auto 1.0em;
	padding-top: 0.3em;
	border-top: 1px dashed gray;
	-webkit-text-size-adjust: 200%;
}

.download-item h1 {
	font-size: 120%;
	line-height: 120%;
}

.download-item h2 {
	font-size: 110%;
	line-height: 110%;
}

.download-item h3 {
	font-size: 100%;
	line-height: 100%;
}

.download-item .description {
	width: 60%;
	float: left;
	padding: 0;
	margin: 0;
}

.download-item .download {
	border-left: 1px dotted silver;
	float: left;
	width: 35%;
	padding-left: 1.0em;
	margin: 0;
}

.download-item .download a img {
	border-bottom-style: none;
	border-bottom-width: 1px;
	background-color: white;
	color: black;
}

.download-item .download a img:hover {
	font-size: 90%;
	color: black;
	border-bottom: 1px none;
	background: white;
}

.download-item p, .downloadcategory p {
	font-size: 90%;
	margin-top: 0.5em;
	margin-right: 1.0em;
	color: #262626;
	background: white;
}

.download-item ul, .downloadcategory ul {
	font-size: 90%;
	color: #262626;
	background: white;
	list-style-type: none;
	list-style-position: inside;
}

.download-item p.dlsize {
	padding-top: 0em;
	color: gray;
	padding-bottom: 0.5em;
	font-size: 85%;
	background: white;
	padding-left: 0em;
	margin: 0;
	padding-right: 0em;
}

.download-item .requirements {
	line-height: normal;
	color: black;
	background: white;
	margin-left: 1.0em;
}

.download-item p.note {
	font-size: 80%;
	line-height: normal;
	padding: 0em 1.0em 1.0em 1.0em;
	margin: 0;
}

div.old > *, div.old > * * {
	color: gray;
}

/* @end */

/* @group purchase,support,news,contact,company */

.purchase-item, .support-item, .news-item, .contact-item, .company-item, .developer-item, .tutorial-item {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.3em;
	width: 80%;
	max-width: 50.0em;
	border-top: 1px dashed gray;
	-webkit-text-size-adjust: 200%;
}

.purchase-item#first, .support-item#first, .news-item#first, .contact-item#first, .company-item#first, .developer-item#first, .tutorial-item#first {
	border-top: none;
}

.purchase-item h1, .support-item h1, .news-item h1, .contact-item h1, .company-item h1, .developer-item, .tutorial-item h1 {
	font-size: 120%;
	line-height: 120%;
}

.purchase-item h2, .support-item h2, .news-item h2, .contact-item h2, .company-item h2, .developer-item, .tutorial-item h2 {
	font-size: 110%;
	line-height: 110%;
}

.purchase-item h3, .support-item h3, .news-item h3, .contact-item h3, .company-item h3, .developer-item, .tutorial-item h3 {
	font-size: 100%;
	line-height: 100%;
}

.purchase-item p, .support-item p, .news-item p, .contact-item p, .company-item p, .developer-item, .tutorial-item p {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	color: #262626;
	background: white;
}

.purchase-item ul, .support-item ul, .news-item ul, .contact-item ul, .company-item ul, .developer-item, .tutorial-item ul {
	margin-left: 2.0em;
	margin-bottom: 1.0em;
}

/* @end */

/* @group press-release */

.press-release {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.3em;
	width: 80%;
	max-width: 45.0em;
	-webkit-text-size-adjust: 200%;
}

.press-release h1 {
	font-size: 120%;
	line-height: 120%;
	text-align: center;
	margin-top: 1.5em;
}

.press-release h2 {
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	font-style: italic;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

.press-release p {
	color: #262626;
	background: white;
	margin: 1.0em 0;
}

.press-release ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 1.0em 1.25em;
	padding-left: 1.5em;
}

.press-release ul ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0.5em 0 1.0em 1.25em;
	padding-left: 1.5em;
}

.press-release ul li {
	margin-bottom: 0.25em;
}

/* @end */

/* @group register */

.register {
	margin: 0;
	padding: 0;
	border-top: 1px dashed gray;
}

.register form {
	margin-top: 0.5em;
	display: block;
	clear: both;
	width: 100%;
}

.register form label {
	font-size: 100%;
	float: left;
	width: 9.0em;
	margin-right: 0.5em;
	text-align: right;
}

.register ul {
	color: #262626;
	background: white;
	font-size: 90%;
	padding-left: 1.25em;
	list-style: disc inside;
	margin-bottom: 0.5em;
}

.register .notes {
	margin-left: 5.0em;
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-right: 5.0em;
	margin-top: 0.5em;
}

.register .notes p {
	font-size: 80%;
	background: white;
	color: #666666;
}

/* @end */

/* @group requestserial */

.requestserial {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 50.0em;
	padding: 0;
	border-top: 1px dashed gray;
	-webkit-text-size-adjust: 200%;
}

.requestserial#first {
	border-top: none;
}

.requestserial h1, .register h1 {
	font-size: 120%;
	line-height: 120%;
	margin-top: 0.5em;
}

.requestserial h2, .register h2 {
	font-size: 110%;
	line-height: 110%;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

.requestserial h3, .register h3 {
	font-size: 100%;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

.requestserial h4, .register h4 {
	font-size: 90%;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

.requestserial p, .register p {
	margin-top: 1.0em;
	color: #262626;
	background: white;
}

.requestserial .notes {
	margin-top: 0.5em;
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: dashed;
}

.requestserial .notes p {
	font-size: 80%;
	background: white;
	color: #666666;
}

.requestserial form {
	margin-top: 0.5em;
	clear: both;
	display: block;
}

.requestserial form label {
	width: 8.0em;
}

.requestserial form input {
	margin-left: 0px;
}

/* @end */

/* @group request */

.request {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-top: 1px dashed gray;
}

.request#first {
	border-top: none;
}

.request h1 {
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 0.5em;
}

.request h2 {
	font-size: 110%;
	line-height: 110%;
	color: black;
	background: transparent;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.request h3 {
	font-size: 100%;
	color: black;
	background: transparent;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.request h4 {
	font-size: 85%;
	color: black;
	background: transparent;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.request form {
	margin-top: 0.5em;
	display: block;
	clear: both;
	width: 100%;
}

.request form label {
	font-size: 100%;
	float: left;
	width: 12.0em;
	margin-right: 0.5em;
	text-align: right;
}

/* @end */

/* @group requestkey */

.requestkey {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-top: 1px dashed gray;
}

.requestkey h1 {
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 0.5em;
}

.requestkey h2 {
	text-align: center;
	font-size: 110%;
	line-height: 110%;
	color: black;
	background: transparent;
	font-weight: 600;
}

.requestkey h3 {
	border-top: 1px dotted black;
	font-size: 100%;
	color: black;
	background: transparent;
	padding-top: 6px;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	font-weight: 600;
	text-align: center;
}

.requestkey h4 {
	text-align: center;
	font-size: 85%;
	color: black;
	background: transparent;
	font-weight: 600;
}

.requestkey p {
	margin-top: 0;
	color: #262626;
	background: white;
}

.requestkey .formcomponent, .requestkey .formcomponenterror {
	font-size: 90%;
}

.requestkey .formcomponent p, .requestkey .formcomponenterror p {
	font-size: 90%;
	margin-top: 0.0em;
	margin-left: 9.0em;
	color: #262626;
	background: white;
}

.requestkey .notes {
	margin-top: 0.5em;
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: dashed;
}

.requestkey .notes p {
	font-size: 80%;
	background: white;
	color: #666666;
}

.requestkey form {
	margin-top: 0.5em;
	display: block;
	clear: both;
	width: 100%;
}

.requestkey form label {
	font-size: 100%;
	float: left;
	width: 20.0em;
	margin-right: 0.5em;
	text-align: right;
}

/* @end */