
/*
Contact form sytlesheet for klettband.at
(c)2014 hartundweich.at
*/

.errorbox {
  border: 1px solid #ff0000;
  border-radius: 10px;
  height: 130px;
  display: none;
  }

.error {
  color: #ff0000;
  }

.submit {
  width: 368px;
  height: 50px;
  background-image: url(../img/button.png);
  font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
  font-size: 120%;
  color: #b3b7c0;
  margin: 0 auto 10px;
  display: block;
  border:none
  }

.inputline {
  margin-top: 8px;
  }

.submitted input:invalid, .submitted select:invalid {
  border: solid 1px #ff0000;
  box-shadow: 0 0 2px rgba(255, 0, 0, 1.0);
  }

.textinput {
  background-color: #e3e3e3;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  height: 1.5em;
  padding-left: 5px;
  margin-right: 5px;
  box-shadow: 0 0 2px rgba(155, 155, 155, 0.5);
  width: 10em;
  }

select.textinput {
  height: 1.7em;
  width: 100px;
  }
.textinput option {
  padding-top: 0.3em;
  }

.add {
  color: #808080;
  text-align:center;
  width: 20px;
  padding: 0;
  }

.dk {
  margin-left: 20px;
  margin-top: 10px;
  }

.dk .textinput {
  margin-right: 20px;
  }

.dk .remove {
  margin-right: 5px;
  }