#chat_main {
  width: 326px;
}

#chat_area {
  width: 300px;
  height: 150px;
  border: 2px solid #3D5B9B;
  float: left;
  display: inline;
  margin: 0px;
  overflow-y: auto;
}

#chat_area p {
  font-family: arial;
  font-size: 12px;
  margin: 3px;
  padding: 0px;
  line-height: 125%;
}

.blues {
  color: blue;
  font-weight: bold;
}

.pinks {
  color: #FF1068;
  font-weight: bold;
}

.reds {
  color: red;
  font-weight: bold;
}

.greens {
  color: green;
  font-weight: bold;
}

.blacks {
  color: black;
  font-weight: bold;
}

#chat_text_area {
  width: 300px;
  height: 50px;
  border: 2px solid #3D5B9B;
  float: left;
  display: inline;
  margin: 0px;
  padding: 0;
}

#chat_text_area textarea {
  border: 0;
  width:300px;
  margin: 0;
  padding: 0;
  height: 48px;
}

#button {
  float:left;
  margin:0 10px;
  text-align:right;
  width:306px;
}

.clear {
  clear: both;
}

#yaziyore {
  font-family: arial;
  font-size: 11px;
  color: #000;
}

	form { margin:0px;}
	fieldset { padding-top:5px;}
	td { font-family: Verdana; font-size: 11px; }
	
		.baslik1 {
		font-family:"Trebuchet MS";
		font-size:15px;
		font-weight:bold;
	}