.hr {
	border-top:1px solid #ccc;
	padding:10px;
	background:#ffffcc;
}


.result {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	width:500px;
	text-align:center;
}


.error {
	
	width:244px;
	color:red;
	padding:5px;
	border:1px solid #F00;
	background:#FFC;
	text-align:left;

}



.divider {
	
	
	border-top:1px solid #ccc;
	
	width:650px;
	
	
}





.container {
	
		width:80%;
		margin:0 auto;
	
	
	
}


table.tests {
	
	border-left:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	
	
}



table.tests  td {
	
	border-right:1px solid #ccc;
	border-top: 1px solid #ccc;
	
	
	
}



table.tests  th {
	
	background:#f8f8f8;
	
	border-right:1px solid #ccc;
	border-top: 1px solid #ccc;
	
	
	
}