
table#KasiaMsg td.KasiaHeader {
	background-color:#f8b311;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: white;
	font-weight: normal;
	font-family: "Trebuchet MS", "Helvetica";
	letter-spacing: -0.7px;
	padding: 1px
}

table#KasiaMsg {
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 12px;
	line-height: normal;
	width: 600px;
	background-color: #FFF9DA;
}

table#KasiaMsg td {
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	padding: 4px;
	text-align: left;
}

table#KasiaMsg td.user {
	width: 180px;
}

table#KasiaMsg td.user div.data {
	text-align: left;
	float: left;
	margin-left: 5px;
}

table#KasiaMsg td.user div.avatar {
	line-height: 63px;
	height: 65px;
	width: 65px;
	float: left;
	border: none;
	text-align: center;
}

#CloseKasiaMsg {
	cursor: pointer;
	text-align:right;
	color:grey;
	font-size:15px;
	padding-right:5px;
}

#sticky {
  background-color: transparent;
  -moz-border-radius: 0.5ex;
  -webkit-border-radius: 0.5ex;
  border-radius: 0.5ex;
  z-index:104;
  position:absolute;
  margin:auto;
  top:300px;
  color: #000;
  font-size: 2em;
  width: 968px;
  }
#sticky.stick {
  -moz-border-radius: 0 0 0.5em 0.5em;
  -webkit-border-radius: 0 0 0.5em 0.5em;
  border-radius: 0 0 0.5em 0.5em;
  position: fixed;
  top: 0;
  z-index: 104;
  }
table#KasiaMsg a, .messageItem .messageContent.KasiaMsg a { 
	color: #06f;
}

