/* 
    Document   : print
    Created on : Dec 8, 2011, 9:28:18 PM
    Author     : ksb86
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    width: 550px;
    margin:auto;
    line-height: 130%; 
    border: 1px solid black;
    padding:0px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.center {
    text-align:center;
}
span{
}
.orderformbuttons{
    font-size: 90%;
    color:blue;
}
.orderformbuttons:hover{
    font-size: 103%;
}
.address{
    padding-left:80px;
}
.total{
    padding-left: 270px;
}