a {
	font-size: 14px;
}

a.profile {
	font-size: 16px;
}

a.buy {
	font-size: 19px;
	text-decoration: none;
}



a.buy:hover {
	font-size: 19px;
	text-decoration: underline;
}

h1.buy {
	font-size: 19px;
}


div.content {
	width: 750px;
	position: relative;
}

div.chatMenu {
	margin: auto;
	width: 701px;
}


div.chat {
	width: 750px;
	height: 518px; 
}

div.chatTitle {
	width: 750px;
	height: 16px;
}

div.chatBox, div.chatBoxMember {
	background-image: url('/home/templates/images/chatPublicShowBox.jpg');
	width: 710px;
	height: 481px;
	text-align: center;
	padding: 10px 20px;
}

div.chatBoxMember {
	width: 402px;
}

div.chatBox table {
	margin: 13px auto;
}

table.chatroom {
	background-color: #CCC;
	height: 300px;
}

table.chatroom a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.chatroom a:hover {
	text-decoration: underline;
}

div.javaWarning p {
 color: #000;
 font-weight: bold;
 margin: 10px auto;
}
