#support-button{
	color:#555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-weight: bold;*/
	font-size:12px;
	display: block;
	position: fixed;
	right:24px;
	bottom:0;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 3px 3px 0 0;
	border-bottom:0;

	box-shadow: 0 0 5px rgba(0,0,0,0.2);

	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	width:177px;

}
#support-button a, #support-button img{
	display: block;
}
#support-button:hover{
	border-color: #bbb;
	color:#333;
}
#support-button:active{
	background: #e6e6e6;
}
#support-button .support-button-close{

	display: block;
	float:right;
	font-weight: bold;
}
*+html #support-button .support-button-close{
	margin-top: -15px;
}
#support-button.state-collpsed .support-button-close{
	display: none;
}
.support-button-title{

	text-align: left;
	padding: 4px 4px;
	padding-left: 20px;
	text-shadow: 0 1px 0 #fff;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;

}
