body.results #main-content .article {
    width: 275px;
	border: 0px dotted red;    
}

body.results #main-content .article {
	float: left;    
    margin-right: 20px;
    margin-bottom: 20px;
}

body.results #main-content .article .image {
	float: left;    
    margin-right: 10px;
    border: 5px solid #FFF;
	-moz-box-shadow:    1px 1px 4px 0px rgba(0,0,0,0.4);
 	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.4);
  	box-shadow:         1px 1px 4px 0px rgba(0,0,0,0.4);
}

body.results #main-content .article h4 {
	margin-top: 10px;   
    margin-bottom: 10px;
    font-size: 14px;
}

body.results #main-content .article ul {
	margin-top: 0px;   
    list-style: none;
}

body.results #main-content .article ul li {
    font-size: 12px;
    margin: 0px;
    line-height: 14px;
}

#main-content ul {
	list-style: none;
    margin: 0px;
    margin-top: 10px;
}

#main-content ul li {
	float: left;  
    width: 170px;
    margin: 0px;
}

#main-content div.space-size {
	padding-top: 20px;   
}

input.button {
    position: relative;
    z-index: 11;
    margin-top: -10px;
    margin-right: 51px;
	width: 115px;   
    font-family: AvenirHeavy;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #6f8d38;
	-moz-box-shadow:    1px 1px 1px 0px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  	box-shadow:         1px 1px 2px 0px rgba(0,0,0,0.3 );
  	background-color: #8eb34a;
  	background-image: none;
    padding: 3px 20px 2px 20px;
    letter-spacing: 1px;
}

#main-content .boilerplate {
    margin-top: 20px;
}