.tbl_download {
	margin: 0px;
	width: 100%;
}

.tbl_download td.boxtitle {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #bcbcbc;
}

.tbl_download td {
	background-color: #f5f5f5;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 14px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.tbl_download a:hover {
	background-color: #F5F5F5;
}


.greybox {
	background-color: #f5f5f5;
	margin-top: 20px;
	padding: 30px;
}

.greybox p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.greybox h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #737373;
	font-weight: normal;
}

.greybox h5 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}


.licensetext {
	height: 200px;
	overflow: auto;
	visibility: visible;
	z-index: auto;
	display: block;
	border: 1px solid #B0B1B5;
	background-color: #FFFFFF;
	padding: 4px;
}

a.continua {
	text-decoration:none;
	display: none;
	background-image: url(/images/pul_continua.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 87px;
	height: 31px;
	padding: 0px;
	margin: 0px;
}
a.continua:hover {
	text-decoration:none;
	display: block;
	background-position: 0px -31px;
	width: 87px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
a.continua span {
	display: none;
}

div.continua_disabled {
	text-decoration:none;
	display: block;
	background-image: url(/images/pul_continue_disabled.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 87px;
	height: 31px;
	padding: 0px;
	margin: 0px;
}

form {
	padding:0;
	margin:0;
}