body {
scrollbar-arrow-color: rgb(27,122,115);
scrollbar-base-color: rgb(0,0,0);
scrollbar-dark-shadow-color: rgb(0,0,0);
scrollbar-track-color: rgb(27,122,115);
scrollbar-face-color: rgb(241,229,255);
scrollbar-shadow-color: rgb(0,0,0);
scrollbar-highlight-color: rgb(221,221,221);
scrollbar-3d-light-color: rgb(128,128,128)
}

input[type="button"]{
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif;
  font-size: 1 em;
  color: rgb(255,255,255);
  border: 2px outset rgb(132,115,48)
}

 input[type="submit"]{
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS"  ;
  font-size: 1 em;
  color: rgb(255,255,255);
  border: 2px outset rgb(132,115,48)
}

 input[type="reset"] {
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS"  ;
  font-size: 1 em;
  color: rgb(255,255,255);
  border: 2px outset rgb(132,115,48)
}

input[type="text"]{
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

 input[type="password"] {
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS"  ;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

input[type="checkbox"] {
  background-color: rgb(241,229,255);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif
}

input[type="radio"] {
  background-color: rgb(241,229,255);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif
}

input[type="file"] {
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

textarea {
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

select {
  background-color: rgb(27,122,115);
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

selectoption { 

}

fieldset {
  border: solid rgb(27,122,115)
}

legend {
  font-family: "Trebuchet MS",    Tahoma,    Verdana,    Arial,    Helvetica,    Sans-serif;
  border: solid 1px rgb(27,122,115)
}

label {
  font-family: Tahoma;
  color: rgb(255,255,204) 
}