/* CSS Document */
		

	
	input.command, a.command{	
		/* action button for ajax */
						
		
		
		/*height:15px;*/
		
		display:block;
		text-align:center;
		
		width:auto;		
		white-space: nowrap;
		
		border:3px solid #ffffff;
		border-bottom-color:#999;
		border-left-color:#ccc;			
		border-right-color:#999;			
		border-top-color:#eee;
		
		background-color:#ccc;
		color:#000000;
		
		text-decoration:none;		
		margin:2px auto;
		padding:0px 2px 0px 2px;
		font:10px/14px Arial, Helvetica, sans-serif;
		/*font-weight:bold;		*/
	}
	
	/*
	div.smallCard{	
		width:80px;
		height:114px;
		background:#cccccc;
		padding:6px;	
		margin:4px 4px 4px 4px;	
	}
	div.smallNoCard{	
		width:80px;
		height:114px;
		background:trasparent;
		padding:6px;	
		margin:4px 4px 4px 4px;
	}
	div.mediumCard{	
		width:120px;
		height:171px;
		background:#cccccc;
		padding:9px;	
		margin:6px 6px 6px 6px;	
	}
	div.mediumNoCard{	
		width:120px;
		height:171px;
		background:trasparent;
		padding:9px;	
		margin:6px 6px 6px 6px;	
	}
	
	*/