@charset "utf-8";
/* CSS Document */
body { background:#777 url(../images/bg.jpg) repeat-x top left; }
.headerbg {
	background: url(../images/headerbg.png) no-repeat top left;
	height:9px;
}
.centerbg { background: url(../images/centerbg.png) repeat-y top left; }
.footerbg {
	background: url(../images/footerbg.png) no-repeat top left;
	height:11px;
}
.logo {
	text-align:left;
	margin:20px 0;
}
.padde { padding:20px; }
.ppadde { padding:0 20px; }
#comment {
	width:95%;
	height:4em;
}
#input {
	width:95%;
	height:10em;
}
#go { font-weight:bold; }
#outputtitle, #statstitle, #stats { display:none; }
#oldsize, #newsize, #ratio {
	text-align:right;
	width:4em;
}
#output {
	width:95%;
	height:10em;
	display:none;
}
.info {
	background:#FFC url(../images/info.png) no-repeat 5px 5px;
	border:1px dotted #F60;
	padding:5px 5px 5px 30px;
	margin:10px 30px 10px 0;
}
.big {
	font-size:100px;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:900;
	margin:0;
	padding:0;
	text-align:center;
}