*{ margin:0; padding:0;}
#chat_ContentWidget
	{
		display:none;
	}
.showChat
	{
		position:absolute;
		z-index:2;
		width:178px;
		height:71px;
		padding-top:30px;
		padding-left:40px;
		padding-right:30px;
		font-size:14px;
		font-family: 'Quattrocento Sans', "Myriad Pro", Arial;
		cursor:pointer;
		background-image:url(../images/chat_widget.png);
		background-repeat:no-repeat;
		text-align:right;
		color:#FFF;
	}
.showChat span
	{
		font-size:16px;
		font-weight:bold;
		display:block;
		text-align:left;
	}
.chat_title
	{
		text-align:center;
		position:relative;
		height:20px;
		padding:0;
		padding-top:5px;
		background-color:#CCC;
		font-size:12px;
		background-image:none;
		width:100%;
	}
.chat_widget_footer
	{
		display:none;
		position:absolute;
		z-index:3;
		bottom:0;
		text-align:right;
		height:13px;
		padding-top:3px;
		width:100%;
		background-color:#ccc;
		font-family: 'Quattrocento Sans', "Myriad Pro", Arial;
		font-size:12px;
		font-weight:bold;
	}
.chat_widget_footer a
	{
		text-decoration:none;
		color:#000;
		margin-right:5px;
	}
.chat_title span
	{
		font-size:12px;
		display:inline;
	}

#chat_windows
	{
		background-color:#FFF;
		padding:20px;
	}
.chat_userEmail
	{
		margin:0;
	}
.chat_userEmail h4,.chat_userEmail h2
	{
		display:none;
	}
.button
	{
		margin-top:10px;
		height:30px;
		width:70px;
	}
.chat_contentwindows
	{
		height:320px;
	}
.box-list-messages
	{
		height:260px;
	}
.box-msg
	{
		height:60px;
	}
.box_messages
	{
		margin-left:-20px;
	}
.box_messages input.button
	{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}