@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #eee;
	margin: 0px;
	height: 100%;
}
input, textarea {
	border: 1px solid #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
a.noul, a.nounderline {
	text-decoration: none;
}
a.noul:hover, a.nounderline:hover {
	text-decoration: underline;
}
#top {
	background-image: url(chat_top.jpg);
	background-repeat: no-repeat;
	width: 690px;
	height: 55px;
	margin: auto;
	margin-top: 2px;
	overflow: hidden;
}
#time {
	color: #ccc;
	font-size: 9px;
	text-align: right;
	float: right;
	padding: 10px;
}
#container {
	width: 688px;
	height: 496px;
	margin: auto;
	margin-top: 0;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #fff;
	overflow: hidden;
}
#left {
	background-image: url(content_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: 495px;
	height: 430px;
	overflow: hidden;
	float: left;
	padding: 10px;
	padding-bottom: 0;
	padding-right: 0;
}
#messages {
	height: 370px;
	overflow: scroll;
}
#messages p {
	border-top: 1px dashed #ddd;
}
#messages p b {
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}
#right {
	width: 160px;
	height: 430px;
	float: right;
	background: #000;
	background-image: url(background_blur.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	border-left: 1px solid #000;
	padding: 10px;
	padding-bottom: 0;
	color: #aaa;
}
#right h3 {
	color: #fff;
}
#right a {
	color: #ccc;
	font-size: 9px;
}
#right a:hover {
	color: #fff;
}
.users, .links { 
	background-color: #333; 
	padding: 2px; 
	margin-bottom: 4px;
}
.users a, .links a { 
	text-decoration: none;
}
.users a:hover, .links a:hover { 
	text-decoration: underline;
}

form {
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 3px;
}
input.txt {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	width: 380px;
	padding: 10px;
}
input.btn {
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	padding: 7px;
}
#post {
	display: none;
}
.senderip {
	font-size: 10px;
	color: #aaa;
}
#livemessenger {
	height: 48px;
	margin: 0;
	overflow: hidden;
	background-image: url(livemessenger_bg.gif);
	background-repeat: repeat-x;
	padding: 4px;
}
#livemessenger img {
	margin-right: 25px;
}
#livemessenger a {
	font-size: 11px;
	color: #36C;
}
#livemessenger_off {
	height: 48px;
	margin: 0;
	overflow: hidden;
	background-image: url(sms_bg.gif);
	background-repeat: repeat-x;
	padding: 4px;
}
