
#online-consultant {
	position: fixed;
	width: 348px;
	height: 411px;
	top: 11%;
	right: -500px;
	background: #555555;
	z-index: 49;
	border-radius: 12px;
	box-shadow: -1px 0px 22px #000;
	opacity: 0.0;
	-webkit-transition: right 0.5s ease-out 0.0s, opacity 0.5s ease-out 0.0s;
	-moz-transition: right 0.5s ease-out 0.0s, opacity 0.5s ease-out 0.0s;
	-o-transition: right 0.5s ease-out 0.0s, opacity 0.5s ease-out 0.0s;
	transition: right 0.5s ease-out 0.0s, opacity 0.5s ease-out 0.0s;
}

#online-consultant.shown {
	right: 2%;
	opacity: 1.0;
}

#online-consultant div {
	float: left;
}

.online-consultant-close {
	position: absolute;
	right: 11px;
	top: 6px;
	background-image: url("images/cross-mini-black.png");
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-out 0.0s;
	-moz-transition: background-color 0.2s ease-out 0.0s;
	-o-transition: background-color 0.2s ease-out 0.0s;
	transition: background-color 0.2s ease-out 0.0s;
}

.online-consultant-close:hover {
	background-color: #FCF901;
}

.online-consultant-close:active {
	background-color: #FFFC05;
}

.online-consultant-head {
	font-family: "Georgia";
	font-size: 15px;
	font-weight: bold;
	color: #fefefe;
	width: 70%;
	margin: 13px 15%;
	text-align: center;
}

.online-consultant-content {
	width: 100%;
	height: auto;
}

.online-consultant-content textarea {
	resize: none;
	float: none;
	display: block;
	background: #fff;
	border: 1px solid #000;
	border-radius: 9px;
	margin: 5px auto;
	width: 278px;
	color: #424242;
	font-family: "Georgia";
	font-weight: bold;
	font-size: 12px;
	padding: 8px 5px;
}

.online-consultant-content #online-consultant-messages {
	height: 155px;
}

.online-consultant-content #online-consultant-user-message {
	border-radius: 0px;
	height: 83px;
}

.online-consultant-footer {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}

.online-consultant-footer .yellow-button {
	font-size: 13px;
	margin-right: 4px;
}
