/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

.processBox {
	border: 5px solid #355E3B;
	background-color: #FFF;
	display: block;
	float: left;
	width: 28em;
	margin: 8pt 16pt 16pt 8pt;
	padding-bottom: 8pt;
}

.processBox li {
	list-style-position: inside;
	margin: 0 1em;
	border-bottom: 1px solid #355E3B;
	padding: 2px 4px;
	font-weight: bold;
	color: #355E3B;
}

.processBox li span {
	font-weight: normal !important;
	color: #000 !important;
	padding-left: .5em;
}

.browserBox {
	border: 5px solid #355E3B;
	background-color: #FFF;
	display: block;
	float: right;
	width: 17em;
	margin: 8pt 8pt 16pt 16pt;
	padding-bottom: 8pt;
}

.browserList {
	margin: 0 1em 1em;
	list-style-type: none;
}

li.separator {
	font-size: 0 !important;
	line-height: 0 !important;
	border-bottom: 1px solid #355E3B;
	margin-top: 2px;
	margin-bottom: 2px;
}

.browserName {
	font-weight: bold;
	float: left;
	padding-left: 4px;
	color: #355E3B;
}

.browserVersion {
	font-weight: bold;
	float: right;
	padding-right: 4px;
}

#valid {
	display: block;
	margin: 0 auto 1em;
	width: 176px;
}
