input{
margin: 1px;
}
label{
white-space: nowrap;
margin: 2px;
}
LABEL.inputLabel{
 width: 10em;
 float: left;
 text-align: right;
}
/* else to wide sometimes? */
input#street-address{
width: 18em;
}
.clearBoth{
clear: both;
line=height: 0;
font-size: 0;
}
#cartAdd{
float: right;
}
.forward{
float: right;
}
/* clean up account_history_info page */
#myAccountShipInfo .floatingBox{
float: none;
}
#myAccountShipInfo h3 {
margin-top: 1em !important;
}
.navNextPrevWrapper div {
display: inline;
}
.navNextPrevWrapper {
margin: auto;
text-align: center;
}