﻿@charset "UTF-8";
<!--
input[type="text"].serch{
padding-left:5px;
background-image:URL(img/header/serch_back.png);
background-repeat: no-repeat;
border: 1px solid #797979;
box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.1);
border-radius: 5px;
color: #828282;
position:absolute;
top:17px;left:287px;
width:505px;height:27px;
}
 
#searchsubmit:hover {
background-color: #777;
}
 
#searchsubmit {
border: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #4B4B4B;
color: white;
text-transform: uppercase;
font-size: 12px;
padding: 5px 8px;
cursor: pointer;
}

.serch1{
padding-top:10px;
position: relative;
width:945px;
}

.serch2{
position:absolute;
top:17px;
right:5px
}
-->