/* T for Telecom */

/* Design and CSS copyright 2007, Matthijs Boot; zydell.net */
/* Contact: m.boot@zydell.net or http://www.zydell.net/ */

/* You may NOT reproduce this design */
/* You are free to study the source and use techniques you learn from it */

/* Typography */
@import url(ztypo.css);

/* Layout */
@import url(base.css);

/* Colored Blocks */
@import url(blocks.css);

/* Frontpage Styles */
@import url(frontpage.css);

/* zForms */
@import url(zforms.css);

/* t For Page */
@import url(tfor.css);

/* CSS Debugging Purposes */
.debug div
{
	border: 1px solid red;
}
form.debug fieldset
{
	border: 1px solid white;
	background: red;
	margin: -1px;
}
form.debug input
{
	background: green;
	border: 1px solid white;
}
