	#main_table {
		background: url(../images/table_bg.jpg);
		width: 770px;
		padding: 0px;
		}
	#footer {
		background: url(../images/bottombg.jpg);
		text-align: center;
		font-size: 10px;
		}
	#main_area {
		border: 0px;
		width: 100%;
		color: white;
		font-size: 11px;
		padding: 7px;
		}
		
#downloadmodal.yui-panel {
	border:none;
}

#downloadmodal.yui-panel .container-close {
	background: transparent url(../images/dl_close.gif) no-repeat scroll 0% 50%;
	height:20px;
	width:20px;
}

.dl-box {
	height:330px;
	width:500px;
	background:#fff url(../images/dl_bg.png) no-repeat;
}

.dl-box .inner-box {
	margin:10px;
}

.dl-box .inner-box .logo {
	width:100px;
	height:173px;
	float:left;
}

.dl-box .inner-box .dl-content {
	height:173px;
	float:left;
	width:350px;
	text-align:left;
}

.dl-box .inner-box .dl-content h1 {
	font-style:italic;
	font-size:22pt;
	text-align:left;
	margin-top:20px;
}

.dl-box .inner-box .dl-content .sub-title {
	font-size:16pt;
	font-color:white;
	color: #FFFFFF;
	text-align: center;
	width: 499px;
	padding-top: 20px;
}

.dl-box .inner-box .button {
	height:70px;
	clear:both;
	margin-bottom:10px;
	position: relative;
	top: -15px;
	text-align:center;
}

.dl-box .inner-box .button .form {
	margin:none;
}

#tou {
	margin-top:86px;
	height:230px;
	color:white;
	font-size:11px;
	padding:4px;
}

.terms {
	color:#CCCCCC;
	text-decoration:none;
	font-size: 9px;
	position: relative;
	top: -30px;
	text-align:center;
}
.terms a:link {
	color:white;
	text-decoration:none;
	font-size: 10px;
}

.terms a:hover {
	color:white;
	text-decoration:underline;
	font-size: 10px;
}

.step-container {
	margin:12px 0 24px 0;
	padding:0 0 24px 0;
	border-bottom:1px solid #ccc;
	clear:both;
	float:left;
	width:750px;
}

.step-container .step {
	float:left;
	font-size:14pt;
	margin-left:4px;
}

.step-container .middle {
	float:left;
	margin: 20px 0 0 5px;
	font-size:14pt;
}

.step-container .middle input[type="submit"] {
	height:35px;
	width:100px;
	font-size:12pt;
	
}
.step-container .screenshot {
	float:right;
	width:510px;
}

.step-container .large-screen {
	text-align:center;
}

.support {
	color:white;
	font-size:12px;
}

