/* CSS Document */
div.product{
}
div.productend{
}
div.imageholder{
}
#body div.imgholder img{
}
#body div.imageholder h2{
}
#body div.imageholder a{
}
#body div.product h2.caption{
}
#body div.product p{
}

form{
    margin:auto;
}
form input, form textarea{
    width:100%;
}
form textarea{
    height:100px;
}
form input.button{
    width:auto;
    float:right;
    margin-top:5px;
}