/* ***** Popups ************************************************************* */

div.chat div.menu_form_head
{
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
	font-weight: 900;
	font-size:  11px;
	color:   #FFFFFF;
	cursor:  default;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

div.chat div.menu_form_body
{
  border: 1px solid #000000;
  background: #F0FFF8;
}

div.chat div.menu_form_exit
{
	float: right;
	width: 9px;
	cursor: pointer;
	background-color: #333333;
	background-image: url(exit.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* ***** Color ***** */

div.chat div.color                    { width: 159px; display: none; }
div.chat div.color table.color_aux td { padding: 5px; line-height: 1px; }
div.chat div.color img                { float:  left; }


/* ***** Smiley ***** */

div.chat div.smiley { width: 192px; display: none; }

div.chat div.smiley div.padding
{
  margin:  5px;
  border:  1px solid #000000;
  padding: 1px 1px 2px 2px;
  background: #FFFFFF;
  line-height: 1px;
}

div.chat div.smiley div.padding img
{
  float:   left;
  padding: 1px 1px 1px 1px;
  border:  1px solid #E0E0E0;
  margin:  1px 1px 0px 0px;
}
