/* GENERAL 
-------------------------------------------------------- */
span.input {
  background:#eeeeee url(../images/button_background.jpg) repeat-x;
  border:1px solid #4d4d4d;   
  border-top:1px solid Silver; 
  border-left:1px solid Silver;  
  padding:0px;
  font-size:16px;
  line-height:16px;
}

span.input input {
  font:normal 10px Verdana, sans-serif;
  padding:2px 3px 2px 10px;
  height:20px;
  width:130px;
  border:none;
  outline:none;
}
 
/* SPECIFIC 
-------------------------------------------------------- */
span.input input.submit {
  background:url(../images/button_okay.gif) no-repeat 4px;
  width:100px;
}
 
span.input input.cancel {
  background:url(../images/button_cancel.gif) no-repeat 4px;
  width:94px;
}

span.input input.show {
  background:url(../images/button_anzeigen.gif) no-repeat 4px;
  width:95px;
}

input.previous {
  background:url(../images/previous.gif) no-repeat 0 0;
  width:100px;height:13px;
  padding:0 0 0 0;
  border:none;
  font:normal 9px Verdana, sans-serif;
}

input.next {
  background:url(../images/next.gif) no-repeat 90px 0;
  width:100px;height:13px;
  padding:0 0 0 0;
  border:none;
  font:normal 9px Verdana, sans-serif;
}

span.input input.highlight {
  background:url(../images/button_highlight.gif) no-repeat 4px;
  width:110px;
}

span.input input.excel {
  background:url(../images/button_excel.gif) no-repeat 4px;
  width:85px;
}

span.input input.pdf {
  background:url(../images/button_pdf.gif) no-repeat 4px;
  width:85px;
}

span.input input.kml {
  background:url(../images/button_info.gif) no-repeat 4px;
  width:85px;
}

span.input input.undo {
  background:url(../images/button_undo.gif) no-repeat 4px;
  width:126px;
}

span.input input.plot {
  background:url(../images/button_plot.gif) no-repeat 4px;
  width:80px;
}

span.input input.edit {
  background:url(../images/button_edit.gif) no-repeat 4px;
  width:85px;
}

span.input input.zoomto {
  background:url(../images/button_zoomto.gif) no-repeat 4px;
  width:110px;
}

span.input input.buffer {
  background:url(../images/spacer.gif) no-repeat 4px;
  padding:0;
  width:110px;
}

span.input input.info {
  background:url(../images/button_info.gif) no-repeat 4px;
  width:100px;
}
 
span.input input.noimage {
  background:url(../images/spacer.gif) no-repeat 4px;
  padding:0;
  width:115px;
}

span.input input.ok {
  background:url(../images/spacer.gif) no-repeat 4px;
  padding:0;
  width:25px;
}