#top_box {
	position: absolute;
	top: 5px; left: 100px;
	z-index: 10;
	padding: 0px 0px;
	font-family: arial,sans-serif;
	font-size : 9pt;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid #999;
-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}	
#top_box ul{
	padding: 3px 10px;
	margin: 0px;
	background-color: #eee;
}
#top_box li{
	list-style: none;
	display:inline;
}
#top_box_header{
	padding: 2px 10px;
}

#btn_msg{
	position: absolute; 
	left: 10%;
	top: 20%;
 	background: #eee;
   	margin: 15px 0 0 15px;
  	width: 70%;
  	height: 30%;
  	border: none;
	font: bold 11pt arial, helvetica, sans-serif;
}  

#btn_reload_pt{
	position: absolute;
	left: 15%;
	top: 15px;
}  

#bound_text{
	position: absolute;
	left: 100px;
	top:80px;
}

#accord_pos{
	position: absolute;
	right: 100px;
	top:5px;
	/*
	font-size: 11px; padding: 3px 7px;     */
	font-size: 9px; vertical-align: top; white-space: nowrap;
	width:auto;
	min-width: 80px;
	max-width: 200px;
	 /* jun 12, amna asked     */
	max-height:100%;  overflow-y:auto; 
}
#accord_pos h3{
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

.theme_table{
	font-family: verdana,arial,sans-serif;
	font-size: 8px; vertical-align: top; /*white-space: nowrap;    */
}

