/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:f781ed
Systemfarbe:f7ccdb
---------------------
*/

/* for index.php - Login */
#body{
	text-align:center;
	font-family:Verdana,sans-serif;
	background-image: url(https://chat-megasoundmix.de/styles/etchat_megasoundmix/chateingang.jpg);	
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

#box{
 
width: 200px; 
font-size: 14px; 
margin: 0px auto;
	}

#ueberschrift{
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	}

#inhalt{
	padding: 3px; font-size: 12px;
	}

#copyright{
	font-size: 9px;
	color: #000;
	}

#login{
	display:inline;
	}

/* for chat.php*/
table{
font-size: 12px;
}

#body_id{
	
	margin: 0px auto;
	/* */
	background-image: url(https://chat-megasoundmix.de/styles/etchat_megasoundmix/chateingang2.jpg);	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#rahmen_um_alles{
	margin-top: 30px;
}
#kopf{
	margin-right:15px;
	margin-left:15px;
	margin-top: 10px;
	font-size: 30px;
	font-family: sans-serif;
	font-style: normal;
	padding: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
	/*background: #2E25B7; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #2E25B7 0%, #C4C1FC 50%, #2E25B7 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  #2E25B7 0%,#C4C1FC 50%,#2E25B7 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  #2E25B7 0%,#C4C1FC 50%,#2E25B7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E25B7', endColorstr='#2E25B7',GradientType=0 ); /* IE6-9 */
	/*border: double;
	border-width: thick;
    border-color: #3333FF;
    border-radius: 7px;*/
}
#infolist{
    margin-left:20px;
	padding: 10px;
	color: #81F7F3;
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	float: left;
	width: 250px;
	height: 330px;
	padding-bottom: 16px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
    border: double;
    border-width: thick;
border-color: #81F7F3;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 5px 5px #81F7F3; 

	/*     -moz-box-shadow: 10px 21px 7px 0px #C4C1FC;
    box-shadow: 7px 1px 9px 6px #2E25B7;*/
}
#onlinelist{
	margin-right:30px;
	padding: 5px;
	color: #81F7F3;
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	width: 200px;
	height: 330px;
	padding-bottom: 16px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
    border: double;
    border-width: thick;
	border-color: #81F7F3;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 5px 5px #81F7F3;
	/*
    border-color: #3333FF;
    border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 5px #B1ADF3; */

	/*     -moz-box-shadow: 10px 21px 7px 0px #C4C1FC;
    box-shadow: 7px 1px 9px 6px #2E25B7;*/
}

* html #splitpane {
	margin-left: -2px;
}
#splitpane{
	
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	color:white;
	width: 8px;
	margin: 1px;
	height: 450px;
	overflow: auto;
	cursor:e-resize;
}

#chatinhalt{
margin-left:10px;
color: #81F7F3;
	padding: 2px;
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	position:relative;
	height: 450px;
	overflow: auto;
	padding: 5px;
	padding-bottom: 16px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
        background-color: rgba(0, 0, 0, 0.0);
    	#border: double;
    	#border-width: thick;
    	#border-color: #3333FF;
    	#border-radius: 5px;
}
#form{
margin-right:15px;
margin-left:15px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
	/*background: #2E25B7; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #2E25B7 0%, #C4C1FC 50%, #2E25B7 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  #2E25B7 0%,#C4C1FC 50%,#2E25B7 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  #2E25B7 0%,#C4C1FC 50%,#2E25B7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E25B7', endColorstr='#2E25B7',GradientType=0 ); /* IE6-9 */
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color: #000000;
	clear: both;
	/*border: double;
    border-width: thick;
    border-color: #3333FF;
	border-radius: 10px;
	-webkit-border-radius: 10px;	/* for I.E */
	-moz-border-radius: 10px; 	/* for Mozilla web browser*/
	margin-top: 10px;
	padding: 3px;
    height: 50px;

}
#form_left{
	position:relative;
         float: left;
}
#form_right{
	padding: 6px;
	position:relative;
	float: left;
}
#iframe{
margin-right:10px;
margin-left:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
background: #b3dced; /* Old browsers */
background: -moz-linear-gradient(top,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */

	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color: #000000;
	clear: both;
	border: double;
    	border-width: thick;
    	border-color: #3333FF;
    	
	border-radius: 10px;
	-webkit-border-radius: 10px;	/* for I.E */
	-moz-border-radius: 10px; 	/* for Mozilla web browser*/
	margin-top: 10px;
	padding: 3px;
    height: 60px;

}
#privat_messages{
 position: absolute;
 top: 100px;
 left: 100px;
 background-color: #cccccc;
 border: 1px solid black;
 padding: 5px;

}

