@charset "utf-8";

article, #page-content{
	width: 630px;
	height: auto;
	margin: 0 0;
	background: #EEE none no-repeat scroll left top;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	
	float:left;
}

/*Formulario*/
#contentform{
}

h1{
	color: #666;
	font-size: 26px;
	line-height: 3em;
}

input.text, input.submit{
	width: 70%;
	background: #EEE	url(img/search.png) no-repeat scroll right 2px;
	padding: 8px;
	color: #8c8c8c;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	font-size: 16px;
}

select{
	background: #EEE	url(img/search.png) no-repeat scroll right 2px;
	padding: 8px;
	color: #8c8c8c;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	font-size: 16px;
	
}

input.text.active{
	background: #343434 url(img/search.png) no-repeat scroll right -43px;
	border-color: #000;
	color: #fff;
}

input.submit{
	width: auto !Important;
	background: #f5f5f5;
	color: #000;
	border-color: #c8c8c8;
	padding: 5px;
	margin-top: 0.5em;
}
