	/* fonts table list */
	.text2png-list-table {border-collapse:collapse;
		border:solid #cccccc 1px;
		width:100%;}
	
	.text2png-list-table td {padding:5px;
		border:solid #efefef 1px;}
	
	.text2png-list-table th {background:#75b2d1;
		padding:5px;
		color:#ffffff;}
	
	.text2png-list-table tr.text2png-odd-tr {background:#e1eff5;}
	
	/* selected font tr */
	.text2png-selected-tr {background:#efcd92;
		font-weight:bold;}
	
	/* sample images holder */
	.text2png-sample-holder {width:375px;
		overflow:hidden;}
		
	/* search div */
	.text2png-search-div {background:#efefef;
		padding:5px;
		border:solid #999999 1px;
		margin-bottom:5px;}
		
	.text2png-search-div a {color:#666666;
		font-weight:bold;
		text-decoration:none;}
		
	.text2png-search-div a:hover {color:#000000;
		text-decoration:underline;}

	/* pagination */
	.text2png-pagination * {display:block;
		float:left;
		padding:3px;
		border:solid #cccccc 1px;
		margin-right:3px;
		text-decoration:none;
		color:#000000;
		text-align:center;}
	
	.text2png-cur-pgnum {font-weight:bold;
		border-color:#336699;}
		
	.text2png-pgnum-form {font-size:8pt;
		text-align:right;}
	.text2png-pgnum-form * {font-size:8pt;}
	
	.text2png-select-button {};
	.text2png-unselect-button {};