.fwnd {
	position:fixed;
	//position:absolute;
	right:15px;
	cursor:pointer;
}

#wnd1 {
	width:220px;
	background:#73b1ba;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	min-height: 111px; height:auto !important; height:111px;
	bottom:-150px;
}
#wnd1_close {
    bottom:99px;
    position:fixed;
	//position:absolute;
	right:26px;
	cursor:pointer;
    display:block;
    visibility:visible;
    z-index:100;
    width:10px;
    height:10px;
}
#wnd2_close {
    bottom:154px;
    position:fixed;
	//position:absolute;
	right:19px;
	cursor:pointer;
    display:block;
    visibility:visible;
    z-index:100;
    width:10px;
    height:10px;
}

#wnd1 #nick {
	height:35px;
	background:url(top.gif) 0 0 no-repeat;
	font:bold 12px/38px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-indent:33px;
	overflow:hidden;
}

#wnd1 #content {
	min-height: 49px; height:auto !important; height:49px;
	background:url(content.jpg) 0 0 no-repeat;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 14px;
}

#wnd1 #content img {
	width:36px;
	height:47px;
	display:block;
	float:left;
	border:1px solid #73b1ba;
	margin:0 8px 0 0;
}

#wnd1 .bg {
	background:url(bg.gif);
}

#wnd1 #niz {
	height:27px;
	clear:both;
	background:url(niz.gif) 0 0 no-repeat;
	color:#73b1ba;
	font:11px/11px Tahoma, Geneva, sans-serif;
	text-indent:17px;
}

#wnd2 {
	width:181px;
	padding:0 0 7px 0;
	background:url(bottom.gif) 0 100% no-repeat;
	bottom:-181px;
}

#wnd2 #qipnick {
	font:bold 11px/22px Tahoma, Geneva, sans-serif;
	background:url(top2.gif) 0 0 no-repeat;
	color:#2a1570;
	text-indent:26px;
}

#wnd2 #qiptext {
	font:normal 11px/110% Tahoma, Geneva, sans-serif;
	color:#494343;
	padding:10px;
	background:url(mid.gif);
	min-height: 120px; height:auto !important; height:120px;
}

#wnd2 #qiptext img {
	width:36px;
	height:47px;
	display:block;
	float:left;
	border:1px solid #73b1ba;
	margin:0 8px 0 0;
}

