/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
 
	
 
	
	 
	
	

	.cbb2 {
	margin:0px 0px 0px 0px;
	width:96px;
	margin-left: auto;
    margin-right: auto;
    background-color:#fff;
	}
 
 
.cbb2 table#content 
 {
	 background-color:#f2f2aa;
	 
	}
 .cbb2 div#footerwrapper
 {
	height:42px;
	 background-color:#f2f2aa;
	 
	}
	
	
	
	
	
	
	
/* 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:0px 0px 0px 0px;
	width:199px;
	margin-left: auto;
    margin-right: auto;
    
	}
 
 

 
 
 
/* Rules for the top corners and border */
.bt {
	background:url(box-trans.png) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:24px;
	
	}
	
.bt div {
	height:24px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(box-trans.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box-trans.png) no-repeat 100% 100%;
	margin:0  0 0 24px; 
	height:55px;
	}
	
.bb div {
	height:55px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(box-trans.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 10px;
	background:url(borders-trans.png) repeat-y 0 0;
	height:100%;
	}
.i1 img 
{
	
	}

/* Insert the right border */
.i2 {
	padding:0 10px 0 0;
	background:url(borders-trans.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-color:#f2f2aa;
	border:0px solid #fff;
	border-width:0px 0;
	padding:0px 0px 0px 2px;
		
	}
/* CSS for the box ends here */