p {
	line-height: 1.5em;
}
span.error {
	border: 2px solid #FF4500;
	padding: 3px 6px;
}
table {
	border: none;
	padding: 0;
	margin: 0;
}
table td {
	vertical-align: baseline;
	white-space: normal;
	padding: 3px;
}
/*
 	Main box
*/
div.setup-box {
	width: 820px;
	border-bottom: 1px solid #c1c1c1;
}
h1 {
	font-weight: normal;
	color: white;
	background-color: black;
	margin: 0;
	padding: 4px 30px;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 17px 0 7px 0;
	padding: 0;
	color: #323232;
}
div.setup-vertical-spacer {
	/*keeps a min height of setup-body*/
	float: left;
	height: 290px;
	width: 30px;
	/*background-color: lime;*/
}
div.setup-body {
	float: left;
	width:790px;
	/*background-color: Yellow;*/
}
div.setup-footer-buttons {
	margin: 14px 0 0 30px;
}
/*
 	license agreement
*/
div.setup-license-agreement-text {
	width: 90%;
	height: 140px;
	border: 1px solid #C2C2C2;
	padding: 4px 8px;
	overflow: auto;
}
div.setup-license-agreement-text h5 {
	margin: 0;
	padding: 0;
}
/*
	trial selection
*/
table.setup-trial-selection td {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	padding: 7px;
	padding-right: 30px;
	/*width: 190px;*/
	cursor: pointer;
	/*background-color: #f6f7ff;*/
}
table.setup-trial-selection td.active {
	background-color: #f0f2ff;
}
table.setup-trial-selection span {
	font-size: 1.2em;
	font-weight: bold;
}
table.setup-trial-selection ul {
	margin: 7px 0 0 21px;
	/*border: 1px solid Red;*/
}
table.setup-trial-selection li {
	/*background-color: yellow;*/
	padding: 1px 0;
}
