.clear {
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
/****************************************************************************/
/* contactUsII */
.qust_contach {
	width:60px;
	height: 180px;
	background: url(../images/suspend_button.gif) no-repeat;
	position: absolute;
	display: block;
	right: 5px;
	top: 15px;
	z-index: 9999;
-webkit-box-shadow: 0 0px 27px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0px 27px rgba(0,0,0,0.3);
	    box-shadow: 0 0px 27px rgba(0,0,0,0.3);
}

