/*   Sets the text color to black   
and the background color to   
white for the document body.  */

BODY {     
  color: black ! important ;      
  background: white ! important  
}

*{
  color: inherit ! important ;   
  background: inherit ! important  
}


:focus  { outline: thick solid black }

.small-searchinput .tile-content input.textinput {
	background:none;
	padding:0;
	font-size:20px;
	float:left;
	border: 1px solid black;
}

.small-searchinput .tile-content input.submit {
	height:27px;
	width:60px;
	font-size: 18px;
	margin-top:0px;
	margin-left:18px;
	border: 1px solid black;
}
