input {
  padding: .2em;
  border: 1px solid gray;
}

input:focus , input.sffocus {
  background-color: #F2F2F2;
  border: 1px solid #006C6C;
}

textarea {
  padding: .2em;
  border: 1px solid gray;
}

textarea:focus , textarea.sftfocus{
  background-color: #F2F2F2;
  border: 1px solid #006C6C;
}

input[type="button"] {
    background:url("./imagesgr/butinput.jpg");
    color: #444;
    font: normal 12px arial, sans-serif;
    font-weight: bold;
    height: 24px;
}

input[type="submit"] {
    background:url("./imagesgr/butinput.jpg");
    color: #444;
    font: normal 12px arial, sans-serif;
    font-weight: bold;
    height: 24px;
}
