#simpleChat * {
	padding: 0;
	margin: 0;
}

#simpleChat {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: default;
}

#simpleChat a {
	color: #555;
	text-decoration: none;
}
#simpleChat a:hover {
	color: #000;
}

#simpleChat img {
	vertical-align: bottom;
}

#simpleChat form img {
	cursor: pointer;
	opacity: 0.5;
	
}
#simpleChat form img:hover {
	opacity: 1;
}

#simpleChat input,
#simpleChat textarea {
	background: #fff;
	border: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px;
	margin: 2px 0 5px 0;
}

#simpleChat input.capatcha {
	width: 101px;
}

#simpleChat textarea {
	width: 98%;
	height: 80px;
}

#simpleChat input:hover,
#simpleChat input:focus,
#simpleChat textarea:hover,
#simpleChat textarea:focus {
	border: 1px solid #555;
}

#simpleChat .charLimit {
	font-weight: bold;
}

#simpleChat .selected {
	color: #800;
}

#simpleChat .padding {
	padding: 5px;
}

#simpleChat .cont {
	position: relative;
	border: 2px solid #000;
	width: 340px;
	margin: 0 8px 8px 0;
}

#simpleChat .headTxt {
	float: left;
	padding: 5px;
}
#simpleChat .headTxt a {
	border-bottom: 1px dotted #aaa;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
	
#simpleChat .subTxt {
	background: #000000 url(imgs/corner.gif) no-repeat bottom left; 
	color: #fff;
	float: right; 
	font-weight: bold;
	padding: 2px 2px 4px 4px;
}	

#simpleChat .subTxt a {
	color: #800;
	text-decoration: none;
}
#simpleChat .subTxt a:hover {
	color: #f00;
}

#simpleChat .txt {
	padding: 18px 5px 5px 5px;
	overflow: hidden;
}

#simpleChat .ip {
	position: absolute;
	left: 340px;
	background: #222;
	color: #fff;
	width: auto;
	padding: 2px;
}


#simpleChat .loginCont {
	border: 2px solid #000;
	width: 340px;
	margin: 0 8px 8px 0;
}
#simpleChat .loginSubTxt {
	background: #222; 
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 2px 4px 4px;
}

#simpleChat .loggedinCont {
	background: #222;
	border: 2px solid #000;
	color: #fff;
	width: 340px;
	margin: 0 8px 8px 0;
}
#simpleChat .loggedinCont a {
	color: #b00;
}
#simpleChat .loggedinCont a:hover {
	color: #f00;
}

#simpleChat div.clear {
	clear: both;
}
