.searchinput
{
	padding: 6px 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 2px solid #007ee5;
    font-size: 18px;
    color: #979797;
    border: 2px solid #007ee5;
    height: 36px;
    border-right: 0px;
    width: 60%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 7px;
}

.searchNameSubmit
{
	background-color: #007ee5;
    border: 3px solid #007ee5;
    margin-left: 0;
    border-bottom-width: 0px;
    border-top-right-radius: 4px;
    padding: 17px 12px;
    color: #FFFFFF;
}
.small-width
	{
		display:none;
	}
@media only screen and (max-width: 500px) 
{
	.full-width
	{
		display:none;
	}
	.small-width
	{
		display:inline;
	}
}