@charset "UTF-8";
/* CSS Document */

/* Rules for the top corners and border */
.bt {
	background:url(images/box_photo.gif) no-repeat 100% 0;
	margin:0 0 0 4px;
	height:8px;
}
.bt div {
	height:8px;
	/*   width:200px; */
	position:relative;
	left:-4px;
	background:url(images/box_photo.gif) no-repeat 0 0;
}


/* Rules for the bottom corners and border */
.bb {
	background:url(images/box_photo.gif) no-repeat 100% 100%;
	margin:0 0 0 4px;
	height:8px;
}
.bb div {
	height:8px;
	/* width:12px; */
	position:relative;
	left:-4px;
	background:url(images/box_photo.gif) no-repeat 0 100%;
}


/* Insert the left border */
.i1 {
	padding:0 0 0 8px;
	background:url(images/borders_photo.gif) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 8px 0 0;
	background:url(images/borders_photo.gif) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour*/
.i3 {
	background:#fff;
	/*border-width:1px 0;*/
	padding:0 0px;
}

