/*****************************************页面整体元素css***************************************************/    

*{margin:0;padding:0;}

body{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
margin:0;
background:transparent;
}


hr{height:1px;}

a:link,a:visited{
color:#1B1B1B;
text-decoration:none;
}

a:hover{
color:#FF0000;
text-decoration:underline;
}

a img{border:0;}

ul{list-style:none;}

/**********************页面头部元素css***************************************************/

#head
{
width:680px;
height:1%;
overflow:auto;
background:transparent;
clear:both;
}

#search
{
float:left;
width:650px;
overflow:hidden;
padding:0 0 0 10px;
height:78px;
background:transparent;
}

#search_btn
{
padding:15px 0 0 15px;	
height:38px;
width:550px;
list-style:none;
clear:both;
}

#search_btn li{float:left;padding:8px 0;}

.search_submit{margin:0 5px;width:70px;}

.btn1
{
cursor:pointer;
font-size:15px;
line-height:24px;
color:#333;
width:60px;
text-align:center;
}

.btn2
{
background:url(btn2.gif) no-repeat 1px 5px;
font-size:14px;
color:#000;
font-weight:600;
line-height:24px;
cursor:pointer;
width:60px;
text-align:center;
}

.tabcontent
{clear:both;margin:0;}

.query
{
font-size:14px;
padding:2px;
width:450px;
border:1px solid #C6C6C6;
}

.t_query
{
font-size:14px;
padding:2px;
width:320px;
border:1px solid #C6C6C6;
}
.s_query
{
font-size:14px;
padding:2px;
width:240px;
border:1px solid #C6C6C6;
}
