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



#chatWindow{
	position:fixed;
	width:190px;
	height:400px;
	background-color:#333;
	color:#FFF;
	top:30px;
	left:5px;
	bottom:auto;
	right:auto;
	display:none;
	z-index:10001;
	overflow:hidden;
	padding:0;
	border:1px solid #000;
	background:url(/layout_img/bkg-chatWindow.png) top left no-repeat #333;
}
#chatWindow #chatContent{
	width:180px;
	margin:10px;
}
#chatClose {
	width:25px;
	height:25px;
	float:right;
	text-align:right;
	
	
}

#chatUserImage{
	max-height:200px;
	width:150px;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
}
#chatUserImage img{
	border:1px solid #CCC;
	margin-left:auto;
	margin-right:auto;
}
#chatUserName {
	width:170px;
	height:25px;
	padding:0px;
}
#chatMessage p{
	padding:0px;
	font-size:10pt;
	margin:0px;
	
}
#chatSettings {
	width:170px;
	padding:0px;
	font-size:10pt;
	margin:0px;
}
#chatSettings a, visited{
	padding:5px;
	color:#FFF;
}
#chatSettings a:hover{
	padding:5px;
	color:#CCC;
}
#chatYes {
	float:left;
	width:65px;
	height:50px;
	margin:5px;
}
.Chat-Yes{
	background:url(/layout_img/buttons/btn-yes.gif) no-repeat center;
	border:0;
	width:65px;
	height:50px;
	color:#222;
	font-size:20px;
}
#chatNo {
	float:left;
	width:65px;
	height:50px;

	margin:5px;
}
.Chat-No{
	background:url(/layout_img/buttons/btn-no.gif) no-repeat center;
	border:0;
	width:65px;
	height:50px;
	color:#222;
	font-size:20px;
}

#openWindowNotify {
	display:none;
	color:#FFF;
	padding:10px;
}

