#popup_search_container {
	position:fixed;
	top:265px;
	
	width:347px;
	height:92px;
	
	z-index:99;
}
#popupsearch_head {
	float:left;
	width:26px;
	height:92px;
	background:url(../images/popupsearch_head.png) no-repeat 0px 0px;
}
#popupsearch_shadow_left {
	float:left;
	width:31px;
	height:92px;
	background:url(../images/popusearch_shadow_left.png) no-repeat 0px 0px;
}
#popupsearch_content_bg {
	float:left;
	width:290px;
	height:92px;
	background:url(../images/popupsearch_bg.png) repeat-x 0px 0px;
}
#popupsearch_input_bg {
	float:left;
	margin-top:23px;
	margin-left:-16px;
	width:290px;
	height:44px;
	background-color:#dbd9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popupsearch_input_field {
	float:left;
	margin-top:4px;
	margin-left:4px;
	padding-left:6px;
	padding-right:68px;
	width:208px;
	height:33px;
	background-image: url(../images/popupsearch_input.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:0;
	outline:0;
	font-size:14px;
	color:#434343;
}
.popupsearch_input_field:hover { background-position: 0px -35px; }
.popupsearch_input_field:focus { background-position: 0px -70px; }
#popupsearch_input_search_button {
	float:right;
	margin-top:7px;
	margin-right:6px;
	margin-left:-66px;
	width:63px;
	height:30px;
	background-image:url(../images/popupsearch_searchbutton.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#popupsearch_input_search_button:hover { background-position: 0px -30px; }
#popupsearch_input_search_button:active { background-position: 0px -60px; }