/*-------------------------------------
[ box ]
-------------------------------------*/

.whiteBox {
	text-align:left;
	width:450px; /***** change width here *****/
	position:relative;
}

.whiteBoxEdgeTop  {
	background:url(../images/box_white_edge_top.png) top left repeat-x;
	float:left;
	width:430px; /***** change width here *****/
	height:10px;
	
}

.whiteBoxCornerTopLeft {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_white_corner_top_left.png) top left no-repeat;

}

.whiteBoxCornerTopRight {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_white_corner_top_right.png) top left no-repeat;
}

.whiteBoxEdgeBottom  {
	background:url(../images/box_white_edge_bottom.png) top left repeat-x;
	float:left;
	height:10px;
	width:430px; /***** change width here *****/
}

.whiteBoxCornerBottomLeft {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_white_corner_bottom_left.png) top left no-repeat;
}

.whiteBoxCornerBottomRight {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_white_corner_bottom_right.png) top left no-repeat;
}

.whiteBoxEdgeLeft  {
	width:450px; /***** change width here *****/
	background:url(../images/box_white_edge_left.png) top left repeat-y;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

.whiteBoxEdgeRight {
	width:450px; /***** change width here *****/
	background:url(../images/box_white_edge_right.png) top right repeat-y;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

.whiteBoxContentWrapper {

}

.whiteBoxContentPadding {

}

.whiteBoxBg {
	background-color:#fff;
}













