
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/corners.gif'); 
	height: 10px;       
	font-size: 2px;    
	}
.top-left, .bottom-left { 
	margin-right: 10px; 
	}
.top-right, .bottom-right { 
	margin-left: 10px; 
	margin-top: -10px; 
	}
.top-right {
	background-position: 100% 0;    
	}
.bottom-left  { 
	background-position: 0 -10px;   
	}
.bottom-right { 
	background-position: 100% -10px; 
	}
.inside {
	border-left: 1px solid #d6e3d3; 
	border-right: 1px solid #d6e3d3;
	background: #f1f6f0;            
	padding-left: 10px;            
	padding-right:10px;             
	}
.notopgap    { margin-top: 0; }    
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } 
