html {
	background: none;
}

.clear {
	clear: both;
}

h1.chat {
	font-weight: normal;
	font-size: 23px;
	line-height: 23px;
	color: #96004b;
	margin: 25px 0 13px 0;
}

/* wordpress override */
.bubbles  {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

.bubbles p {
	margin: 0 0 15px 0;
}

/* bubble design */

.bubbles {
	width: 538px;
	margin: 20px 0 20px 0;
}

.bubbles  .row {
	margin-bottom: 8px;
}

.bubbles textarea {
	width: 210px;
	height: 83px;
}

.bubbles  img {
	margin-bottom: 2px;
}

.hide {
	display: none;
}

.bubbles .left, .bubbles .right {
	width: 264px;
}

.bubbles .left {
	float: left;
	background: url('images/bubble_left_tile.gif') repeat-y;
}

.bubbles .left .top {
	height: 10px;
	background: url('images/bubble_left_top.gif') no-repeat;
}

.bubbles .left .content {
	min-height: 71px;
	padding: 8px 22px 5px 22px;
	color: #6d6d6d;
	background: url('images/bubble_left_content.gif') no-repeat;
}

.bubbles .left .content a {
	float: right;
	color: #6d6d6d;
}

.bubbles .left .bottom {
	height: 23px;
	background: url('images/bubble_left_bottom.gif') no-repeat;
}

.bubbles .right {
	float: right;
	background: url('images/bubble_right_tile.gif') repeat-y;
}

.bubbles .right p, .bubbles .right em {
	color: #fff;
}

.bubbles .right .top {
	height: 10px;
	background: url('images/bubble_right_top.gif') no-repeat;
}

.bubbles .right .content {
	min-height: 71px;
	padding: 8px 22px 5px 22px;
	color: #fff;
	background: url('images/bubble_right_content.gif') no-repeat;
}

.bubbles .right .content a {
	color: #fff;
	float: right;
}

.bubbles .right .bottom {
	height: 23px;
	background: url('images/bubble_right_bottom.gif') no-repeat;
}

/* chat specific design */

#login {
	margin: 180px auto;
	width: 350px !important;
	width: 350px;
}

#post-message {
	width: 200px;
	height: 30px;
}