#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;
}