#s {
    border: 0;
    border-radius: 5px;
    height: 40px;
    width: 70%;
}
#searchsubmit {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	background: #00a6e3;
    border: 0;
    margin-left: -10px;
    border-radius: 10px;
    height: 40px;
    width: 31%;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
	cursor: pointer;
}