

.chat {
	width: 250px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	right: 20px;
	background-color: #ffffff;
	padding: 3px 3px 0px 3px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	z-index: 50;
	box-shadow: 0px 0px 3px #949494;
	}

.chatSpBox1 {
	background-color: #96cb06;
	padding: 9px 12px 11px 12px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	}

.openChat {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 250px;
	height: 42px;
	}

.chatSpTri1, .chatSpTri2 {
	width: 15px;
	height: 15px;
	background-image: url('/srimages/greenSpTri.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	margin: 0px 0px 0px -15px;
	}

.chatSpTri1{
	left: 0px;
	}

.chatSpTri2 {
	background-image: url('/srimages/greySpTri.png');
	margin: 0px -15px 0px 0px;
	right: 0px;
	}

.closeChat {
	position: absolute;
	top: 9px;
	right: 10px;
	background-image: url('/srimages/closeChat.png');
	background-repeat: no-repeat;
	width: 23px;
	height: 24px;
	cursor: pointer;
	}

.chatMain {
	display: none;
	color: #747474;
	padding: 5px 10px 0px 10px;
	width: 230px;
	height: 255px;
	}

.chatPanel {
	width: 230px;
	height: 245px;
	position: relative;
	display: none;
	}

.chatPnlScroll {
	width: 230px;
	height: 210px;
	overflow: auto;
	}

.chatMain p {
	padding: 10px 0px 3px 0px;
	margin: 0px;
	}

.chatMain input {
	border: solid 1px #747474;
	width: 200px;
	padding: 2px;
	}

.submit1 {
	width: 115px;
	height: 30px;
	color: #ffffff;
	background-color: #96cb06;
	border: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	}

.cancelChat {
	width: 115px;
	height: 22px;
	border: 0px;
	background-color: #efefef;
	color: #000000;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 8px 0px 0px 0px;
	}

.speechBoxLeft, .speechBoxRight {
	background-color: #efefef;
	padding: 5px 10px 6px 10px;
	border-radius: 8px;
	margin: 10px 15px 10px 5px;
	position: relative;
	}

.speechBoxRight {
	background-color: #96cb06;
	color: #ffffff;
	margin: 10px 5px 10px 15px;
	}

#cp1 {
	display: block;
	}
#cp2 {
	display: none;
	}

.chatAdd {
	border-top: solid 1px #747474;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}

input.chatAddTxt {
	border: 0px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 200px;
	float: left;
	}

.submit2 {
	width: 28px;
	height: 28px;
	border: 0px;
	float: right;
	background-color: #96cb06;
	color: #ffffff;
	cursor: pointer;
	}

p.agentTyping {
	padding: 0px;
	font-style: italic;
	text-align: center;
	}

