.Rounded {
	-moz-border-radius: 3px;
	padding:2px;
}

.ChatWindow {
	width:928px;
	border: 1px solid ButtonFace;
	background-color:#fafafa;
	height: 325px;
}

.ChatMessages{
    width: 744px;
    height: 300px;
    float: left;
    border: 1px solid ButtonFace;
    overflow: auto;
	background-color:#fafafa;
}

.ChatUsers{
	padding:2px;
    margin-left: 2px;
    float: right;
    width: 171px;
    height: 325px;
    border: 1px solid ButtonFace;
    overflow: auto;
    font-size: 1em;
	background-color:#fafafa;
}

.ChatMessageInput{
    float: left;
	width: 754px;
}
 
.ChatMessageInput input{
    margin-top: 3px;
    padding: 2px;
    width: 680px;
	border: 1px solid ButtonFace;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    height: 16px;
	background-color:#eee;
	float:left;
}

.ChatMessageInput button{
	margin:3px 2px 0 5px;
	padding:0;
	height: 22px;
	width:60px;
	float:right;
	border: 1px solid ButtonFace;
}

.send-button{
    margin: 0.5em;
}

.ChatTime {
	color:black;
	text-decoration:none;
	padding-bottom:4px;
}

.ChatMessage {}

.ChatSystem {
	color:red;
}

#ping {
	font-weight:normal;
	font-size:10px;
	font-variant:normal;
}