html { overflow: -moz-scrollbars-vertical; }

body { margin: 0px 0px 0px 0px; font-size:100%; }

:focus { outline: 0px; }

img { border: 0; }


.bg {
  width:1024px;
  height:768px;
}

.input_div {
  position: relative;
  width:300px;
  height:20px;
  top:-457px; left:215px;
}

.myinput {
  font-family:arial,sans-serif;
  font-size:16px;
  border-color:ffffff;
  border-style:none;
  border-width:0px;
  padding: 5px 3px 5px 3px;
  background-color:ffffff;
  -webkit-appearance: none; 
}

