<html>
<head>
  <title>Div example</title>
</head>
<body>

<style type="text/css">
.button {
  cursor:pointer;
  background:url("../download/css/button_gradient.gif") repeat-x;
  border: 1px #ff0000 outset;
  padding: 2px 5px;
  color: #000000;
  text-decoration: none;
  font: bold 10px Verdana;
}

.inputbox {
  width: 150px;
  border: 1px solid #ff0000;
}
</style>

<form action="https://www.mobilefish.com">
<input type="text"  class="inputbox" />
<input type="submit" class="button" value="Submit" />
</form>

</body>
</html>