#SearchArea {
position: absolute;
top: 80px;
left: 0px;
z-index: 100;
width: 100%;
background: rgba(0,82,164,0.5);
display: none;
}
.SearchAreaIn {
position: relative;
width: 1000px;
margin: 0 auto;
padding: 20px 0px;
}
.SearchField {
width: 600px;
height: 40px;
margin: 0 auto;
background: url(../../images/header/search_field_ic.png) left top no-repeat;
}
.SearchField .schtxt {
width: 550px;
height: 40px;
padding-left: 10px;
border: none;
background: none;
}
.submit {
float: right;
margin: 8px 14px 0px 0px;
}
.SearchAreaCloseBt {
position: absolute;
top: 30px;
right: 30px;
z-index: 101;
}

.moreSearchLink {
position: absolute;
top: 30px;
right: 90px;
z-index: 101;
}

#SearchArea .moreSearchLink a,
#SearchArea .moreSearchLink a:visited {
color: #ffffff;
font-size: 80%;
}
#SearchArea .moreSearchLink a:hover {
color: #0052a4;
}
