#white
{
    height: auto;
    padding: 0px;
    float: left;
}
#white #search input[type="text"]
{
    background: 14em 9px #fcfcfc;
    font-family: 'Open Sans' ,sans-serif !important;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #bebebe;
    width: 242px;
    padding: 6px 29px 6px 1em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-position: 95% 50%;
    font-size: 13px;
}
.serch-botton
	{
		width: 30px;
height: 32px;
position: absolute;
right: 6px;
top:12px;
background: none repeat scroll 0% 0% transparent;
border: 0px none;
}
	.main-search
	{
		margin-top:-2px;
	}
	@media screen and (max-width:767px) and (min-width: 1px){
		.main-search
	{
		/*margin-top:8px;*/
	}
	}
@media screen and (max-width:991px) and (min-width: 1px)
{
    .main-search
    {
        /*margin-top: 5px;*/
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
    #white #search input[type="text"]
    {
        width: 100%;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px)
{
    #white #search input[type="text"]
    {
        width: 220px;
    }
}
@media screen and (max-width: 767px) and (min-width: 1px)
{
    #white #search input[type="text"]
    {
        width: 100%;
    }
}

#white #search input[type="text"]:focus
{
    width: 242px;
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
    #white #search input[type="text"]:focus
    {
        width: 100%;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px)
{
    #white #search input[type="text"]:focus
    {
        width: 220px;
    }
}
@media screen and (max-width: 767px) and (min-width: 1px)
{
    #white #search input[type="text"]:focus
    {
        width: 100%;
    }
}
#searchb
{
    float: left;
    margin: 30px 0;
}

#searchb input[type="text"], #searchb textarea
{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 0 none;
    float: left;
    height: 20px;
    padding: 5px 10px;
    width: 170px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px #000, 0 3px 10px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 2px 2px #000, 0 3px 10px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 2px 2px #000, 0 3px 10px rgba(0, 0, 0, 0.4) inset;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
}

#searchb .go
{
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 2px #000, 0 -2px 10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 2px 2px #000, 0 -2px 10px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 2px 2px #000, 0 -2px 10px rgba(0, 0, 0, 0.5) inset;
    background: #82AD32;
    border: 0 none;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    margin: 0 10px;
    padding-bottom: 3px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.35);
    width: 60px;
    cursor: pointer;
}
