#demo{
	float: left;
	position: relative;
	height: auto;
	width: 1000px;
	text-align: left; 
	color: black;
	margin: 0px 5px;
	padding: 0px 20px;
	}
#info2{
	float: right;
	position: relative;
	overflow: hidden;
	top: -5px;
	right: 110px;
	height: 100px;
	width: 400px;
	background-color: #FEB748;
	display: none;
	}
#info{
	float: left;
	position: relative;
	overflow: hidden;
	height: 100px;
	background-color: #FEB748;
	display: none;
	}
.info_Z{
	background-color: #E6F7FF;
	text-align: justify;
	font-weight: normal;
	margin: 5px 40px;
	padding: 10px 15px;
	display: none;
	}
.info {
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	color: black;
	}
.required0{
	height: 22px;
	width: 153px;
	}
.required5{
	display: none;
	position: absolute;
	left: -500px;
	}
ul {
	list-style: disc;
	}
li {
	cursor: pointer; 
	cursor: hand;
	text-decoration: none;
	}
li:hover{
    color:#FEB748;
	}
a:hover{
	color:#FEB748;
	}
a {
	text-decoration: none;
	color: black;
	}
.comment {
	background-color: #fafafa;
	padding: 15px;
	margin: 20px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	}
.image_demo1{
	float: right;
	width: 150px;
	height: 175px;
	margin: 0;
	padding: 10px 24px 0px 0px;
	position: relative;
	}