div.boxWhite-container{
	width : 615px;
	float : left;
	margin-bottom : 30px;
}
div.boxWhite-container form{
	margin : 0px;
	padding : 0px;
}
div.boxWhite-top{
}
div.boxWhite-topleft{
    float : left; 
	
    background: transparent url(../images/boxWhite-topLeft.png) no-repeat bottom; 

    height : 15px;
    width : 15px; 

}
div.boxWhite-topmiddle{ 
    float : left; 
	
    background : transparent url(../images/boxWhite-middle.png) repeat-x bottom;
    
    height : 15px;
    width : 585px;
}
div.boxWhite-topright{
    float : left;
	
    background: transparent url(../images/boxWhite-topRight.png) no-repeat bottom; 
    
    height : 15px;
    width : 15px; 
} 
div.boxWhite-content{
	background-color : white;
	padding : 0px 20px;
	border : 1px solid white;
}
div.boxWhite-bottom{
}
div.boxWhite-bottomleft{
    float : left;
	
    background : transparent url(../images/boxWhite-bottomLeft.png) no-repeat top;
    
    height : 15px;
    width : 15px; 
}
div.boxWhite-bottommiddle{
    float : left; 
	
    background : transparent url(../images/boxWhite-middle.png) repeat-x top;
    
    height : 15px;
    width : 585px;
}
div.boxWhite-bottomright{
    float : left;
	
    background : transparent url(../images/boxWhite-bottomRight.png) no-repeat top;
    
    height : 15px;
    width : 15px;
} 
