div.boxPink-container{
width : 180px;
float : left;
margin-bottom : 30px;
}
div.boxPink-top{
}
div.boxPink-topleft{
    float : left; 
    background: transparent url(../images/boxPink-topLeft.png) no-repeat bottom; 
    height : 15px;
    width : 15px; 
    border : 0px solid red;
}
div.boxPink-topmiddle{ 
    float : left; 
    background : transparent url(../images/boxPink-middle.png) repeat-x bottom;
    height : 15px;
    width : 165px;
}
div.boxPink-topright{
    float : left;
    background: transparent url(../images/boxPink-topRight.png) no-repeat bottom; 
    height : 15px;
    width : 15px; 
} 
div.boxPink-content{
    background : transparent url(../images/boxPink-middle.png);
    background-color : #d6c8c4;
    height : 90px;
}
div.boxPink-bottom{
}
div.boxPink-bottomleft{
    float : left;
    background : transparent url(../images/boxPink-bottomLeft.png) no-repeat top;
    height : 15px;
    width : 15px; 
}
div.boxPink-bottommiddle{
    float : left; 
    background : transparent url(../images/boxPink-middle.png) repeat-x top;
    height : 15px;
    width : 165px;
}
div.boxPink-bottomright{
    float : left;
    background : transparent url(../images/boxPink-bottomRight.png) no-repeat top;
    height : 15px;
    width : 15px;
} 