form
{
    padding:0px;
    margin:0px;
}

div.quartercol
{
    float:left;
    width:25%;
}

div.halfcol
{
    float:left;
    width:50%;

}
div.threequartercol
{
    float:left;
    width:75%;
}


div.fullcol
{
    width:100%;
}

div.thirdcol
{
    float:left;
    width:33%;

}

div.twothirdcol
{
    float:left;
    width:66%;
}

.center
{
    text-align:center;
}

.right
{
    text-align:right;
}

.left
{
    text-align:left;
}
