h1 { font-size: 1.5em; }



.pieceTitle {
	font-size:   12pt;
	margin-left: 5px;
	margin-top: 3px;
	text-align:left;
	
}
.piece {

  width: 400px;
  position:absolute;
  top:0px;
  left:0px;
  background-color:white;
  border:1px solid #455D7C;
  border-top:0px;
  z-index:1000;
}


.pieceHandle {
  float:left; width:376px; height: 24px;

   background-image:url(../img/top_bar.png);
   background-repeat:repeat-x;
  cursor: move;
}
.pieceClose {
  float:right;
  width:24px;
  height:24px;
   background-image:url(../img/top_bar.png);
   background-repeat:repeat-x;

}
.pieceContent{
	padding:5px;
	clear:both;
}
.pieceContent button{
	padding:5px;
width:70px;
height:30px
	clear:both;
}
.closeButton {
	width:20px;
	height:20px;
	margin:2px;
	cursor:pointer;
	
}


