#box_container {
	display: block;
	width:500px;
	height:386px;
	border: 1px dotted gray;
	
	position:absolute;
	margin:-200px 0px 0px -250px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	
	
	overflow: auto;	
	
	background-color: #f5f5f5;
	/*background-color: #D7F5B0;*/
}

#header {
	font-weight: bold;
	display: block;
	padding-left: 8px;
	padding-top: 10px;
}

#box_screen {
	background-color: white;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 460;
	height: 320px;
	border: 1px dotted black;;	
}

#copyright {
	position: absolute;
	bottom: 3px;
	right: 20px;
	font-size: 12px;
}

.single_screen {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;	
}

#screen1 {
	display:block;
}

#screen2 {
	display:none;
	padding-top: 10px;
}

#screen3 {
	display:none;
}

#screen4 {
	display:none;
	padding-top: 10px;
}


.pseudo_button {
	background-color: #f0fef0;	
	background: url('images/bg_header.jpg');
	font-weight:bold;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	
	/*
	border-bottom: 1px solid #C5EE8E;
	border-top: 1px solid #C5EE8E;
	*/
}

#progress_desc {
	text-align: center;
}

#progress_log {
	background-color: white;
	border: 1px solid gray;
	display:block;
	position: absolute;
	width:447px;
	height:200px;
	left: 5px;
	bottom: 15px;
}

.log_message {
	clear:both;
	margin-top:0px;
	margin-bottom:0px;
}

#progress_done{
	display: none;
	text-align: center;
}

#report {
	display: block;
	overflow: auto;
	position: relative;
	width:450;
	height: 280px;
	padding-left: 4px;		
	padding-right: 4px;
}

#report_buttons {
	margin-top:6px;
	display:block;
	text-align: center;
}