/* @override http://cssneustart.de/c/single.css */

.col-m{
	width:40%;
	margin:0 3% 0 0;
}

.col-xw{
	width:54%;
}

div.comment{
	width:41%;
	margin:0 3% 3em 0;
	float:left;
	background:#fff;
}

div.comment cite.about{
	display:block;
	padding:.5em 1em;
	text-align:right;
	background:#f5f5f5;
	border:1px solid #dedede;
	margin-bottom:.25em;
}

div.comment cite.about a{
	float:left;
	text-transform:uppercase;
	text-align:left;
}

div.comment cite.about span{
	font-size:.8em;
	letter-spacing:-.1em;
}

div.comment.new{
	background:#f5f5f5;
	border:1px solid #dedede;
	clear:both;
}

div.comment div.i,
div.comment.new form{
	padding:1em;
}

div.comment div.i{
	background:#f5f5f5;
	border:1px solid #dedede;
	padding-bottom:1px;
}

div.comment.new label.pi{
	display:block;
	float:left;
	clear:left;
	width:20%;
	text-transform:uppercase;
	color:#bfbfbf;
}

div.comment.new input{
	border:0;
	background:#fff;
	color:#333;
}

div.comment.new input#cname,
div.comment.new input#cemail,
div.comment.new input#curl,
div.comment.new #commentbox{
	width:80%;
	float:left;
	display:block;
}

div.comment.new #commentbox{
	width:100%;
	margin:1em 0;
}

#teststandards table img{
	margin:0 0 -3px;
}

p.screen{
	background:#c4e63b url(../i/single.screen.gif) 0 0 no-repeat;
	width:504px;
	height:304px;
	padding:3px 4px 5px;
}