body {
	background-color: #1E1E1E;
	background-image: url(../images/background.png);
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
}

#dropshadow {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
#dropshadow2 {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgshadowrep.png);
	background-repeat: repeat-y;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 20px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}



#container {
	width: 900px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#header {
	width: 900px;
	height: 105px;
	background-image: url(../images/header.png);
}
#sidebar {
	height: 180px;
	width: 249px;
	float: left;
	background-image: url(../images/login_back.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#banner {
	height: 180px;
	width: 650px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#body {
	height: 500px;
	clear: both;
}
#body_text {
	width: auto;
	height: 260px;
	padding-top: 10px;
}

#download_box {
	height: 60px;
	width: 628px;
	margin-top: 40px;
	background-color: #F3F3F1;
	border: 1px solid #E3E3DF;
}

#download_box_image {
	float: left;
	height: 60px;
	width: 90px;
	padding-left: 5px;
}
#download_box_text {
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	width: 500px;
}
#textfield_outer {
	height: auto;
	width: 240px;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
#textfield_container {
	background-color: #F3F3F1;
	float: left;
	height: 340px;
	width: auto;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#download_box_button {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
