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


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

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

/* Insert the left border */
.door30i1 { /* LEFT BORDER */
	padding:0 0 0 17px;
	background:url(/cbb/bdr30sd3.jpg) repeat-y 0 0;
	}
/* Insert the right border */
.door30i2 { /* RIGHT BORDER */
	padding:0 18px 0 0;
	background:url(/cbb/bdr30sd3.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. */
.door30i3 {
	padding:0;
	margin:0;
	}
/* CSS for the box ends here */

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

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

/* Insert the left border */
.door30i12 { /* LEFT BORDER */
	padding:0 0 0 17px;
	background:url(/cbb/bdr30sd3.jpg) repeat-y 0 0;
	}
/* Insert the right border */
.door30i22 { /* RIGHT BORDER */
	padding:0 18px 0 0;
	background:url(/cbb/bdr30sd3.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. */
.door30i32 {
	padding:0;
	}
/* Alternate CSS for IE6 ends here */

