/*
	-----------------------------------------
	Definicoes gerais
	-----------------------------------------
*/
/*
	Cores:
		#FF9934 Adiumx orange
		#FFC018 egg raid
		#F8FEF4 Whitewashed Green
		#CDE54E 6.random
		#B3C631 sour
		http://colourlovers.com/palette/665/ihateorange
*/
/* Paratudo! */
*{
	margin:0;
	padding:0;
	list-style-type:none; /* retira marcadores de listas, elas sao mais usadas para semantica */
}
a img{
	border:0; /* quem disse que bordas azuis em imagens com link eh uma boa ideia? */
}
body{
	background:#FFF url("img/bg.png") repeat-x 0 0;
	font:1.4em Arial, Helvetica, sans-serif, normal;
	color:#000;
}
.hide{
	display:none;
}
p{
	margin:0 0 0.5em 0;
}
a:link
 , a:visited
{
	text-decoration:underline;
	color:#0063DC;
}
a:hover
, a:active
{
	color:#FF0084;
	text-decoration:underline;
}


/*
	Elementos de formulario genericos
	-----------------------------------------
*/
button{
	padding:0.2em;
	cursor:pointer;
	font:120% Arial, Helvetica, sans-serif, normal;
	letter-spacing:-0.01em;
}
input.text{
	font:1.2em Arial, Helvetica, sans-serif, normal;
	padding:0.2em 0.2em;
	background-color:#FEFEDE;
}
label{
	cursor:pointer;
}

/*
	Especificos
*/
#container{
	margin:1em auto 0 auto;
	width:33em;
}
h1 a{
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background:url("img/busica_logo.png") no-repeat 0 0;
	width:220px;
	height:110px;
	margin:0;
}
p{
	font-size:80%;
	color:#999;
}
#instructions{
	margin:0 0 -0.1em 0;
}
form.search{
	margin:0 0 1em 0;
}
form.search li{
	float:left;
}
form.search label{
	display:block;
}
form.search input.text{
	margin:0.4em 0.6em 0.6em 0;
	float:left;
	width:19.9em;
}
form.search button#submit{
	background:url("img/busicar.png") no-repeat 0 0;
	width:172px;
	height:98px;
	line-height:500px;
	border:none;
	font-size:0px;
	cursor:pointer;
}
#rolls{
	display:none;
}
#powered{
	float:right;
	text-align:right;
	font-size:small;
	margin:0 0 1.5em 0;
	color:#999;
}
#info{
	clear:both;
	font-size:70%;
	margin:0.7em 0 1em 0;
}
#frase{
	font-size:80%;
}
#rodape{
	margin:1em 0;
	font-size:small;
	color:#666;
	font-size:0.5em;
}