/*
 * $Id: CommandBox.css,v 1.7 2007-07-20 10:24:45 apple Exp $
 */

	div.CommandBox {
	    width: 210px;
	    margin-bottom: 0.5em;
	}
	
	div.CommandBox,
	div.CommandBox input {
	    font-size : 8pt;
	}
	
	div.CommandBox p,
	div.CommandBox form,
	div.CommandBox img {
	    margin : 0;
	}
	
	/*
	 * Command box content
	 */
	div.CommandBox div.CommandBoxTitle {
	    font-size: 10pt;
	    font-weight: bold;
	    display: block;
	    padding: 0.2em;
	    border-bottom: 1px solid #cccccc;
	}
	
	div.CommandBox div.CommandBoxBody {
	    padding: 0.2em;
	}
	
	div.CommandBox div.CommandBoxFooter {
	}
	
	div.CommandBox div.CommandBoxImage {
	    float : left;
	    margin-right : 0.5em;
	}
	
	/*
	 * Rounded corner stuff
	 */
	.CommandBoxTop,
	.CommandBoxBottom {
	    width : 210px;
	
	    height : 10px;
	
	    margin : 0;
	    padding : 0;
	}
	
	.CommandBoxTop {
	    background : url("../images/CommandBoxTop.gif") bottom left no-repeat ;
	}
	
	.CommandBoxBottom {
	    background : url("../images/CommandBoxBottom.gif") top left no-repeat ;
	}
	
	.CommandBoxMiddle {
	    padding : 0 4px;
	    border-left : 1px solid #3F85A7;
	    border-right : 1px solid #3F85A7;
	}
