@charset "utf-8";
/* CSS Document */

.box {
	background: #00234F;
}
.boxtop { 
  background: url(/images/roundedbox/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 25px; 
  background: url(/images/roundedbox/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/images/roundedbox/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 25px; 
  background: url(/images/roundedbox/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 25px 0px 25px;
}

.dynamicbox {
	width: 300px;
}

.teambox {
	width:450px;
}