/**
 * Style sheet print
 */
#navigation
{
	display:none;
}

#header ul
{
	display:none;
}

.hide
{
	display:none;
}

.error
{
	display:none;
}

img
{
	display:none;
}

a:after
{
	font-style:italic;
	content:" ("attr(href)")";
}

a
{
	color:#000;
}

#footer
{
	display:none;
}

.submit
{
	display:none;
}

input
{
	width:100%;
	border-bottom:1px solid #grey;
}

textarea
{
	width:100%;
	height:200px;
	border-bottom:1px solid #grey;
}
