table { background-color:silver; color: black; font-size: 14px; width:80%; text-transform: uppercase; } #txt input { float: left; width: 180px; height: 28px; font-size: 16px; background-color: white; color: black; border-radius: 15px; border-style: solid; border-width: 1px; border-color: gray; text-indent: 5px; } #sub input { float: left; width: 100px; height: 30px; font-size: 16px; background-color: red; color: white; border-radius: 15px; border-style: solid; border-width: 1px; border-color: black; text-indent: 5px; }