#onlinelistbox{
	margin-right:20px;
	position: fixed;
	position:expression("absolute");
	width: 240px;
	display:block;
	min-height:22px;
	background-color: #ffffff;
	bottom:0px;
	right:0px;
/**/ 
-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);

}

div.onlinelisttitle{
	display:inline-block;
    top:0px;
 	width: 100%;
    background: #d4d3e6;
    background: -moz-linear-gradient(top, #d4d3e6 0%, #849fc7 100%);
    background: -webkit-linear-gradient(top, #d4d3e6 0%,#849fc7 100%);
    background: linear-gradient(to bottom, #d4d3e6 0%,#849fc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d3e6', endColorstr='#849fc7',GradientType=0 );
    color: #FFF;
    text-align: center;
	font-size: 14px;
	min-height: 22px;
	-webkit-box-shadow: inset 0px -1px 7px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: inset 0px -1px 7px 0px rgba(0,0,0,0.59);
	box-shadow: inset 0px -1px 7px 0px rgba(0,0,0,0.59);

}
 
span.onlinelisttitle{
	display:inline-block;
	padding: 5px 5px 5px 5px; /**/
	width:100%;
}

.onlinelistcontent {
	position:relative;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:300px;
	overflow-y:auto;
	overflow-x:auto;
	padding:2px;
	background-color: #ffffff;
	line-height: 1.3em;
	height:300px;
	display:inline-block;

}

.onlinelistcontent ul{
	position:relative;
	background-color: #ffffff;
	top:0px;
 	width: 182px;

}

.onlinelistcontent ul li{


}
.onlinelistcontent ul li{


}

#chatboxOnlineUser{
	position: fixed;
	position:expression("absolute");
	width: 200px;
	display:none;
}




div.chatboxtitle{
	display:inline-block;
    top:0px;
 	width: 100%;
    background: #d4d3e6;
    background: -moz-linear-gradient(top, #d4d3e6 0%, #849fc7 100%);
    background: -webkit-linear-gradient(top, #d4d3e6 0%,#849fc7 100%);
    background: linear-gradient(to bottom, #d4d3e6 0%,#849fc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d3e6', endColorstr='#849fc7',GradientType=0 );
    color: #FFF;
    text-align: center;
	font-size: 14px;
	min-height: 22px;
	-webkit-box-shadow: inset 0px -1px 7px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: inset 0px -1px 7px 0px rgba(0,0,0,0.59);
	box-shadow: inset 0px -1px 7px 0px rgba(0,0,0,0.59);

}
 

span.chatboxtitle{
	display:inline-block;
	padding: 5px 5px 5px 5px; /**/
    float: left;
    width: 80%;
}

span.chatboxclose{
	display:inline-block;
	padding: 5px 5px 5px 5px; /**/
    float: right;
    width: 10%;
}


.chatbox {
	margin-right:20px;
	position: fixed;
	position:expression("absolute");
	/* margin-right:20px; */
	position: fixed;
	position:expression("absolute");
	width: 240px;
	display:block;
	min-height:22px;
	background-color: #ffffff;
	bottom:0px;
	right:20px;
/**/ 
-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);

}

div.chatboxinput {
/* 	padding: 5px; */
	width: 226px;
	height:75px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	display:inline-block;
}

.chatboxinput textarea{
/* 	padding: 5px; */
	position:relative;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	display:inline-block;
	width: 226px; 
	height: 75px;
}


.chatboxhead {
    background-color: #f99d39;
    padding: 0px;
    min-height: 20px;
/*    color: #ffffff;
    border-right: 1px solid #f99d39;
    border-left: 1px solid #f99d39; */
	background: #d4d3e6;
	width:200px;
    background: -moz-linear-gradient(top, #d4d3e6 0%, #849fc7 100%);
    background: -webkit-linear-gradient(top, #d4d3e6 0%,#849fc7 100%);
    background: linear-gradient(to bottom, #d4d3e6 0%,#849fc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d3e6', endColorstr='#849fc7',GradientType=0 );
    color: #000;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	position:relative;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	
	overflow-y:auto;
	overflow-x:auto;
	 padding:1px; /**/
	background-color: #ffffff;
	line-height: 1.3em;
	height:215px;
	width: 218px; 
	display:inline-block;
}



textarea.chatboxtextarea{
	position:relative;
	display:inline-block;
}

.chatboxtextarea {
	position:relative;
	display:inline-block;
	width: 218px;
	height:44px;
	padding:3px 3px 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxinfo {
	margin-left:0em;
	color:#666666;

}

div.chatboxmessages {
	display:inline-block;
	margin-left:0em;
	width:100%;
}

span.chatboxmessagefrom {
	margin-left:0em;
	font-weight: bold;
}



.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
