/* @override http://www.compareprint.com.au/process/client-repository/layout.css */

/*-------------------- General Layout Styles --------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.repository {
	margin:  50px auto 0 auto;	
	border: 1px solid #aaa;
	background: #eee;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://www.thewebconsole.com/css/PIE.php);
	-webkit-box-shadow: #aaa 0px 2px 8px;
	-moz-box-shadow: #aaa 0px 2px 8px;
	box-shadow: #aaa 0px 2px 8px;
}


