body {
    font-family: Arial, sans-serif;
    font-size: 75%;
}

#title {
    position: absolute;
    font-family: Verdana, Arial, sans-serif;
    top: 0;
    left: 1%;
    color: #F63;
    padding-top: 2px;
}

#print {
}

#copyright {
    position: absolute;
    font-family: Verdana, Arial, sans-serif;
    bottom: 1%;
    right: 1%;
}

.banner {
    position: absolute;
    font-family: Verdana, Arial, sans-serif;
    border: 1px solid #ccf;
    background-color: #ff9;
}

.banner div {
    background-color: blue;
    width: 100%;
    height: 8px;
}

#vruler {
    position: absolute;
    border: 1px solid #ccf;
    width: 18mm;
    height: 208mm;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ruler-v.png', sizingMethod='scale');
}

#vruler_img {
    width: 18mm;
    height: 208mm;
    * display: none;    
}

#hruler {
    position: absolute;
    border: 1px solid #ccf;
    width: 208mm;
    height: 18mm;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ruler-h.png', sizingMethod='scale');
}

#hruler_img {
    width: 208mm;
    height: 18mm;
    * display: none;
}

.vgrid10 {
    border-left: 1px solid #ccf;
    border-right: 1px solid #ccf;
    position: absolute;
    width: 10mm;
    top: 10mm;
}

.hgrid10 {
    border-top: 1px solid #ccf;
    border-bottom: 1px solid #ccf;
    position: absolute;
    height: 10mm;
    left: 5mm;
}

.vgrid05 {
    padding-top: 3px;
    border-left: 1px solid #ccf;
    text-align: center;
    position: absolute;
    width: 10mm;
    top: 10mm;
}

.hgrid05 {
    padding-left: 3px;
    border-top: 1px solid #ccf;
    vertical-align: middle;
    position: absolute;
    height: 10mm;
    left: 5mm;
}

.hgrid05 div {
    height: 5mm;
    top: 50%;
    position: relative;
}

.vgrid05 span {
    background-color: white;
}

.hgrid05 span {
    background-color: white;
    position: relative;
    top: -50%;
    left: 1px;
}

#testbox {
    padding-left: 3px;
    padding-top: 3px;
    position: absolute;
    width: 100mm;
    height: 100mm;
    left: 5mm;
    top: 10mm;
    color: #F63;
}

