#contactWindowDiv {
 width: 400px;
 height: 292px;
 position: absolute;
 z-index: 999;
 top:40px;
 left:40px;
 background:#017CD1;
 text-align:left;
 padding:5px;
}

#contactWindowDiv table {
  overflow: hidden;
  border-collapse:collapse;
  border:0;
  width:100%;
  background: white;
}

#msgrTitle {
	background:#017CD1; 
	/*position:relative; 
	z-index:10;*/
	padding:5px 10px;
	color: white;
	font-weight:bold;
}

#msgrTitle td{
  padding-bottom:5px;
}

#msgClose {
 /*float:right;*/
  text-align: right;
  cursor:pointer;
}

#conversation {
	font-size:12px;
	padding:5px;
	overflow: auto;
	margin: 0 0 5px 0;
	height: 180px;
	color:black;
}

#conversation p {
	margin:0;
	padding:3px;
	border-bottom: 1px dashed #d1d1d1;
}

#conversation span.msgrmeMsg, #conversation span.msgryouMsg {
	font-weight: bold;
	padding-right:5px;
}

#conversation span.msgrmeMsg{
	color: #F58A2C;
}

#conversation span.msgryouMsg{
	color: #C61108;
}

#msgBox {
	border: 1px solid gray;
	display:block;
	height: 60px;
	width: 310px;
	margin: 3px;
}

#sendBtn {
	border-top: 1px solid #bcbbbf;
	border-right: 1px solid #979699;
	border-bottom: 1px solid #979699;
	border-left: 1px solid #bcbbbf;
	/*float:right;*/
	margin-right:3px;
	background: #D3D3D3;
	font-weight:bold;
	text-align:center;
	width: 70px;
	padding-top:10px;
	height: 50px;
	cursor: pointer;
	color:#616161;
}

#sideL, #sideR {
	top:0; right:0; position:absolute; width:5px; background: #017CD1; height:100%
}

#sideL {
	left:0
}

#msgFooter {
	bottom:0; 
	left:0; 
	position:absolute;
	height: 5px;
	width:100%;
	background: #017CD1;
}

.messengerClistItem {
  cursor: pointer;
  padding: 2px;
}

.messengerClistItemOver {
  background:#E4E5E9;
}





span.msgryouMsg {
  
}

span.msgrSystemMsg {
  color:red;
  font-weight:bold;
}

span.msgrStandardMsg {
  color:black;
}

#msgrStartMem {
  position: absolute;
  z-index: 999;
  cursor:pointer;
  top:30px;
  left:30px;
  background:transparent url(msgrLiveChat.gif) no-repeat top left;
  width:192px;
  height:67px;
}


