body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333;
}
form {
	padding: 0; 
	margin: 0;
}
a {
	color: #999;
}
a:hover {
	color: #000;
}
#content {
	margin: auto; 
	margin-top: 40px; 
	width: 750px;
	position: relative;
}
a.download {
	width: 250px; 
	height: 25px; 
	margin: 10px auto 0 auto; 
	color: #fff; 
	padding: 9px 5px 1px 5px; 
	font-size: 15px; 
	border: 0; 
	background: #29d800 url('../img/bg_download.gif') center; 
	cursor: pointer;
	text-decoration: none;
	display: block;
}
a.download:hover {
	background: #29d800 url('../img/bg_download_active.gif') center;
}

a.again {
	font-size: 12px;
	text-decoration: none;
	color: #008aff;
}
a.again:hover {
	color: #333;
}

.ads {
	margin-top: 50px;
}

input.search {
	margin: 10px 0 10px 10px; 
	width: 280px; 
	height: 20px; 
	padding: 6px 3px 4px 7px; 
	font-size: 16px; 
	border: 0; 
	border-right: 0;
	background: #ffffcc url('../img/bg_search.gif') repeat-x top left;
}
input.size {
	padding: 2px; 
	width: 26px; 
	margin-left: 5px; 
	border: 1px solid #ccc; 
	text-align: right; 
	font-size: 11px;
}
#submit {
	margin: 10px 10px 10px 0; 
	color: #fff; 
	width: 90px; 
	height: 30px; 
	padding: 0; 
	font-size: 16px; 
	border: 0; 
	background: #00aeff url('../img/bg_submit.gif') repeat-x top right; 
	cursor: pointer;
	outline: none;
}
input.submit:hover {
	background: #069fe6 url('../img/bg_submit_active.gif') repeat-x top right;
}
#error {
	color: #FFF; 
	display: block; 
	padding: 4px; 
	font-weight: bold;
}
#ads {
	margin: 60px 0 0 0;
}
#footer {
	margin: auto;
	margin-top: 120px; 
	color: #999;
}
#footer h1 {
	font-size: 11px; 
	display: inline;
	margin: 0 5px 0 0; 
	color: #666;
}
#preloader {
	display: none;
}
