.top-left, .top-right, .bottom-left, .bottom-right { 
background-image: url('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;    
min-height:400px;
_height:400px;	
}
.notopgap    { 
margin-top: 0; 
}  
.nobottomgap { 
margin-bottom: 0; 
}
div ie_height_fix .inside{
    height:auto;
}
 
