﻿.header .form-search{
    height: 30px;
    width: 280px;
	position:absolute;
	top:50px;
	right:0px;
	z-index:1001;
	border-top:0px;
	padding:5px 5px 5px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:none;
	background:#fff;
}
.header .form-search form{
    width: auto;
    background:#fff;
    height:30px;
}
.header .form-search input[type=text]{
    width: 230px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
	float:left;
    display: block;
    font-size: 14px;
    border:1px #f2f2f2 solid;
}

.header .button-search{
    display: block; float: right;
    height: 30px; width: 48px;
    text-decoration: none;
    background: url(../images/search.png) center center no-repeat;
    border:none;
	text-indent:-100px;
	cursor:pointer;
}
/* reponsive */
@media (max-width: 1200px) {
	.header .form-search {
	    top: 41px;
	    padding-top:10px;
	}
}