@charset "utf-8";
/* CSS Document */


.search_field {
    color: #fd500f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 263px;
	height: 26px;
	padding:0 10px 0 10px;
	border: 1px solid #555;
	background-color: #efefef;
}



.search_text {
	color:#fd500f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.search_text ul {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.search_text ul li {
	padding:0;
	text-align:center;
	display:block;
	float:left;
	list-style-type: none;
}
.search_separator {
	width:20px;
	height:28px;
}
.signin_field{
	padding: 0;
	margin: 0;
	color: #fd500f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 118px;
	height: 26px;
	padding:0 10px 0 10px;
	border: 1px solid #555;
	background-color: #efefef;
}
.search_box {
	position:relative;
	width:100%;
	height:auto;
	line-height:28px;
	margin-top:18px;
}
.search_box_top {
	position:relative;
	width:370px;
	height:28px;
}
.search_box_bottom{
	position:relative;
	width:370px;
	height:28px;
}
.search_box_input{
	position:relative;
	width:285px;
	height:28px;
	float:left;
	margin-right:10px;
}
