.chat-button-container {
	position: fixed;
	z-index:99999;
}

.chat-button {
	font-family: arial;
	font-size: 15px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 210px !important;
    display: block;
}

.chat-button--offline {
	background: #d1d1d1 url('live-chat.png') no-repeat 5%;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    padding: 10px;
    text-align: center;
    color: #fff;
    background-size: auto 70%;
    width: 120px;
}
.chat-button--online {
	background: #ed1c24 url('live-chat.png') no-repeat 5%;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-size: auto 70%;
    width: 120px;
}

.bottom-right {
	bottom:0px;
	right: 20px;
}

.bottom-left {
	bottom: 0px;
	left: 20px;
}

.top-right {
	top: 0px;
	right: 20px;
}

.top-left {
	top: 0px;
	left: 20px;
}