html,body {
	
	width:100%;
	height:100%;
	border:0;
	margin:0;
	
}

table {
	width:100%;
	height:auto;
	margin-top:30px;
	//margin-left:100px;
	margin-left:auto;
	margin-right:auto;
	
	border:1px solid #ccc;
	background-color:#e7e7e7;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;
	
	font-family:sans-serif;
	font-size:9pt;
}

table input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

td {
	background-color:#ccc;
	padding:3px;
}

td.files {
	width:90px;
	text-align:center;
	vertical-align:center;
}

img {
	border:0;
}

div#content {
	padding:15px;
}

div#content a:link, div#content a:visited, div#content a:focus, div#content a:active, div#content a:visited {
	color:#666;
}

pre {
	
	padding:5px;
	border:1px solid #999;
	
	color:#fff;
	background-color:#333;
	
	
}