input.css3form,  textarea.css3form  {
  background-color: #eee;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
  background: -moz-linear-gradient(top, #fff, #efefef);
  
  border-radius:         2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius:    2px 2px 2px 2px;
  
  box-shadow:         0px 0px 1px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  -moz-box-shadow:    0px 0px 1px rgba(0,0,0,0.7);
  
  border: solid 0px #efefef;
  padding-left: 3px;
  text-shadow: 0px 1px 1px white;
  display: inline;
  margin: 9px;
  //height: 38px;
  font-family: Tahoma;
  font-size: .98em;
}
input.css3form:focus, textarea.css3form:focus {
  box-shadow:         1px 1px 3px #4C7FFF;
  -webkit-box-shadow: 1px 1px 3px #4C7FFF;
  -moz-box-shadow:    1px 1px 3px #4C7FFF;
}
input.roundbutton {
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
  background: -moz-linear-gradient(top, #fff, #efefef);
  background-repeat: no-repeat;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  
  box-shadow:         0px 0px 1px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  -moz-box-shadow:    0px 0px 1px rgba(0,0,0,0.7);
  
  border: solid 0px white;
  //padding: 10px 18px;
  cursor: pointer;
  margin: 1px;
  margin-bottom: 3px;
  font-family: Tahoma;
  font-size: 1.05em;
}

input.roundbutton:hover {
  background: -webkit-gradient(linear, center top, center bottom, color-stop(100%, #eee), color-stop(0%, #ccc));
  background: -moz-linear-gradient(top, #ccc, #eee);
  background-repeat: no-repeat;
  box-shadow:         1px 1px 3px #4C7FFF;
  -webkit-box-shadow: 1px 1px 3px #4C7FFF ;
  -moz-box-shadow:    1px 1px 3px #4C7FFF;
  
  -webkit-border-radius: 1x;
  -moz-border-radius: 1px;
  
  //padding: 10px 18px;
  border: solid 0px white;
  cursor: pointer;
  margin: 1px;
  margin-bottom: 3px;
  font-size: 1.10em;
}
label.css3formlabels {
  margin-left: 8px;
}
#css3boxshawdow {
  width: 200px;
  padding: 2px 6px;
}
#css3boxshawdow:hover {
  box-shadow:         0px 0px 3px #4C7FFF;
  -webkit-box-shadow: 0px 0px 3px #4C7FFF;
  -moz-box-shadow:    0px 0px 3px #4C7FFF;
  padding: 2px 6px;
}
#gradient {
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ccc), color-stop(100%, #efefef));
  background: -moz-linear-gradient(top, #ccc, #efefef);
  margin: 10px 0px;
  display: block;
  padding: 1px 3px;
}   
#nogradient {
  margin: 10px 0px;
  display: block;
  padding: 1px 3px;
} 