@CHARSET "UTF-8";
body{background:url("../img/index/index_search.png") no-repeat center;background-size:100% 600%}
.boder-radius{
     -webkit-border-radius:25px;
     -moz-border-radius:25px;
     -ms-border-radius:25px;
     -o-border-radius:25px;
     border-radius:25px;
}
.footer{position:fixed;bottom:0px;width:100%;margin-top:50px}
#txt_div{width:70%;height:100px;border-bottom:1px gray solid;margin-left:15%;position:relative;margin-top:-20px}
#title{margin:50px 15%;width:70%;line-height:30px;padding:0px 15px;outline:none;border: 2px solid #DBDBDB;}
#list_div{width:70%;margin-left:15%;margin-top:20px;}
li{margin:5px 0px;list-style-type:none;line-height:25px;cursor:pointer;padding:10px 15px}
#list_div_span{font-size:20px;margin-top:25px;margin-left:10px}
#goSearch { width: 25px; top: 55%; left: 81%;position: absolute;} 
#title:focus{
    border-color:#88ccff;
}