/* erro_404.css */

#erro{
	width: 504px;
	height: 121px;
	margin-top: 20px;
	color: #666666;
	font-size: 15px;
}

#erro label{
	float: left;
	display: inline;
	width: 34px;
	text-align: right;
	margin-right: 9px;
	font-size: 13px;
	color: #999999;
	margin-top: 24px;	
}

#erro input{
	float: left;
	display: inline;
}

#erro .input{
	width: 369px;
	height: 22px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;	
	border-bottom: 1px solid #e5e5e5;	
	border-right: none;
	margin-top: 20px;
	color: #B2B2B2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

#erro .botao{
	width: 78px;
	height: 27px;
	background: url(../images/buscar/buscar.png) no-repeat;
	margin-top: 20px;
	border: none;
}