/* search form 
-------------------------------------- */
.searchform {
    display: block;
    line-height: 40px;
}

.searchform .searchfield {
	background: #fff;
        border: none;
	padding: 0 3%;
        border-radius: 3px;
        outline: none;
        float: left;
        width: 73%;
        margin-right: 2%;
        font-size: 14px;
}
.searchform .searchbutton {
	color: #000;
	font-size: 13px;
        background: #fff;
        border: none;
        padding: 0;
        outline: none;
        width: 23%;
        text-align: center;
        border-radius: 3px;
        float: right;
}
.searchform .searchbutton:hover {
    background-color: #ededed;
}