.rooms{
 background-color: #29b8e5;
 border: 1px solid black;
 padding: 1px;
 font-size: 16px;
 text-align: center;
 margin-bottom: 2px;
border-radius: 25px 0px 25px 0px;
-moz-border-radius: 25px 0px 25px 0px;
-webkit-border-radius: 25px 0px 25px 0px;
border: 0px solid #000000;
-webkit-box-shadow: 6px 2px 5px 0px rgba(0,219,215,1);
-moz-box-shadow: 6px 2px 5px 0px rgba(0,219,215,1);
box-shadow: 6px 2px 5px 0px rgba(0,219,215,1);
cursor:pointer

}
.rooms_not_allowed{
 background-color: #1C1C1C;
 color: #FF0000;
 font-size: 16px;
 text-align: center;
 padding: 1px;
 margin-bottom: 2px;
 text-decoration: line-through;
 border-radius: 25px 0px 25px 0px;
-moz-border-radius: 25px 0px 25px 0px;
-webkit-border-radius: 25px 0px 25px 0px;
-webkit-box-shadow: 6px 2px 5px 0px rgba(255,0,0,1);

-moz-box-shadow: 6px 2px 5px 0px rgba(255,0,0,1);

box-shadow: 6px 2px 5px 0px rgba(255,0,0,1);
 cursor:pointer
}
#message{
	background-color: #ffffff;
	border: 1px solid #DADADA;
	padding-left: 5px;
	width: 310px; 
	height: 30px; 
	font-size: 14px;
	box-shadow: 0 0 10px;
	-webkit-box-shadow:  0 0 10px;	/* for I.E */
	-moz-box-shadow: 0 0 10px;	/* for Mozilla web browser*/
    border-radius: 5px;
	-webkit-border-radius: 5px;	/* for I.E */
	-moz-border-radius: 5px; 	/* for Mozilla web browser*/
}

.privat_ausg_an{
  background:#FFFFFF;
        border:1px solid #66CCFF;
        border-radius: 10px;
        padding:2px 8px 2px 5px;
        margin-bottom:3px;
        display:inline-block;
        direction:ltr;
         box-shadow: 6px 4px 9px #000000;
}
.privat_ausg_von{
 background:#66CCFF;
        border:1px solid #66CCFF;
        border-radius: 10px;
        padding:2px 8px 2px 5px;
        margin-bottom:3px;
        display:inline-block;
        direction:ltr;
         box-shadow: 6px 4px 9px #000000;
}

