/* CSS for the box starts here
	================================================*/
	/* Default styling. Used when JavaScript is unsupported */
	.cbb {
		padding:0 10px;
		margin:1em 0;
		/* background:#f7f7ef; */
		background:#ffffff;
		border:1px solid #666;
		}
	.cbb h1 {
		margin:0 -10px;
		padding:0.3em 10px;
		/* background:#efece6; */
		background:#ffffff;
		font:bold 1.2em/1 Trebuchet MS;
		}
	/* 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. */
	.cb {
		margin:0.5em 0;
		}
	.two {
		width:45%;
		float:left;
		}
	.three {
		width:45%;
		float:right;
		}
	/* Rules for the top corners and border */
	.bt {
		background:url(images/box2.png) no-repeat 100% 0;
		margin:0 0 0 24px;
		height:21px;
		}
	.bt div {
		height:21px;
		width:24px;
		position:relative;
		left:-24px;
		background:url(images/box2.png) no-repeat 0 0;
		}
	 
	/* Rules for the bottom corners and border */
	.bb {
		background:url(images/box2.png) no-repeat 100% 100%;
		margin:0 0 0 24px;
		height:21px;
		}
	.bb div {
		height:21px;
		width:24px;
		position:relative;
		left:-24px;
		background:url(images/box2.png) no-repeat 0 100%;
		}
	 
	/* Insert the left border */
	.i1 {
		padding:0 0 0 10px;
		background:url(images/borders2.png) repeat-y 0 0;
		}
	/* Insert the right border */
	.i2 {
		padding:0 10px 0 0;
		background:url(images/borders2.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. */
	.i3 {
		/* background:#f7f7ef; */
		background:#ffffff;
		border:1px solid #f7f7ef;
		border-width:1px 0;
		padding:0 10px;
		}
	/* CSS for the box ends here */
	 
	/* Just a bit of styling for this example. Adjust as you wish. */
	.cb h1 {
		margin:0 -10px;
		padding:0 10px 0.3em;
		font:bold 1.2em/1 Trebuchet MS;
		}
		
	#imgbox 
	{
	    vertical-align : middle;
	    position : absolute;
	    border: 1px solid #999;
	    background : #FFFFFF; 
	    filter: Alpha(Opacity=100);
	    visibility : hidden;
	    z-index : 20;
	    overflow : hidden;
	    text-align : center;
	}	