.aqua-top
{
    background: #61c6c3;
    width:374px;
}
.aqua-div
{
    background: #61c6c3 url('../images/signUpAqua-top.gif') top no-repeat;
    padding: 10px;
}
.aqua-bottom
{
    background: #61c6c3 url('../images/signUpAqua-bottom.gif') bottom no-repeat;
    padding-bottom: 10px;            
}

.darkBrown-top
{
    background: url('../images/signUpDarkBrown-middle.gif') repeat-y;
    width:375px;
}
.darkBrown-div
{
    background: transparent url('../images/signUpDarkBrown-top.gif') top no-repeat;
    padding: 10px;
}
.darkBrown-bottom
{
    background: #7d715b url('../images/signUpDarkBrown-bottom.gif') bottom no-repeat;
    padding-bottom: 10px;            
}

.brown-top
{
    background: #c7b29d;
    width:374px;
}
.brown-div
{
    background: transparent url('../images/signUpBrown-top.gif') top no-repeat;
    padding: 10px;
}
.brown-bottom
{
    background: #c7b29d url('../images/signUpBrown-bottom.gif') bottom no-repeat;
    padding-bottom: 10px;            
}

.red-top
{
    background: #c7836d;
    width:375px;
}
.red-div
{
    background: transparent url('../images/signUpRed-top.gif') top no-repeat;
    padding: 10px;
}
.red-bottom
{
    background: #c7836d url('../images/signUpRed-bottom.gif') bottom no-repeat;
    padding-bottom: 10px;            
}