#chatSettings{
	display: none;
	padding-bottom: 5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 10px;
}

#chatSettings fieldset{
	float: left;
}

#msgForm{
	border-bottom: 1px dashed gray;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.colorwell {
	 border: 2px solid #fff;
	 width: 6em;
	 text-align: center;
	 cursor: pointer;
}
.colorwell-selected {
	 border: 2px solid #000;
	 font-weight: bold;
}

#picker{
	display: none;
	position: absolute;
	background: white;
	padding: 5px;
	border: 1px solid black;
}

#fMsg {
	padding: 5px;
/*	font-size: 15px; */
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
	width: 98%;
	font-family: Tahoma, Verdana;
}
 
#fMsg:focus {
	border: 1px solid #fafafa;
	-webkit-box-shadow: 0px 0px 6px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}


.msgRowsong p{
	font-style: italic;
	padding-left: 4em;
	padding-bottom: .5em;
}

.msgRowtwit{
	font-size: 1.3em;
	font-family: 'Trebuchet MS';
}


.hoveredMsg{
	background: #fefefe;
}


/* #myLineButtons{
	width: 17px;
	display: none;
} */

.msgRow img{
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);		 */
	max-width: 600px;
	max-height: 1024px;
}

.msgRow img.full-size{
	max-width: none;
	max-height: none;
}

#chatWindow{
	background: #FFF; /* url(img/carpet.jpg); */
	padding-top: 10px;

}

table .userpic{
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);		*/
}

.theSmile img{
	cursor: hand;
	cursor: pointer;
}

#smileHTMLPanel{
	width: 45em;
}

#chat-motd{
	background: #F9F9F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	color: black;
}
