/*-------------------------------------
[ box ]
-------------------------------------*/

.blueBox {
	text-align:left;
	width:450px; /***** change width here *****/
	position:relative;
}

.blueBoxEdgeTop  {
	background:url(../images/box_blue_edge_top.png) top left repeat-x;
	float:left;
	width:430px; /***** change width here *****/
	height:10px;
	
}

.blueBoxCornerTopLeft {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_blue_corner_top_left.png) top left no-repeat;

}

.blueBoxCornerTopRight {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_blue_corner_top_right.png) top left no-repeat;
}

.blueBoxEdgeBottom  {
	background:url(../images/box_blue_edge_bottom.png) top left repeat-x;
	float:left;
	height:10px;
	width:430px; /***** change width here *****/
}

.blueBoxCornerBottomLeft {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_blue_corner_bottom_left.png) top left no-repeat;
}

.blueBoxCornerBottomRight {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/box_blue_corner_bottom_right.png) top left no-repeat;
}

.blueBoxEdgeLeft  {
	width:450px; /***** change width here *****/
	background:url(../images/box_blue_edge_left.png) top left repeat-y;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

.blueBoxEdgeRight {
	width:450px; /***** change width here *****/
	background:url(../images/box_blue_edge_right.png) top right repeat-y;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

.blueBoxContentWrapper {

}

.blueBoxContentPadding {

}

.blueBoxBg {
	background-color:#fff;
}












