/* CSS for the box starts here */
/*================================================*/
/* Default styling. Used when JavaScript is unsupported */
.door10 {
	padding:21px;
	margin:0;
	background:#fff;
	border:1px solid #666;
	}
.door10 h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.door10cb {
	margin:0;
	}


/* Rules for the top corners and border */
.door10bt { /* TOP AND TOPRIGHT CORNER */
	background:url(/gallery/whiteborder2.jpg) no-repeat 100% 0;
	margin:0 0 0 34px;
	height:24px;
	}
.door10bt div { /* TOPLEFT CORNER */
	height:24px;
	width:34px;
	position:relative;
	left:-34px;
	background:url(/gallery/whiteborder2.jpg) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.door10bb { /* BOTTOM AND BOTTOMRIGHT */
	background:url(/gallery/whiteborder2.jpg) no-repeat 100% 100%;
	margin:0 0 0 34px;
	height:25px;
	}
.door10bb div { /* BOTTOMLEFT CORNER */
	height:25px;
	width:34px;
	position:relative;
	left:-34px;
	background:url(/gallery/whiteborder2.jpg) no-repeat 0 100%;
	}

/* Insert the left border */
.door10i1 { /* LEFT BORDER */
	padding:0 0 0 34px;
	background:url(/cbb/bdr10whiteborder2.jpg) repeat-y 0 0;
	}
/* Insert the right border */
.door10i2 { /* RIGHT BORDER */
	padding:0 40px 0 0;
	background:url(/cbb/bdr10whiteborder2.jpg) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.door10i3 {
	padding:0;
	margin:0;
	}
/* CSS for the box ends here */

/* Alternate CSS for IE6 */
.door10bt2 { /* TOP AND TOPRIGHT CORNER */
	background:url(/gallery/whiteborder2.jpg) no-repeat 100% 0;
	margin:0 0 0 34px;
	height:24px;
	}
.door10bt2 div { /* TOPLEFT CORNER */
	height:24px;
	width:34px;
	position:relative;
	left:-34px;
	background:url(/gallery/whiteborder2.jpg) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.door10bb2 { /* BOTTOM AND BOTTOMRIGHT */
	background:url(/gallery/whiteborder2.jpg) no-repeat 100% 100%;
	margin:0 0 0 34px;
	height:25px;
	}
.door10bb2 div { /* BOTTOMLEFT CORNER */
	height:25px;
	width:34px;
	position:relative;
	left:-34px;
	background:url(/gallery/whiteborder2.jpg) no-repeat 0 100%;
	}

/* Insert the left border */
.door10i12 { /* LEFT BORDER */
	padding:0 0 0 34px;
	background:url(/cbb/bdr10whiteborder2.jpg) repeat-y 0 0;
	}
/* Insert the right border */
.door10i22 { /* RIGHT BORDER */
	padding:0 40px 0 0;
	background:url(/cbb/bdr10whiteborder2.jpg) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.door10i32 {
	padding:0;
	}
/* Alternate CSS for IE6 ends here */


