/*--- Portlet footer toolbar ---*/
.btn_livesupport_on{background-position: left -4px;}
.btn_livesupport_off{background-position: left -50px;}
.btn_livesupport_on, .btn_livesupport_off{	
	background-image: url(/Portlets/images/css/livesupport.png);
    background-repeat: no-repeat;
	height: 40px;
    width: 165px;
	cursor:pointer;
	margin-top:-6px;
	}

.btn_livesupportimg {
	background-image:url(/Portlets/images/css/livesupport_btn.png);
	background-position:-1px 0px;
	background-position-x: -1px; /* for ie  */
	background-position-y: 0px; /* -7%for ie  */
	width:160px;
	height:50px;
	}
	
.btn_livesupportimgoff {
	background-image:url(/Portlets/images/css/livesupport_btn.png);
	background-position:157px 0px;
	background-position-x: 157px; /* for ie  */
	background-position-y: 0px; /* -7%for ie  */
	width:160px;
	height:50px;
	}

	


