.windowTitle
{
    background-image: url('windowImages/Top.jpg'); 
    background-repeat: repeat-x;
    height:30px;
}
.windowBottom
{
    background-image: url('windowImages/Bottom.jpg'); 
    background-repeat: repeat-x; 
    height:4px;
}
.windowVertical
{
    background-image: url('windowImages/Vertical.jpg'); 
    background-repeat: repeat-y;
    width: 4px;
}
.windowTable
{
    width:300px;
}
