@charset "utf-8";
/* CSS Document */
div#searching {
	width:75%;
	margin:auto;
	margin-top:50px;
	text-align:center;
	border: 1px solid #71B7F0;
	border-bottom-style:outset;
}
div#header {
	padding: 0 0 5px 0;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
}
div#header #title {
	padding-top:2px;
	color:#0147EB;	
}
div#header #status {
	color:red;

}
div#progress_bar {
	background-color:#C1E0F9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
}
div#outside_bar {
	width:90%;
	height:30px;
	margin:auto;
	text-align:left;
	border-width:1px;
	border-style:outset inset inset outset;
	border-color:#000000;
	
}
div#inside_bar {
	width:0;
	height:100%;
	border:none;
	margin:0;
	padding:0;
	background-color:#0066ff; /*This set up color for the progress bar. */
}

div#search_result {
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	background-color: #7DCBFF;	
	
}
div#search_result #result_inside
{
	width:80%;
	padding:10px 0;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	line-height:1.9;
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	margin:auto;
	
	
}

	
