https://i.sstatic.net/hXAYH.png
2)I would like to modify the border of the "submit" button to be circular, similar to the image shown here
https://i.sstatic.net/ilxDs.png
.submit1 {
background: #ff7704 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
font-size: 23px;
font-weight: bold;
padding: 8px;
min-width: 140px;
}