@charset "utf-8";
/* CSS Document */

.boxes_green_corner_UL
{
	width:10px;
	height:10px;

	position:absolute;
	left:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_green_UL.gif);
	background-repeat:no-repeat;
}
.boxes_green_corner_UR
{
	width:10px;
	height:10px;

	position:absolute;
	right:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_green_UR.gif);
	background-repeat:no-repeat;
}
.boxes_green_corner_BL
{
	width:10px;
	height:10px;

	position:absolute;
	left:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_green_BL.gif);
	background-repeat:no-repeat;
}
.boxes_green_corner_BR
{
	width:10px;
	height:10px;

	position:absolute;
	right:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_green_BR.gif);
	background-repeat:no-repeat;
}
.boxes_green_top
{
	height:10px;

	position:absolute;
	left:10px;
	top:-10px;
	
	background-color:#e2f900;
	
	border-top:solid;
	border-width:1px;
	border-color:#d1d1d1;
}
.boxes_green_bottom
{
	height:10px;

	position:absolute;
	left:10px;
	bottom:-10px;

	background-image:url(../images/boxes/ending_green.gif);
	background-repeat:repeat-x;	
}

.boxes_grey_corner_UL
{
	width:10px;
	height:10px;

	position:absolute;
	left:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_grey_UL.gif);
	background-repeat:no-repeat;
}
.boxes_grey_corner_UR
{
	width:10px;
	height:10px;

	position:absolute;
	right:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_grey_UR.gif);
	background-repeat:no-repeat;
}
.boxes_grey_corner_BL
{
	width:10px;
	height:10px;

	position:absolute;
	left:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_grey_BL.gif);
	background-repeat:no-repeat;
}
.boxes_grey_corner_BR
{
	width:10px;
	height:10px;

	position:absolute;
	right:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_grey_BR.gif);
	background-repeat:no-repeat;
}
.boxes_grey_top
{
	height:10px;

	position:absolute;
	left:10px;
	top:-10px;
	
	background-color:#e6e6f3;
	
	border-top:solid;
	border-width:1px;
	border-color:#d1d1d1;
}
.boxes_grey_bottom
{
	height:10px;

	position:absolute;
	left:10px;
	bottom:-10px;

	background-image:url(../images/boxes/ending_grey.gif);
	background-repeat:repeat-x;	
}

.boxes_white_corner_UL
{
	width:10px;
	height:10px;

	position:absolute;
	left:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_white_UL.gif);
	background-repeat:no-repeat;
}
.boxes_white_corner_UR
{
	width:10px;
	height:10px;

	position:absolute;
	right:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_white_UR.gif);
	background-repeat:no-repeat;
}
.boxes_white_corner_BL
{
	width:10px;
	height:10px;

	position:absolute;
	left:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_white_BL.gif);
	background-repeat:no-repeat;
}
.boxes_white_corner_BR
{
	width:10px;
	height:10px;

	position:absolute;
	right:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_white_BR.gif);
	background-repeat:no-repeat;
}
.boxes_white_top
{
	height:10px;

	position:absolute;
	left:10px;
	top:-10px;
	
	background-color:#ffffff;
	
	border-top:solid;
	border-width:1px;
	border-color:#d1d1d1;
}
.boxes_white_bottom
{
	height:10px;

	position:absolute;
	left:10px;
	bottom:-10px;

	background-color:#ffffff;
	
	border-bottom:solid;
	border-width:1px;
	border-color:#d1d1d1;
}

.boxes_big_corner_UL
{
	width:10px;
	height:70px;

	position:absolute;
	left:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_big_UL.gif);
	background-repeat:no-repeat;
}
.boxes_big_corner_UR
{
	width:10px;
	height:70px;

	position:absolute;
	right:0px;
	top:-10px;
	
	background-image:url(../images/boxes/corner_big_UR.gif);
	background-repeat:no-repeat;
}
.boxes_big_corner_BL
{
	width:10px;
	height:30px;

	position:absolute;
	left:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_big_BL.gif);
	background-repeat:no-repeat;
}
.boxes_big_corner_BR
{
	width:10px;
	height:30px;

	position:absolute;
	right:0px;
	bottom:-10px;
	
	background-image:url(../images/boxes/corner_big_BR.gif);
	background-repeat:no-repeat;
}
.boxes_big_top
{
	height:70px;

	position:absolute;
	left:10px;
	top:-10px;
	
	background-image:url(../images/boxes/begin_big.gif);
	background-repeat:repeat-x;	
}
.boxes_big_bottom
{
	height:30px;

	position:absolute;
	left:10px;
	bottom:-10px;

	background-image:url(../images/boxes/ending_big.gif);
	background-repeat:repeat-x;	
}