@charset "utf-8";


/* CSS Document */
BODY { background-color:#636A62; }

.box { 
  background: #00ccff;
  width:800px;
}


.box2 { 
  background: #CCCCCC;
  width:180px;
}


.boxtop { 


  background: url(css/ne.gif) no-repeat top right; 

}


.boxtop div { 


  font-size: 0;


  height: 10px; 


  background: url(css/nw.gif) no-repeat top left; 


}


.boxbottom { 


  background: url(css/se.gif) no-repeat bottom right; 


}


.boxbottom div { 


  font-size: 0;


  height: 10px; 


  background: url(css/sw.gif) no-repeat bottom left; 


}


.boxcontent {


  padding: 0px 10px 0px 10px;


}

.toolbar li {
	display:inline;
	background-color:#eee;
	border:1px solid;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	margin:0;
	padding:.5em;
	zoom: 1;
	text-decoration:none;
	text-transform:capitalize;
}
