/*게시판 검색 css*/


.srch {
/*	background: url("/layout/images/module/board/bg_srch.gif") repeat-x scroll 0 100% transparent;*/
	border: 1px solid #E0E0E0;
    clear: both;
    margin: 50px auto;
    padding: 10px 0;
    text-align: center;
    width:100%;
}
.srch legend {
    font-size: 0;
    height: 1px;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden !important;
    width: 1px;
}
.srch label {
    margin-left: 6px;
    position: absolute;
    visibility: hidden;
}
.srch select {
    color: #666666;
    height: 33px;
    width: 110px;
}
.srch select, .srch input {
    color: #373737;
    font-size: 12px;
    margin: 10px 0 10px 2px;
    vertical-align: top;
}
.srch .keyword {
    border: 1px solid #E0E0E0;
    font-size: 12px;
    line-height: 15px;
    margin-left: 3px;
    padding: 8px;
    width: 230px;
	background-color:#f6f6f6;
}
