@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************* */
/* ICONS */

.inline_icon {
	vertical-align:top;
	margin-right:3px;
	display:inline;
}
.indented_icon {
	margin-left:23px;
}

.progress_bar {
	height:10px; 
	width:200px;
	background-color:#e7e7e7;
	margin-top:5px;
	margin-bottom:5px;
}
.progress_bar div {
	height:10px;
	background-color:#ff0000;
	width:0px;
}
.screen {
	padding:5px;
	border:2px solid #e7e7e7;
	background-color:#ffffff;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

