@charset "utf-8";
@import url("add.css");

html,body, div, form
{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a
{
	color:#006699;
}

#header {
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	display: block;
	height: 63px;
	position: relative;
}
#paginator
{
margin: 0px auto 0px;
}

#paginator ul{
	display: block;
	text-align: center;
	clear: both;
	list-style: none;
	
}

#paginator ul li{
	float: left;
	margin: 2px;
}

#ads {
	display: block;
	text-align: center;
	clear: both;
}

#footer {
	display: block;
	text-align: center;
	clear: both;
	font-size: 11px;
}



#start
{
	display:block;
	width:350px;
	margin: 200px auto 0px;
	text-align: center;
}

#start fieldset
{
	border: none;
	border: 0px;	
	margin-top: 10px;
}

#start fieldset label input#q
{
	width: 250px;
}

#header img#logo{
	position:absolute;
	top:8px;
	left: 40px;
	border: 0px;
}

#header input#q{
	background-image:url(/images/form.gif);
	background-repeat: no-repeat;
	border: 0px;
	border: none;
	padding-left: 20px;
	position:absolute;
	width: 285px;
	height: 22px;
	padding-top: 5px;
	top: 13px;
	left: 300px;
}

#content
{
	padding-left: 40px;
}

ul#result
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#result li
{
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

ul#result li div.description
{
	background-image:url(/images/detail_background.gif);
	background-repeat:no-repeat;
	position: relative;
	background-color:#F0F0F0;
	width: 150px;
	height: 40px;
	display: block;
	font-size: 10px;
	color: #666666;
	padding: 5px;
}

ul#result li div.description span.tags
{
	top: 2px;
	left: 24px;
	position: absolute;
}

ul#result li div.description span.frame
{
	top: 32px;
	left: 24px;
	position: absolute;
}
ul#result li div.description span.time
{
	top: 32px;
	left: 80px;
	position: absolute;
}
ul#result li div.description span.bits
{
	top: 32px;
	left: 128px;
	position: absolute;
}

#donate_form fieldset
{
	border: none;
	border: 0px;
}

#donate_form fieldset label
{
	display: block;
	margin: 5px;
}

#donate_form fieldset label span
{
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

#donate_form fieldset label input
{
	width: 200px;
}

#donate_form fieldset input.boton
{
	margin-left: 205px;
}