#searchResults {
	margin-top: 50px;
}

.hidden{
	display: none;
}

#msg{
	margin-top: 10px;
	font-size: larger;
	color: green;
}

.large{
	font-size: x-large;
	font-weight: 300;
	padding-bottom: .5em;
}

.btn {
border-top: 1px solid #96d1f8;
background: #65a9d7;
text-align: center;
margin-left: 20%;
padding: 3.5px 7px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 1px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
   }
.sorting_1 a:hover {
    color: #fff !important;
}   
   
.btn:hover {
	
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.btn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   

.partFormLabel {
	padding-bottom: 1em;
}

.partFormLabel input {
	margin-left: 5px;
}
#searchResults {
	padding-top: 80px;
}

