.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image:url(../images/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 #cccccc; 
	border-right: 1px solid #cccccc;                
	padding-left: 0px;             
	padding-right:0px;          
	}
.notopgap    { margin-top: 0; }   
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } 


/*box red*/
.top-left2, .top-right2, .bottom-left2, .bottom-right2 { 
	background-image:url(../images/corners21280x18.gif);
	height: 9px;       
	font-size: 2px;    
	}
.top-left2, .bottom-left2 { 
	margin-right: 9px; 
	}
.top-right2, .bottom-right2 { 
	margin-left: 9px; 
	margin-top: -9px;  
	}
.top-right2 {
	background-position: 100% 0;    
	}
.bottom-left2  { 
	background-position: 0 -9px;   
	}
.bottom-right2 { 
	background-position: 100% -9px; 
	}

.inside2 {
	border-left: 1px solid #ca252b; 
	border-right: 1px solid #ca252b;              
	padding-left: 0px;             
	padding-right:0px;          
	}
