
#page-wrap                      { width: 300px; position: relative; }

#chat-wrap                      { border: 1px solid #eee;}
#chat-area                      { height: 300px; overflow: auto; border: 1px solid #666; padding: 20px; background: white; }
#chat-area span                 { color: white; background: #333; padding: 4px 8px; -moz-border-radius: 5px; -webkit-border-radius: 8px; margin: 0 5px 0 0; }
#chat-area p                    { padding: 8px 0; border-bottom: 1px solid #ccc; }

#name-area                      { position: absolute; top: 12px; right: 0; color: white; font: bold 12px "Lucida Grande", Sans-Serif; text-align: right; }
#name-area span                 { color: #fa9f00; }

#send-message-area p            { float: left; color: white; padding-top: 27px; font-size: 14px; }
#sendie                         { border: 1px solid #999; width: 300px; padding: 10px; font: 12px "Lucida Grande", Sans-Serif; float: right; }
#liveChat{
	right: 20px;
	bottom:0;
	position: fixed;
	z-index: 9999;
	background:#008fd5;
	height:30px;
	width: 300px;
	padding:10px;
	border-radius: 10px 10px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
#chatScreeen{
	right: 20px;
	bottom:30px;
	position: fixed;
	z-index: 999;
	background: #008fd5;
	display: none;
	border-radius: 10px 10px 0 0;
}
