* {
	margin: 0;
	padding: 0;
}
a {
	cursor: pointer;
}
.clr {
	clear: both;
}
body {
	background: none no-repeat 0 0 #E3E3E3;
}
.liveChatBox {
	margin: 20px auto 30px;
	width: 90%;
}
.liveChatBox .bPageBlock {
	background: none;
	border: none;
	border-radius: none;
	padding: 0;
}
.liveChatBox .apexp .pbBody {
	margin: 0!important;
	padding: 0!important;
}
.blockTop {
	background: none no-repeat 0 0 #000;
	border-bottom: 4px solid #ECC200;
	color: #B3B3B3;
	font: bold normal 22px/16px Arial;
	padding: 15px;
}
.blockMid {
	background: none no-repeat 0 0 #EAEBED;
	font: normal normal 14px/18px Arial;
	padding: 15px;
}
.blockMid table {
	table-layout: fixed;
	width: 100%;
}
.blockMid td {
	display: block;
	width: 100%;
	float: left;
}
.liveChatBox h4 {
	color: #9B9B9B;
	display: block;
	font-size: 17px;
	padding: 20px 0 10px;
}
.blockMid input, .blockMid select {
	border: none;
	color: #000;
	margin: 0 0 10px;
	padding: 10px 1%;
	width: 98%;
}
.blockMid select {
	width: 100%;
}
.blockMid input[type="radio"] {
	height: 15px;
	vertical-align: top;
	width: 15px;
	padding: 0;
}
.blockMid table label {
	line-height: 16px;
}
.blockMid .startChatting {
	display: block;
	text-align: center;
}
.blockMid .startChatting input, .blockMid input#prechat_submit {
	background: url(images/prechat_icon.png) no-repeat 15px 5px #E9BF2F;
	border-radius: 8px;
	color: #000;
	font: normal normal 18px/18px Arial;
	text-transform: uppercase;
	padding: 15px 20px 15px 60px;
	width: auto;
}
.blockMid input#prechat_submit {
	background-image: none;
	padding: 10px 3%;
}
.blockMid a, .blockMid p.smaller {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}
.chatStatus .apexp, #loading {
	text-align: center;
} 
.chatStatus .apexp p.thankNote, #loading p.thankNote {
	color: #ECC200;
	font: bold 30px/30px Arial;
	padding: 0 0 5px;
}
.chatStatus .apexp p, #loading p {
	font: 19px/26px Arial;	
}
.imageContainer {
	margin: 10px 0;
}
.hideButton {
	display: none!important;
}
.liveAgentStateEnded .liveAgentAlert button{
	color: FFF;
	padding: 0 13px!important;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
span#offline{
	text-align: center;
	font-size: 13px;
	display: inline-block;
}


.chatBox #liveAgentChatLog{
	border: none;
	background: none no-repeat 0 0 #FFF;
	height: 240px;
	overflow-y: scroll;
	padding: 4% 3%;
	width: 94%;
	margin: 10px 0 0;
	color: #000;
	float: left;
}
#liveAgentChatLogText .client {
	word-wrap: break-word; 
	word-break: break-all;
	width: 100%;
}
#liveAgentChatLogText .operator strong{
	color: #0097DC;
	padding: 0 5px 0 0;
}
#liveAgentChatLogText .client strong{
	color: #FF0000;
	padding: 0 5px 0 0;
}
.chatBox{
	padding: 0 0 25px;
	float: left;
	width: 100%;
}
input#liveAgentChatInput{
	width: 70%;
	float: left;
	padding: 2%;
	margin: 0 10px 15px 0;
}
.liveChatBox .btn button, button.liveAgentChatElement, .liveAgentAlert button {
    background: none repeat scroll 0 0 #ECC200;
    border: medium none;
    color: #000;
    padding: 2% 3%;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    float: left;
}
button.liveAgentSaveButton {
	margin: 0 5px 0 0;
}
button.liveAgentSendButton{
	float: right;
}
.no_chat .buttonContainer{
	display: none;
}
#liveAgentClientChat.liveAgentState #waitingMessage{
	display: none;
}
#liveAgentClientChat.liveAgentStateWaiting #waitingMessage{ 
	display: block;
}
#suggestedEmail{
	color: #4A4A56;
    display: block;
    font-weight: bold;
    padding: 0 0 9px 336px;
}
#suggestedEmail a{
	color: #057ACB;
}
.liveChatBox #suggestedEmail{
	padding: 0 0 10px;
}
.newCase .buttonBox .formStatus{
	display: none;
}
#liveAgentMessageContainer {
	text-align: center;
}
.apexp .bPageBlock .error {
    border: 2px solid #CC0000;
}
span.chatError {
	color: #c00;
	padding: 0 0 5px;
	display: block;
}
.survey .blockTop h3 {
	color: #fff;
	font: normal normal 15px/16px Arial;
}
.survey .blockMid td {
	width: 50%;
	padding: 0 0 25px;
}
.requiredTextNew {
	display: block;
}
.survey .btn {
	background: transparent;
	border: 1px solid #ECC200;
	padding: 1% 3%;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
.survey .btn.active {
	background: #ECC200;
}
.survey textarea {
	border: none;
	max-width: 100%;
}
.submitRegion {
	float: left;
	width: 100%;
}
.survey .submitRegion .btn {
	background: #ECC200;
	color: #000;
	float: left;
	margin: 0 0 0 50%;
	width: auto;
}
/* Media Queries */
@media only screen 
and (min-width : 768px)
and (max-width : 1024px) {
	.blockMid input {
		padding: 10px 2%;
		width: 96%;
	}
}
@media only screen  
and (max-width : 767px) {
	.blockMid input {
		padding: 10px 3%;
		width: 94%;
	}
	.survey .blockMid td {
		width: 100%;
		padding: 0 0 10px;
	}
	.survey .blockMid tr {
		float: left;
		padding: 0 0 20px;
		width: 100%;
	}
	.survey .submitRegion .btn {
		margin: 0;
	}
	.survey textarea {
		width: 100%!important;
	}
	.survey .btn {
		padding: 2% 3%;
	}
}
@media only screen  
and (max-width : 350px) {
	.blockMid input {
		padding: 10px 5%;
		width: 90%;
	}
	.blockMid .startChatting input, .blockMid input#prechat_submit {
		font: normal normal 15px/18px Arial;
	}
	.survey .btn {
		margin: 0 10px 10px 0;
	}
}