/* FORM */

input, textarea {
  font-size: 12px;
  font-family: Arial;
  border: 1px solid white;
  background: #2c2c2c;
  color: white;
  margin-bottom: 5px;
}
input[type=file]{
  background: white;
  color: black;
}

input:focus, textarea:focus {
  background: white;
  color: black;
}

input[type=button],input[type=submit],a.like_button{
  font-size: 12px;
  font-family: Arial;
  background: #2c2c2c;
  color: white;
  border: 1px outset #444444;
  margin: 0px;
  display: inline;
}

input[type=button],input[type=submit]{
  padding: 1px;
}

a.like_button{
  padding: 2px;
  margin: 3px;
  text-decoration: none;
}


/* FORM END */
