/* CSS for the box starts here */
/*================================================*/
/* Default styling. Used when JavaScript is unsupported */
.door16 {
	padding:21px;
	margin:0;
	background:#fff;
	border:1px solid #666;
	}
.door16 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. */
.door16cb {
	margin:0;
	}


/* Rules for the top corners and border */
.door16bt { /* TOP AND TOPRIGHT CORNER */
	background:url(/gallery/8bit398bitwhitebluecurvedcorners.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:18px;
	}
.door16bt div { /* TOPLEFT CORNER */
	height:18px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(/gallery/8bit398bitwhitebluecurvedcorners.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.door16bb { /* BOTTOM AND BOTTOMRIGHT */
	background:url(/gallery/8bit398bitwhitebluecurvedcorners.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:18px;
	}
.door16bb div { /* BOTTOMLEFT CORNER */
	height:18px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(/gallery/8bit398bitwhitebluecurvedcorners.png) no-repeat 0 100%;
	}

/* Insert the left border */
.door16i1 { /* LEFT BORDER */
	padding:0 0 0 18px;
	background:url(/cbb/bdr168bit398bitwhitebluecurvedcorners.png) repeat-y 0 0;
	}
/* Insert the right border */
.door16i2 { /* RIGHT BORDER */
	padding:0 20px 0 0;
	background:url(/cbb/bdr168bit398bitwhitebluecurvedcorners.png) 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. */
.door16i3 {
	padding:0;
	margin:0;
	}
/* CSS for the box ends here */

/* Alternate CSS for IE6 */
.door16bt2 { /* TOP AND TOPRIGHT CORNER */
	background:url(/cbb/8bit168bit398bitwhitebluecurvedcorners.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:18px;
	}
.door16bt2 div { /* TOPLEFT CORNER */
	height:18px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(/cbb/8bit168bit398bitwhitebluecurvedcorners.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.door16bb2 { /* BOTTOM AND BOTTOMRIGHT */
	background:url(/cbb/8bit168bit398bitwhitebluecurvedcorners.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:18px;
	}
.door16bb2 div { /* BOTTOMLEFT CORNER */
	height:18px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(/cbb/8bit168bit398bitwhitebluecurvedcorners.png) no-repeat 0 100%;
	}

/* Insert the left border */
.door16i12 { /* LEFT BORDER */
	padding:0 0 0 18px;
	background:url(/cbb/8bitbdr168bit398bitwhitebluecurvedcorners.png) repeat-y 0 0;
	}
/* Insert the right border */
.door16i22 { /* RIGHT BORDER */
	padding:0 20px 0 0;
	background:url(/cbb/8bitbdr168bit398bitwhitebluecurvedcorners.png) 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. */
.door16i32 {
	padding:0;
	}
/* Alternate CSS for IE6 ends here */


