﻿.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('HeaderImages/corners1280x18.gif'); 
	height: 9px;       
	font-size: 2px;    
	}
.top-left, .bottom-left { 
	margin-right: 9px;
	}
.top-right, .bottom-right { 
	margin-left: 9px;
	margin-top: -9px;  
	}
.top-right {
	background-position: 100% 0;    
	}
.bottom-left  { 
	background-position: 0 -9px;    
	}
.bottom-right { 
	background-position: 100% -9px; 
	}
.inside {
	border-left: 1px solid #C00000; 
	border-right: 1px solid #C00000;
	background: #EFEFEF;           
	color: #000000;                
	padding-left: 10px;            
	padding-right:10px;            
	}
.notopgap    { margin-top: 0; }    
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */