﻿/*//////////  search ////////////*/

#search{
   width:581px;height:146px;border:1px #e1e1e1 solid;padding:1px 1px 0 1px;
   }

#search .hotkeywords{
	background:url('img/hotkey.gif') no-repeat left top;
	height:47px;
	font-size:12px;
	font-weight:bold;
	color:#CF0707;
    padding-left:15px;
    padding-top:2px;
}

#search .hotkeywords a{
	font-size:12px;
	font-weight:normal;
	color:#803609;
	text-decoration:underline;
	padding-left:5px;
}

#search .hotkeywords a:hover{
	color:#fff;	text-decoration:underline;
}

#search .hotkeywords p{
 padding-top:4px;
}
#search .hotkeywords p a{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;	
}
#search .hotkeywords p a:hover{
		color:#ff0;	text-decoration:underline;
}

.searchicon{
	float: left;
	width: 94px;
	background: url('img/searchicon.gif') no-repeat;
	height: 94px;
	border-top: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	text-align: center;
}

.searchicon .text{
   margin-top:48px;
}
.searchicon .text a{
	font-size:12px;
	font-weight:normal;
	color:#CF0707;
	text-decoration:underline;
	display:block;
}
.searchicon .text a:hover{
	color:#000;	text-decoration:underline;
}

.searchform{
		    float:left;
		    border-top:1px #e1e1e1 solid;
		    height:93px;
		    width:483px;
		    background-color:#fffff0;
}

.searchform li{
	list-style-type:none;
	float:left;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#f60;
	padding-left:10px;
}


.searchbtn{
	position:absolute;
	display:block;
	right:27.5em;
	width:38px;
	height:21px;
	background:url('img/searchbtn.gif') no-repeat;
}

.searchbtn:hover{
		background:url('img/searchbtn.gif') no-repeat 0 -21px;
}

.textfile{
	border:1px #d7d7d7 solid;height:20px;background:#FFF;margin:0 3px 0 3px;
}


