form{
  padding:0;
  margin:0;
}
textarea, input, select {
  width:95%;
  border:1px solid #BBB;
  margin:0;
  color:#303030;
  margin-bottom:0px;
}
textarea{
  height:150px;
  overflow:auto;
}
textarea.small{
  height:80px;
}
/* Nur für Mozilla (:hover :focus), IE würde behavior gebrauchen */
textarea:focus, input:focus, select:focus {
  border:1px solid #000;
  background-color: #FFF;
  width:95%;
}
textarea:hover, input:hover, select:hover{
  background-color: #fafafa;
}
input.checkbox, input.radio{
  border:none;
  width:25px;
  margin:0;
  display:inline;
}