#mainChat {
	position:fixed;
	height:380px;
	background:#f99c32;
	bottom:7px;
	-moz-box-shadow: 2px 2px 5px #444;
	-webkit-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index:2;
}
#chatTools {position:absolute;right:0px;bottom:0px;height:28px;left:0px;background:#999;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;}
#chatMsg {height:50px;border:0;padding:2px;font-family:Arial;resize:none;margin:0px;width:100%;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;}
#chatoutbox {position:absolute;left:0px;top:37px;right:0px;height:250px;background:#eee;padding:4px;overflow:auto;line-height:110%;}
#chatinbox {padding:2px;position:absolute;left:0px;right:0px;bottom:28px;height:54px;background:#fff;vertical-align:top;}
#chatFrame {position:fixed;left:0px;bottom:0px;padding:0px;width:150px;height:100px;visibility:hidden;}
#chatAdmin {position:absolute;left:2px;padding:1px 4px;height:100%;font-size:15px;color:#fff;text-align:left;}
#inholder {position:absolute;left:2px;right:40px;top:2px;bottom:2px;}
#sendbutton {position:absolute;right:0px;padding:8px 2px;}
#chatoutbox p{text-indent:-18px;padding-left:18px;}
.chatbtn {
	float:right;
	display:inline-block;
	width:24px;
	height:24px;
	background:#f99c32;
	text-decoration: none;
	margin: 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.chatbtn:hover {background:#ffa238;}
.optionbtn {
	float:right;
	display:inline-block;
	width:24px;
	height:24px;
	color:#fdb;
	background:#999;
	text-decoration: none;
	font-size:20px;
	margin: 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.optionbtn:hover {background:#888;}
.sendbtn {
	float:right;
	display:inline-block;
	width:32px;
	height:32px;
	background: #fff;
	text-decoration: none;
	margin: 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.sendbtn:hover {background:#f7f7f7;}
.sendbtn:disabled { background: #00ff00 url("images/sendbtnx.png") no-repeat fixed center;}