ul.filetypes { margin-left: 15px; }
	ul.filetypes li { margin-left: 20px; }
	ul.filetypes li[value="php"] { list-style-image: url(../img/php.png); }
	ul.filetypes li[value="html"] { list-style-image: url(../img/html.png); }
	
td[title] { text-align:center; }
	td[title] img { margin-left: 12px; margin-top: 3px; }
	td[title^="php"] { background: url(../img/php.png) no-repeat center center; }
	td[title^="html"] { background: url(../img/html.png) no-repeat center center; }

div.contact td { padding: 2px 4px; }
	div.contact td[colspan="2"] { padding-left: 6px; }


div.output { border: 1px solid red; background-color: #faa; margin: 10px 3px; padding: 5px; }
	div.output ul { margin-left: 16px; }
