/* Dependencies -warn- : Form is not available */
*{font-family: Arial, sans-serif;margin:0;padding:0;}
html{font-size:100%;}
body{font-size:0.75em;}
img{border:none;}

input[type="text"].autoFillBlur{font-style: italic;color:#555555;}

#form_search{
    height:44px;
    position:relative;
}
#form_search input {
    border:none;
    margin-right:9px;
    float:left;
}
#form_search .search_input{
    width:70%;
    height:32px;
    font-size:12px;
    padding-left:2%;
    line-height:32px;
    border:1px solid #000;
    border-radius:3px;
}

#form_search .loading {
    width: 28px;
    height: 28px;
    background: url("../../includes/components/./widget/../2020/imgs/loader.gif") no-repeat -4px 0;
    margin-top: 3px;
    position: absolute;
}

.type1{width:250px;height:300px;background:url("../../includes/components/./widget/imgs/widget-250x300.gif") no-repeat;}
.type2{max-width:468px;width:100%;height:60px;background:url("../../includes/components/./widget/imgs/widget-468x60.gif") no-repeat;}
.type3{width:728px;height:90px;background:url("../../includes/components/./widget/imgs/widget-728x90.gif") no-repeat;}

.type1 #form_search{padding:255px 0 0 10px;}
.type1 #form_search .search_input{width:190px;}
.type1 #form_search .loading {margin-left:160px;}

.type2 #form_search{padding:13px 0 0 90px;}
.type2 #form_search .search_input{width:calc(100% - 68px);}
.type2 #form_search .loading {margin-left:285px;}

.type3 #form_search{padding:28px 0 0 120px;}
.type3 #form_search .search_input{width:450px;}
.type3 #form_search .loading {margin-left:430px;}

.yui3-aclist{background: #fff;border: #666666 solid 1px;border-top:none;box-shadow: 0 1px 1px rgba(0, 0, 0, .5);box-sizing:border-box;z-index:10;max-height:250px;overflow-y:auto;}
.yui3-aclist-item{}
.yui3-aclist-item:hover{background: #efefef;}