#close_privat{
	cursor:pointer;
	background-color: white;
	font-size: 10px;
	font-family: sans-serif;
	font-style: normal;
	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 3px;
	height: 18px;
}
#privat_modus{
	font-size: 10px;
}
.privat_mesages_window{
color: #81F7F3;
height: 165px; 
	padding: 3px; 
	border: 1px solid #bebebe;
	background-color: #ffffff;
	background-image: url('luexi2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
	border-radius: 5px;
	border: 1px solid #81F7F3;
	overflow: auto;
-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
        background-color: rgba(0, 0, 0, 0.5);
}
.privat_win_button{
	cursor:pointer;
	font-weight:bold;
	border: 1px solid #81F7f3;
	width: 190px;
	margin-top: 3px;
	background-color: #81F7f3;
	text-align: center;
}

.colorpick{
     font-size: 10px;
     cursor:pointer;
     border: 1px solid black;
     width: 100%;
}
.dialog{
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
}

.img_button{
	cursor:pointer;
}
.img_button:hover{
    /*transform: scale(0.9) rotate(360deg);
    transition: all 0.6s ease-in 0s;*/
	-moz-transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in 0s;
-o-transition: all 0.6s ease-in 0s;
-ms-transition: all 0.6s ease-in 0s;
transition: all 0.6s ease-in 0s;
-moz-transform: scale(0.9) rotate(360deg);
-webkit-transform: scale(0.9) rotate(360deg);
-o-transform: scale(0.9) rotate(360deg);
-ms-transform: scale(0.9) rotate(360deg);
transform: scale(0.9) rotate(360deg);
}


.private_message_field{
	width:300px;
	border: 1px solid #666666;
	margin-top: 2px;
	background-color: #f7f7ff;
}

a:link {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:underline;}
a:visited {font-family:Arial,serif;	font-size:10pt;	color:#000099; text-decoration:underline;}
a:active {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:underline;}
a:hover {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:none;}

/*------------ for history -----------------------*/
.kopf{ background-color:#dddddd; }
.gerade{ background-color:#d5d5ff; }
.ungerade{ background-color:#eeeeff; }
.privat_von{ background-color:#ddffdd; }
.privat_nach{ background-color:#ffdddd; }

/*------------ for adminbereich -----------------------*/
#adminbereich_body{
background-color:#ffffff;
color:black;
font-size: 12px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:underline;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:10pt;	color:#000099; text-decoration:underline;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:none;}



/*---------------------------- for Window -------------------------*/
.overlay_etchat_white {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_white_nw {
 border-left: 1px solid #888888;
 border-top: 1px solid #888888;
 border-bottom: 1px dashed #888888;
  width:10px;
  height:18px;
  background-color: #81F7f3;
}

.etchat_white_n {
  border-top: 1px solid #888888;
  border-bottom: 1px dashed #888888;
  background-color: #81F7f3;
}

.etchat_white_ne {
 border-right: 1px solid #888888;
 border-top: 1px solid #888888;
 border-bottom: 1px dashed #888888;
  width:10px;
  height:18px;
  background-color: #81F7f3;

}

.etchat_white_w {
 border-left: 1px solid #888888;
 width:10px;
  background-color: #ffffff;
}

.etchat_white_e {
  border-right: 1px solid #888888;
  width:10px;
  background-color: #ffffff;
}

.etchat_white_sw {
 border-left: 1px solid #888888;
 border-bottom: 1px solid #888888;
  width:10px;
  height:3px;
  background-color: #ffffff;
}

.etchat_white_s  {
border-bottom: 1px solid #888888;
background-color: #ffffff;
}

.etchat_white_se, .etchat_white_sizer {
 border-right: 1px solid #888888;
 border-bottom: 1px solid #888888;
  width:10px;
  height:3px;
  background-color: #ffffff;
}

.etchat_white_sizer {
	cursor:se-resize;
}

.etchat_white_close {
	width: 23px;
	height: 23px;
	background: transparent url(button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.etchat_white_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.etchat_white_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.etchat_white_title {
	float:left;
	height:14px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#666699;
}

.etchat_white_content {
	padding-top:5px;
	overflow:auto;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#ffffff;
}
#header{
    width: 1000px;
    height: 60px;
    background-color: transparent;
    margin-left:auto;
    margin-right:auto;
    color: #ff7777;
}
#left{
    color: #fff;
    font-size: 11px;
    width: 209px;
    height: 280px;
    float: center;
    margin-left:auto;
    margin-right:auto;
    margin-top: 25px;
    padding-top: 15px;
    border: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e570e7+0,c85ec7+47,a849a3+100;Pink+3D+%233 */
background: #990000 0%, ##00099 47%, #990000 100%; /* Old browsers */
background: -moz-linear-gradient(top,  #990000 0%, ##00099 47%, #990000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #990000 0%, ##00099 47%, #990000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #990000 0%, ##00099 47%, #990000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=',  #990000 0%, ##00099 47%, #990000 100%', endColorstr='#a849a3',GradientType=0 ); /* IE6-9 */

  -webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);

}
#content{
width: 209px;
 height: 200px;
 
 
 margin-top: 325px;
* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb83fa+49,e93cec+99 */
background: #fb83fa; /* Old browsers */
background: -moz-linear-gradient(top, #fb83fa 49%, #e93cec 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fb83fa 49%,#e93cec 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fb83fa 49%,#e93cec 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 ); /* IE6-9 */
color:#fff;
 -webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-bottomrleft: 50px;
border-bottom-left-radius: 50px;
-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}
#grafik{

    width: 100px;
    height: 100px;
      margin-left:auto;
    margin-right:auto;
}

#content2{
text-align:left;
opacity: 0.8;
 width: 800px;
 height: 100%;
            margin-left:auto;
            margin-right:auto;
 margin-top: 25px;
background-color: #2E9AFE;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}
#grafik{

    width: 100px;
    height: 100px;
      margin-left:auto;
    margin-right:auto;
}

#content3{
	width: 1200px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
}

#grafik{

    width: 100px;
    height: 100px;
    margin-left:auto;
    margin-right:auto;
}



#menu,
#menu ul,
#menu li,
#menu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#menu {
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #098BBA;
  margin: 0;
  padding: 0;
}
#menu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#menu.align-center > ul {
  text-align: center;
}
#menu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#menu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #080808;
  color: #ffffff;
  padding: 12px 20px;
}
#menu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#menu > ul > li > a:after {
  content: "";
  position: absolute;
  border-right: 1px solid;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  border-color: #098BBA;
}
#menu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#menu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#menu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#menu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #098BBA;
}
#menu ul li.has-sub:hover > ul,
#menu ul li.has-sub:hover > div {
  display: block;
}
#menu > ul > li.has-sub > a:hover,
#menu > ul > li.has-sub:hover > a {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
#menu ul li > ul,
#menu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#menu ul li > ul {
  width: 200px;
}
#menu ul ul ul {
  position: absolute;
}
#menu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#menu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#menu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#menu,
#menu ul ul > li:hover > a,
#menu ul ul li a:hover {
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}
#menu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}
#menu ul ul a:hover {
  color: #ffffff;
}
#menu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}
.mess_back{
        padding: 3px 6px;
}
.mess_self{
text-align:left;
width:60%;
       padding: 3px 6px;
}
