@charset "utf-8";
/* CSS Document */

.searchPopup{
margin: 0px auto;
}
.searchPopupHeader{
height:61px;
}
.searchPopupHeaderLeft{
background-image:url(/fap/img/search-popup-header-left-bg_gray.gif);
background-position:top left;
background-repeat:no-repeat;
width:9px;
height:61px;
line-height:1px;
float:left;
}
.searchPopupHeaderRight{
background-image:url(/fap/img/search-popup-header-right-bg_gray.gif);
background-position:top left;
background-repeat:no-repeat;
width:9px;
height:61px;
line-height:1px;
float:right;
}
.searchPopupHeaderMiddle{
background-image:url(/fap/img/search-popup-header-middle-bg_gray.gif);
background-position:top left;
background-repeat: repeat-x;
height:61px;
line-height:1px;
}
.searchPopupHeaderContent{
font-size:18px;
line-height:18px;
color:#FFFFFF;
margin:0px 10px;
padding:6px 0px;
}
.searchPopupBody{
}
.searchPopupBodyLeft{
background-image: url(/fap/img/search-popup-body-middle-left-bg_gray.gif)
background-position:top left;
background-repeat: repeat-y;
width:9px;
line-height:1px;
float:left;
}
.searchPopupBodyRight{
background-image:url(/fap/img/search-popup-body-middle-right-bg_gray.gif);
background-position:top left;
background-repeat: repeat-y;
width:9px;
line-height:1px;
float:right;
}
.searchPopupBodyMiddle{
background-color:#FFFFFF;
}
.searchPopupBodyContent{
font-size:12px;
line-height:14px;
color:#666666;
margin:0px 20px;
padding:10px 0px;
}
.searchPopupBottom{
height:7px;
}
.searchPopupBottomLeft{
background-image: url(/fap/img/search-popup-body-bottom-left-bg_gray.gif);
background-position:top left;
background-repeat:no-repeat;
width:9px;
height:7px;
line-height:1px;
float:left;
}
.searchPopupBottomRight{
background-image: url(/fap/img/search-popup-body-bottom-right-bg_gray.gif);
background-position:top left;
background-repeat:no-repeat;
width:9px;
height:7px;
line-height:1px;
float:right;
}
.searchPopupBottomMiddle{
background-image:url(/fap/img/search-popup-body-bottom-middle-bg_gray.gif);
background-position:top left;
background-repeat: repeat-x;
height:7px;
line-height:1px;
}