

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
}

#container{
	background-color:#FFFFFF;
	margin:0 auto;
	width: 604px;
}

#head{
	background: url('img/header.png') no-repeat center;
	height: 133px;
	margin-bottom: 8px;
}


#content {
	background-color: #dee7ef;
}
.content-box-header{
	background: url('img/content-box-header.png') no-repeat;
	height: 7px;
	font-size: 5px;
	line-height: 5px;
}

.content-box-footer{
	background: url('img/content-box-footer.png') no-repeat right;
	height: 7px;
	font-size: 5px;
	line-height: 5px;
	width: 604px;
}

.content-box {
	background: url('img/content-box.png') repeat-x;
	border-left: 1px solid #3b7b92;
	border-right: 1px solid #3b7b92;
	padding: 0px 38px;
	min-height: 145px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

.help-message{
	font-size: 11px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

.status-message{
	font-size: 11px;
	color: #52b9db;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}
#status-message{
	margin-top:6px; 
	padding: 0px;
	margin-bottom: 16px;
}

.progress-bar-container{
	height: 27px;
}
.progress-bar-container-left{
	background: url('img/progress-bar-container.png') 0 0;
	width: 5px;
	height: 27px;
	float: left;
}
.progress-bar-container-right{
	background-image: url('img/progress-bar-container.png');
	background-position: -5px 0px;
	width: 5px;
	height: 27px;
	float: left;
}
.progress-bar-container-middle{
	background: url('img/progress-bar-container-bg.png') repeat-x;
	background-position: -10px 0px;
	width: 512px;
	height: 27px;
	float: left;
	padding: 0px 2px;
}


#progress-bar{
	background: url('img/progress-bar-bg.png') no-repeat;
	margin: 0px auto;
	margin-top: 5px;
	width: 505px;
	height: 16px;
	padding-top: 1px;
	padding-left: 1px;
}


.progress-bar-left {
	background: url('img/progress-bar-left.png') no-repeat;
	height: 14px;
	width: 30px;
	float: left;
}
.progress-bar-right {
	background: url('img/progress-bar-right.png') no-repeat;
	height: 14px;
	width: 30px;
	float: left;
}
.progress-bar-middle{
	background: url('img/progress-bar-middle.png') repeat-x;
	height: 14px;
	width: 443px;
	float: left;
}

.download-button {
	background: url('img/download-button-bg.png') no-repeat;
	height: 43px;
	width: 208px;
	color: #11406f;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}

.download-button2 {
	background: url('img/download-button-bg2.png') no-repeat;
	height: 44px;
	width: 179px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
	text-decoration: blink;
}

p {
	background-color:#FFFEEF;
	border:1px dashed #EFEBC2;
	padding: 10px;
}

#footer{
	margin-top: 5px;
	text-align: right;
}

.clear {
	clear: both;
}
