.tbl_search{
	width:950px;
	height:71px;
	margin-left: 25px;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
}
.left_search{
	width:5px;
	height:71px;
	float:left;
	background-image:url(images/search_left.png);
}
.center_search{
	width:940px;
	height:71px;
	float:left;
	background-image:url(images/search_center.png);
	background-repeat:repeat-x;
}
.right_search{
	width:5px;
	height:71px;
	float:right;
	background-image:url(images/search_right.png);
}
.search_content{
	color:#FFFFFF;
	font-weight:bold;
}
.search_input{
	float:left;
	width:700px;
	height:51px;
	margin-top:20px;
	margin-left:20px;
}
.div_search{
	float:left;
	margin-top:15px;
}
.btn_search{
	float:left;
	width:105px;
	height:33px;
	border:none;
	background-image:url(images/btn_blue.png);
	background-repeat:no-repeat;
	background-color:#136db3;
	font-weight:bold;
	color:#ffffff;
}
.btn_result {
	width:948px;
	height:1010px;
	margin-left: 25px;
	border:2px solid #c9e1f4;
}
.select_class{
	float:left;
	margin-left:0px;
	width:150px;
}
.select_subject{
	float:left;
	margin-left:0px;
	width:250px;
}
#menusubject{
	width:160px;
}
.order_result{
	height:30px;
	background-color:#eaf3fe;
}
.tbl_scorm {
	width:222px;
	height:225px;
	float:left;
	margin-left: 19px;
	margin-top:10px;
	border:solid 1px #c6c6c6
}
.page_scorm{
	width:948px;
	margin-top:5px;
	float:left;
}
.xstooltip {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
	
	width:200px;
    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}