body {
  background: #eee;
}

* {
  position: absolute;
  margin: 0; padding: 0;
}

input[type="text"] {
  border: 1px solid #CCC;
  padding: 6px;
  color:#CCC;
  font-weight:bold;
  font-size: 22px;
  width: 222px;
  text-transform:none;
  top:186px;
  left: 261px;
  background: no-repeat;
}

input[type="submit"] {
  display: block;
  border: 0;
  line-height: 35px;
  color: #004d7f;
  background:#FFF;
  font-size: 18px;
  top: 238px;
  left: 348px;
  cursor: pointer;
  padding:6px 43px;
}

form {
  width: 990px;
  height: 500px;
  
  
}