div.eula#maincontent {
	width:920px;
}
.center {
	text-align: center;
}
#maincontent h3 {
	clear:both;
}
#maincontent h3.cap {
	border:0;
}
div.noscriptdiv {
	margin:1em 0;
	text-align:center;
	width: 670px;
	border:2px solid #F00;
	padding: .5em 10px;
	color: #F00;
	font-weight: bold;
}

div#download {

	float:left;
	width:340px;
	min-height:190px;
}
div#download form {
	margin-top:10px;
}
div.pkg {
	padding-left:150px;
	width:190px;
	float:left;
}

/* Download Button */
a.freetrial {
	width:240px;
	height:55px;
	display:block;
	background: url(../img/btn_freetrial_base.png);
	text-indent: -9999px;
}
a.freetrial:hover {
	background: url(../img/btn_freetrial_hover.png);
}

a.dlnow {
	width:180px;
	height:41px;
	display:block;
	background: url(../img/btn_dlnow_base.png);
	text-indent: -9999px;
}
a.dlnow:hover {
	background: url(../img/btn_dlnow_hover.png);
}

/* margin */
.mgb {
	padding-bottom:2em;
}

/* clearfix CSS Hack */
.clearfix:after {	/* for Modern Browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	/* for IE7 and MacIE5 */
	display: inline-block;
}
* html .clearfix {	/* for IE5-6 */
	height: 1%;
}
.clearfix {	/* for MacIE5 */
	display: block;
}