﻿html, body, form, div, table, img
{
    margin:0;
	padding:0;
}

.subtext
{
    font-size: 12px;
}

.mainbody
{
    width: 100%;
    text-align: center;
}

.searchbox
{
    position: relative;
    top: 80px;
}
.bookresults, .priceresults
{
    position: relative;
    top:125px;
}

.bookresults 
{
    width:500px;
    display:inline;
    text-align:left;
}

.bookresults td
{
   padding-bottom: 15px;
}

.priceresults td
{
    padding-bottom: 8px;
}

.copyright
{
    position: absolute;
    bottom: 0px;
    text-align: right;
    width:100%;
    font-size:12px;
    color: #857979;
    height: 20px;
}

.logo
{
    position: relative;
    top: 25px;
}

caption
{
    padding-bottom: 5px;
    text-decoration: underline;
}

.error
{
	padding-top:10px;
    color: #CC3333;
    font-weight: bold;
}