.chat_general_element{
 width: 400px;
 border: 5px ridge black;
}

.chat_table_smile{
	position: absolute;
	background: #E9E9E9;
	border: 4px double black;
}

.chat_view_text{
	background: #E9E9E9;
	border-bottom: 1px double black;
	border-top: 1px double black;
	overflow: auto;
	height: 200px;
	background-image: url(../../public/user_files/5_big.jpg);
}

.chat_textarea_window{
	width: 99%;
	background: #E1DDDE;
}

.chat_textarea_button{
	text-align: center;
	width: 40px;
	height: 20px;
}

.button_close_table_smile{
	cursor:pointer;
}

.button_open_smile_table{
	width: 0px;
	cursor:pointer;
}