#wpchatify {
	 text-align: left;
     position: fixed;
     bottom: 0;
     right: 0;
	 width: 229px;
	 height: 0px;
	 opacity: 0;
	 cursor:pointer;
}
#wpchatify div {
	 -moz-box-sizing: content-box;
}
#wpchatify_1 {
	height: 30px;
	background:url(../images/message_01.png);
}
#wpchatify_2 {
	height: 0px;
	background:url(../images/message_02.png);
}
#wpchatify_3 {
	height: 8px;
	background:url(../images/message_03.png);
}
#wpchatify_4 {
	background:url(../images/message_02.png);
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0;
	height: 32px;
    padding: 4px 5px 4px 15px;
    width: 203px;
	line-height: 16px;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
}
#wpchatify_4 b {
	font-weight:normal;
	color:#666;
}
