@charset "utf-8";
/* CSS Document */


#chat_wrapper{
	width: 40%;
	float: right;
}
#eqd_support{
	width: 60%;
	
}

#eqd_chatbox{
	width: 300px;
	background-image: url(../Images/Content/ChatBG_Orange.png);
	background-repeat: no-repeat;
	height: 315px;
}

.LPform {
	border:0px solid #00388b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 85px;
	width: 185px;
	margin-top: 210px;
	margin-left: 15px;
}

#LPidentifier {
	display:none;
}

#lp_msgfield{
	resize: none;
	}
#textarea{
}

