.qqState {
	_position			: absolute; 
	_top				: 80px;
	position			: fixed; 
	top					: 50px; 
	right				: 0px;
	z-index				: 9999
}
#qqStateHide {
	width				: 33px; 
	height				: 144px; 
	background			: url(./images/sidebar_bg.png) -187px 0px;
	display				: none;
}

#qqState { 
	width				: 135px; 
}

.qqStateTittle {
	width				: 135px; 
	height				: 55px; 
	float				: left; 
	background			: url(./images/sidebar_bg.png) -505px 0px;
}

#qqStateClosePane {
	width				: 10px; 
	height				: 12px; 
	float				: right; 
	background			: url(./images/sidebar_bg.png) -90px 0px; 
	margin-top			: 5px;
	margin-right		: 25px;
}

#qqStateClosePane:hover {
	background			: url(./images/sidebar_bg.png) -90px -23px;
}

.qqStateMain {
	width				: 135px; 
	float				: left; 
	background			: url(./images/green_line.gif);
}

.qqStateRow {
	font-family			: Arial, Helvetica, sans-serif; 
	width				: 135px; 
	margin				: 2px auto; 
	float				: left;
	font-size			: 10pt; 
}

.qqStateImg {
	width				: 100px; 
	height				: 22px; 
	float				: left; 
	background			: url(./images/qq.png) no-repeat; 
	line-height			: 16px; 
	padding				: 5px 10px 5px 24px; 
	margin-left			: 15px;
	margin-top			: 1px;
	margin-bottom		: 1px;
}

.phoneStateImg {
	width				: 120px; 
	height				: 22px; 
	float				: left; 
	line-height			: 16px; 
	margin				: 0px 10px; 
	color				: #1a649d;
	border-top			: 1px dashed #CCCCCC; 
	padding				: 5px 0px;
}

.qqStateFooter {
	width				: 135px;
	height				: 8px; 
	float				: left; 
	background			: url(./images/sidebar_bg.png) -505px -60px;
}