.search {
	padding:0px;
	text-align: center;
/* 	border: 1px solid red; */
}

.search label {
	font-size: 22px;
	font-weight: bold;
	
}
.search input {
	font-size: 30px;
	font-weight: bold;
	padding:10px;
	background:none;
	border:none;
	
	border-bottom: 2px dotted black;
}

.search .button {
	border:none;
	background:url( https://s3.amazonaws.com/cozycandle/images/layout/buttons/search_btn.png ) 0px 0px; 
	width:183px; 
	height:50px; 
	text-indent:-99999em;
	cursor: pointer;
	vertical-align: middle;
	opacity:0.90;
	filter:alpha(opacity=90);
}

.search .button:hover {
	opacity:1;
	filter:alpha(opacity=100);
}


.results {
	min-height:400px;
}