
#loginframe{
	float: right;
	margin-right: 40px;
	margin-top: 80px;
	width: 265px;
	background: #FEFEF2;
	border: 1px solid #888888;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
}

#download {
	width: 310px;
	height: 43px;
	border: 1px solid #263A1D;
	color: #FFFFFF;
	background: url(../img/downloadback.gif);
	background-color: #61A519;
	text-align: center;
	font-weight: bold;
	margin-left: 40px;
}

#downloadc {
	width: 310px;
	height: 43px;
	border: 1px solid #263A1D;
	color: #FFFFFF;
	background: url(../img/downloadback.gif);
	background-color: #61A519;
	text-align: center;
	font-weight: bold;
	margin: auto;
}

#download #icon {
	float: left;
	width: 40px;
	margin-top: 8px;
	margin-left: 10px;

}

#download #text {
	float: left;
	margin-top: 15px;
	width: 240px;
	text-align: center;
}

#download a {
	color: #FFFFFF;
}

#history {
	float: left;
	margin-top: 10px;
	width: 380px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

#history .icon {
}

#history .language {
	width: 30%;
}

#history .author {
	width: 40%;
}

#history .versioncol {
	width: 30%;
}

#history .releasecol {
	width: 40%;
}

#history .updatecol {
}

#history .topic {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decorationx: underline;
}

#history table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}

#history th {
	background: #EEEEEE;
	border-bottom: 1px solid #666666;
	text-align: left;
	color: #000000;
	height: 23px;
	width: 180px;
	vertical-align: middle;
	padding-left: 4px;
}

#history td { 
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	color: #666666;
	text-align: left;
	height: 23px;
	width: 180px;
	vertical-align: middle;
	padding-left: 4px;
}






