html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption 
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}

:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

table 
{
	border-spacing: 0;
}

alert 
{
	text-decoration: blink;
}

#chat-container-one
{
	width: 100%;
	border: none;
	text-align: left;
}
	
#chat-content-one 
{
	overflow: auto;
	width: 450px;
	height: 300px;
}
	
#message-one, #message-two, #message-three
{
	clear: left;
	vertical-align: top;
	width: 94%;
	height: 60px;
	margin-left: 15px;
}

#send-one, #send-two, #send-three 
{
	vertical-align: top;
	height: 29px;
	width: 95%;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#chat-container-two
{
	width: 100%;
	border: none;
	text-align: left;
}
	
#chat-content-two
{
	overflow: auto;
	width: 450px;
	height: 300px;
}

#chat-container-three
{
	width: 100%;
	border: none;
	text-align: left;
}
	
#chat-content-three 
{
	overflow: auto;
	width: 450px;
	height: 300px;
}

.triangle-isosceles {
	list-style:none;
	position:relative;
	color:#000;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 5px;
	font-size: 14px;
}

.triangle-isosceles.left {
	margin-bottom: 5px;
	background:#d0dda0;
}

#likeBox {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
    padding: 10px;
	color: #FFF;
	width: 350px;
	height: 20px;
	opacity: 0.7;
    filter: alpha(opacity=70);
	font-size: 12px;
}

.shout {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	background: #d0dda0;
	text-align: left;
	font-size: 11px;
	margin-top: 3px;
	overflow-x: hidden;
}
