input[type=date] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
  width: 100px;
  font-size: 15px;
  color: black;
}
input[type=time] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
  width: 100px;
  font-size: 15px;
  color: black;
}

.chatcontrols{position: inherit; bottom: 0; width: 100%}
.chatcontrols form{margin: 0}

#chatbox {
  background: #FCFCFC;
  border: 1px solid #eeeeee;
  border-radius: 2px 2px 2px 2px;
  color: #6C6C6C;
  height: 17px;
  margin-top: 10px;
  outline: medium none;
  padding: 10px 10px;
  width: 100%;
  height: 40px;
  font-size: 15px;
}
#chatbox:focus{
  background: none repeat scroll 0 0 white;
  border-color: #999999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
  color: #333;
  content:"";
}
#nick {font-size:14px;
       font-weight:bolder;
}
#texto {font-size:14px;
        font-weight:normal;
}
