
.myButton{
background:url(images/submit_btn.png) no-repeat;
cursor:pointer;
width: 145px;
height: 45px;
border: none;
margin-top: 9px;
margin-left: 40px;
}
 
.input {
  height: 1.8em;
  float: left;
  color: #000000;
  background: #ffffff;  
  border: 1px solid #bbb8a9;
  width:128px;
  font-size:12px;
  margin:2px;
  margin-top: 10px;
  }

.input2 {
  height: 1.8em;
  float: left;
  color: #000000;
  background: #ffffff;  
  border: 1px solid #bbb8a9;
  width:266px;
  font-size:12px;
  margin:2px;
  margin-top: 10px;
  }

.inputselect {
 height: 1.8em;
 margin: 2px;
 float: left;
 color: #000000;
 background: #ffffff;
 border: 1px solid #bbb8a9;
 width:128px;
 font-size:12px;	
 margin-top: 10px;
}

.clear {
clear:both;
}
