
.window{
	height: 500px;
	width: 600px;
	border: 1px solid #999;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: #FFF;
	display: none;
	z-index: 999;
}	
.window_top{
	position: absolute;
	top: -30px;
	height: 28px;
	border: 1px solid #999;
	width: 100%;
	left: -1px;
	background-color: #F5F5F5;
	background-image: url(window_top.jpg);
	z-index: 999;
}
.window_title{
	margin-right: 80px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	cursor: move;
	font-weight: bold;
	overflow: hidden;
}
*html .window_title{
	padding: 7px;
	height: 15px;
}
.window_options a{
	display: block;
	height: 19px;
	width: 19px;
	text-decoration: none;
	margin-left: 2px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.window_options a:hover{
	background-color: #CCC;	
	text-decoration: none;
}
.window_body{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.window_bottom{
	position: absolute;
	border: 1px solid #999;
	bottom: -8px;
	height: 7px;
	width: 100%;
	left: -1px;
	background-color: #F5F5F5;
	cursor: nw-resize;
	font-size: 5px;
	background-image: url(resize.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.window_options{
	position: absolute;
	right: 5px;
	top: 4px;
}
a.minimize_buttom{ background-image: url(minimize.gif); }
a.maximize_buttom{ background-image: url(maximize.gif);  }
a.close_buttom{ background-image: url(close.gif); }

#window_bar{

	bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: 0px solid #999;
	width: 0px;
	overflow: hidden;
	background-color: #EEE;
	z-index: 0;
	min-height: 0px;
}


/* chat */

.talk{
	margin-right: 110px;
	overflow: auto;
	height: 84%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 5px;
	border-right: 1px solid #CCC;
	background-color: #FFF;
	z-index: 999;
}
.chat_input{
	display: block;
	height: 15%;
	border-top: 1px solid #999;
	text-align: center;
	position: relative;
}
.chat_input input{
	display: block;
	width: 95%;
	padding: 6px;
	border: 1px solid #FFF;
	background-color: #FFF;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	height: 50%;
}
*html .chat_input input{
	height: 30px;
}
.chat_options{
	position: absolute;
	bottom: 15%;
	right: 2px;
	padding: 2px;
	width: 90px;
}
.chat_options span{
	display: none;
	position: relative;
	font-size: 12px;
	color: #555;
	bottom: 3px;
	left: 0px;
	max-height: 90px;
	overflow: hidden;
}
.chat_options a{
	float: left;
	font-size: 12px;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	border: 1px solid #FFF;
	padding: 1px;
}	
.chat_options a:hover{
	border: 1px solid #999;
}
.chat_photo{
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #CCC;
	padding: 2px;
}
.user_list{
	overflow: auto;
	height: 98%;
	margin: 1%;
}
