#searchbar
{
	background-color:#CCC;
	padding:6px;
}
#search {
    margin-top: 12px;
	margin-left:32px;
}
h4 {
    font-size: 1.2em;
}
h5 {
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    font-weight: bold;
}
div.manufacturer_column {
    float: left;
    width: 162px;
    margin: 25px;
}
div.manufacturer {
    margin: 0.5em 1em;
    line-height: 1.4em;
}
.manufacturer h5 {
    text-decoration: underline;
    color: #14425b;
}
.manufacturer h5.hover {
    text-decoration: none;
    color: #ff381a;
    cursor: pointer;
}
div.pilot, div.attendant, div.favorite {
    float: left;
    display: inline; /*fix ie6 floats*/
    text-align: center;
    line-height: 1.3em;   
    border: 1px solid #666;
    margin: 24px;
    width: 231px;
    background-color: #d1d2da;
	height: 323px;
}
div.pilot .margin, div.attendant .margin,  div.favorite .margin
{
	 padding: 11px;
}
div.profile_picture {
    line-height: 150px; /*to allow centering*/
}
div.profile_picture img {
    vertical-align: middle;
	
	 border: 1px solid #666;
}
div.pilot.featured, div.attendant.featured,  div.favorite.featured {
    background-color:#EFF1DA;
    border: 1px solid #666;
}
div.label_input_pair {
    float:left;
    margin: 10px;
}
#search_update {
    margin-top: 14px;
}

