
/* BOX 506px =================================================== */

.box-506 {
width: 506px;
overflow: hidden;
}

.box-506 .boxtop {
height: 7px;
width: 506px;
background-image: url(../img/fce_box/box-506-top.png);
background-repeat: none;
}
.box-506 .boxbody {
background-image: url(../img/fce_box/box-506-body.png);
background-repeat: repeat-y;
padding: 10px 10px 10px 20px;
}
.box-506 .boxbottom {
width: 506px;
height: 7px;
background-image: url(../img/fce_box/box-506-bottom.png);
background-repeat: none;
}

.box-506 .bodytext {
margin: 0;
}

/* BOX 752px =================================================== */

.box-752 {
width: 752px;
overflow: hidden;
}

.box-752 .boxtop {
height: 7px;
width: 752px;
background-image: url(../img/fce_box/box-752-top.png);
background-repeat: none;
}
.box-752 .boxbody {
background-image: url(../img/fce_box/box-752-body.png);
background-repeat: repeat-y;
padding: 10px 20px 10px 20px;
}
.box-752 .boxbottom {
width: 752px;
height: 7px;
background-image: url(../img/fce_box/box-752-bottom.png);
background-repeat: none;
}

.box-752 .bodytext {
margin: 0;
}
