/*
	@homepage http://userstyles.org/styles/13444
	@updateurl http://userstyles.org/styles/iecss/13444/Lifehacker%20Comment%20Indention.css
	@domain lifehacker.com
*/
@namespace url(http://www.w3.org/1999/xhtml);.toplevel_comment {				
	-moz-border-radius: 5px;		
	-webkit-border-radius: 5px;		
	-moz-box-shadow: 0 0 5px #9d5;		
	-webkit-box-shadow: 0 0 5px #9d5;	
}
.replylevel_comment {				
	-moz-border-radius: 3px;		
	-webkit-border-radius: 3px;		
	-moz-box-shadow: 0 0 3px #282;		
	-webkit-box-shadow: 0 0 3px #282;	
	margin-left: 5em !important;		
}
