<style type="text/css">
<!--
form{
width:100%;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
margin:0 10px;
}

input, textarea, select {
background:#fff;
width:100%;
margin-bottom: 3px;
padding:6px 12px;
border-radius:4px;
}
.submit {
clear:both;
width:100px;
color:#fff;
background: #ff8832;
border-radius:4px;
}
#left{
float:left;
width:48%;
height:auto;
text-align:left;
}
#right{
float:right;
width:48%;
height:auto;
text-align:left;
}
#clear{
margin-top: 10px;
padding-top:10px;
border-top:1px solid #fff;
clear:both;
width:100%;
text-align:center;
}
-->
</style>