#sidebar #searchform {
    margin: 0;
    padding: 0;
    position: relative;
    height: 36px;
}

#searchfrom input {
    margin: 0;
    padding: 0;
    float: left;
}

#searchform input[type="text"] {
  top: 6px;
  left: 10px;
  width: 128px;
  position: absolute;
  background-color: #DADADA;
  color: #333;
  border: 2px solid #333;
  height: 20px;
  font-size: 50%;
}

#searchform input[type="text"]:focus {
    margin: -1px;
    color: #292929;
    background-color: #FFF;
    border: 3px solid #292929;
    font-weight: bold;
}

#searchsubmit {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 2px solid #FFF;
    padding: 0 0.3em 0 24px;
    margin: 0;
    background-color: #FABC17;
    background-image: url(/wp-content/themes/jrmehle-css/images/search.gif);
    background-repeat: no-repeat;
    background-position: 5px;
    color: #292929;
    font-weight: bold;
    font-size: 0.7em;
}
#searchsubmit:hover { cursor: pointer; }
#searchsubmit:active {
  position: relative;
  top: 1px;
  outline: 0;
}

#commentform { margin-bottom: 1em; }
#commentform textarea { 
  border: 2px solid #333; 
  width: 100%; 
  background-color: #DADADA; 
}
#commentform textarea:focus { 
  margin: 0 0 0 -1px; 
  border: 3px solid #292929; 
  background-color: #FFF;
}
#commentform input[type='submit'] { 
  border: 2px solid #FFF;
  background-color: #FABC17;
  background-image: url(/wp-content/themes/jrmehle-css/images/comment-new.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding: 0.2em 0.75em 0.2em 1.75em;
  margin-top: 0.75em;
  color: #292929;
  font-weight: bold;
  float: right;
  cursor: pointer;
}
#commentform p {
  color: #FFF;
  font-size: 0.8em;
}