.info{
	width:300px;
	height:80px;
	margin:0px;
	background-color:red;
}
		div.shadow {
			position: relative;
			padding:10px;
			margin:20px 10px 0 0;
			
		}
		
		div.shadow_tlc {
			position: absolute;
			background-image: url('/pix/shadow_tlc.png');
			width: 10px;
			height: 10px;
			top: -10px;
			left: -10px;
		}
		
		div.shadow_top {
			width: 100%;
			background-image: url('/pix/shadow_top.png');
			background-repeat: repeat-x;
			height: 9px;
			position: absolute;
			top: -9px;
			left: 0px;
		}
		
		div.shadow_trc {
			position: absolute;
			background-image: url('/pix/shadow_trc.png');
			width: 10px;
			height: 10px;
			top: -10px;
			right: -10px;
		}
		
		div.shadow_left {
			height: 100%;
			background-image: url('/pix/shadow_left.png');
			background-repeat: repeat-y;
			width: 9px;
			position: absolute;
			left: -9px;
			top: 0px;
		}
		
		div.shadow_right {
			height: 100%;
			background-image: url('/pix/shadow_right.png');
			background-repeat: repeat-y;
			width: 9px;
			position: absolute;
			right: -9px;
			top: 0px;
		}
		
		div.shadow_blc {
			position: absolute;
			background-image: url('/pix/shadow_blc.png');
			width: 10px;
			height: 10px;
			bottom: -10px;
			left: -10px;
		}
		
		div.shadow_bottom {
			width: 100%;
			background-image: url('/pix/shadow_bottom.png');
			background-repeat: repeat-x;
			height: 9px;
			position: absolute;
			bottom: -9px;
			left: 0px;
		}
		
		div.shadow_brc {
			position: absolute;
			background-image: url('/pix/shadow_brc.png');
			width: 10px;
			height: 10px;
			bottom: -10px;
			right: -10px;
		}