<style>
#sv {
width:930px;
margin-right:auto;
margin-left:auto;
margin-top:5px;
padding:0px;
text-align:center;
}

/* tableless tables */

div.tableless {
width: 650;
background-color:#fff;
border: 0px dotted #fff;
padding: 5px;
margin: 0px auto;
}

div.row {
clear: both;
padding-top: 10px;
}

div.row span.col1 {
float: left;
width: 100px;
text-align: right;
}

div.row span.col2 {
float: right;
width: 200px;
text-align: left;
}

div.row span.col3 {
float: left;
width: 200px;
text-align: right;
}
</style> 