.inside_01 {
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}

.top-left_01, .top-right_01 {
	background-image: url(/images/corners/des_box_07.png);
	height: 30px;
	}

.bottom-left_01, .bottom-right_01 {
	background-image: url(/images/corners/des_box_07.png);
	height: 10px;
	}

.top-left_01, .bottom-left_01 {
	margin-right: 10px;
	padding-left: 10px;
	}
	
.top-right_01 {
	margin-left: 10px;
	margin-top: -30px;
	}

.bottom-right_01 {
	margin-left: 10px;
	margin-top: -10px;
	}
	
.left_border_01  {
	background-image: url(/images/corners/des_box_02.png);
	background-repeat: repeat-y;
	}
.right_border_01{
	background-image: url(/images/corners/des_box_04.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.top-right_01 {
	background-position: 100% 0;
	}
	
.bottom-left_01  {
	background-position: 0 -40px;
	}
	
.bottom-right_01 {
	background-position: 100% -40px;
	}

/* ------------------------------------------------------------------ */

.designation {
	padding-top: 7px;
	color: #123963;
	font-weight: bold;
}


.inside_02 {
	background-color: #ECF5FA;
	margin-right: 10px;
	margin-left: 10px;
}

.top-left_02, .top-right_02, .bottom-left_02, .bottom-right_02 {
	background-image: url(/images/corners/corner_02_07.png); /* CHANGE: path and name of your image1 */
	height: 10px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left_02, .bottom-left_02 {
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right_02, .bottom-right_02 {
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right_02 {
	background-position: 100% 0;
	/* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left_02  {
	background-position: 0 -10px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right_02 {
	background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.left_border_02  {
	background-image: url(/images/corners/corner_02_02.png); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}

.right_border_02 {
	background-image: url(/images/corners/corner_02_04.png); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	background-position: 100% 0;
}


/* ------------------------------------------------------------------ */

.inside_03 {
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
}

.top-left_03, .top-right_03, .bottom-left_03, .bottom-right_03 {
	background-image: url(/images/corners/corner_03_07.jpg); /* CHANGE: path and name of your image1 */
	height: 10px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left_03, .bottom-left_03 {
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right_03, .bottom-right_03 {
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right_03 {
	background-position: 100% 0;
	/* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left_03  {
	background-position: 0 -10px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right_03 {
	background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.left_border_03  {
	background-image: url(/images/corners/corner_03_02.jpg); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}

.right_border_03 {
	background-image: url(/images/corners/corner_03_04.jpg); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	background-position: 100% 0;
}
