﻿
/* Rounded Corners Style */
.box { 
  background: #F4F4F4; 
  margin-bottom: 20px;
  min-height:0;/* ie7 haslayout issues fix*/
}

.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
    min-height:0;/* ie7 haslayout issues fix*/
}

.boxtop div { 
  font-size: 0;
  height: 12px; 
  background: url(images/nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
  min-height:0;/* ie7 haslayout issues fix*/
}
.boxbottom div { 
  font-size: 0;
  height: 12px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 12px 0px 12px;
}
