#req_demo_container{
	position:fixed;
	right:0;
	bottom:0;
	border:solid 1px #ccc;
	width:250px;
	background:rgba(255,255,255, 0.9);
	z-index: 2;
	font-family: Impact-Regular;
	color:#333;
	letter-spacing:1px;
	font-size:12px !important;
}
#req_demo_container h3{
	border-bottom:dotted 1px #ccc;
	padding-bottom:10px;
	width:92%;
	margin:15px 4% 5px 4%;
}
#req_demo_container h3 span{
	float:right;
	width:20px;
	height:20px;
	border:solid 1px #ccc;
	cursor:pointer;
	text-align:center;
	transform: rotate(45);
	display:block;
}

#req_demo_container h3 span:hover{
	display:block;

}

#req_demo_container form{
	padding:20px;
}
#req_demo_container input{
	margin:3px 0 10px;
	border:solid 1px #ccc;
	width:96%;
	padding:2%;
}
#req_demo_container button{
	margin:10px 0 10px;
	width:100%;
	padding:2%;
}