div.boxWhiteStroke-container{
}
div.boxWhiteStroke-top{
}
div.boxWhiteStroke-topleft{
    float : left; 
    background-image : url(../images/boxWhiteStroke-topLeft.png);
	background-position : bottom;
	background-repeat : no-repeat;
    height : 15px;
    width : 15px; 
    border : 0px solid red;
}
div.boxWhiteStroke-topmiddle{ 
    float : left; 
    background-image : url(../images/boxWhiteStroke-topMiddle.gif);
	background-position : bottom;
	background-repeat : repeat-x; 
    height : 15px;
    width : 150px;
}
div.boxWhiteStroke-topright{
    float : left;
    background-image : url(../images/boxWhiteStroke-topRight.png);
	background-position : bottom;
	background-repeat : no-repeat; 
    height : 15px;
    width : 15px; 
} 
div.boxWhiteStroke-content{
    border-left : 1px solid #8E818F; 
    border-right : 1px solid #8E818F; 
    background-color : white;
}
div.boxWhiteStroke-bottom{
}
div.boxWhiteStroke-bottomleft{
    float : left;
    background-image : url(../images/boxWhiteStroke-bottomLeft.png);
    background-position : top;
    background-repeat : no-repeat; 
    height : 15px;
    width : 15px; 
}
div.boxWhiteStroke-bottommiddle{
    float : left; 
    background-image : url(../images/boxWhiteStroke-bottomMiddle.gif);
	background-position : top;
	background-repeat : repeat-x; 
    height : 15px;
    width : 150px;
}
div.boxWhiteStroke-bottomright{
    float : left;
    background-image : url(../images/boxWhiteStroke-bottomRight.png);
	background-position : top;
	background-repeat : no-repeat; 
    height : 15px;
    width : 15px;
} 
