/* CSS Document */
body {
  margin: 0;
  text-align: center;
  padding-left: 40px;
  background: #2b3432;
  font-family: arial;
}

#global {
  position: absolute;
  left: 50%;
  width: 700px;
  height: 400px;
  margin-top: 150px;
  margin-left: -350px;
}

input, textarea {
  font-family: arial;
  color: white;
  background: #57767F;
  font-size: 14px;
}

#content {
  width: 800px;
  text-align: left;
  margin-left: 60px;
}

#chatwindow {
  border: 1px solid #aaaaaa;
  padding: 4px;
  background: #232D2F;
  color: white;
  width: 550px;
  height: auto;
  font-family: courier new;
}

#chatnick, #chatmsg {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  padding: 4px;
  background: #1b2527;
}

#info {
  text-align: left;
  padding-left: 0px;
  font-family: arial;
  margin-bottom: 50px;
}



#info a {
  text-decoration: none;
  color: white;
}

#info a:hover {
  text-decoration: underline;
  color: #CF9700;
}



#info span{
  border: none;
  display: inline;
  float: left;
  height: 19px;
  line-height: 19px;
  margin-left: 2px;
  margin-top: 2px;
  padding: 1px;
  color: #ccc;
}


.gen-3 {
  border: gray 1px solid;
  cursor: pointer;
  margin-left: 10px;
}