@charset "gb2312";
#topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.8);
	z-index: 500;
}
#topbar-spaceholder {
	height: 29px;
}
#topbar-links a {
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	background-image: url(button2_bg1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 21px;
	min-width: 65px;
	max-width: 110px;
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;
	font-family: Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
}
#topbar-links #blog {
	background-image: url(button1_bg1.gif);
	background-position: left center;
	width: 60px;
}
#topbar-links #iphone {
	background-image: url(button3_bg1.gif);
}
#btn_entrar {
	float: right;
	width: 30px;
}

#btn_entrar a {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 29px;
	TEXT-DECORATION: none;
	display: block;
	background-image: url(/topbar/search.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 20px;
	background-position: left;
}
#btn_entrar a:hover {
	background-position: -20px;
}

#entrar_desplegable {
	Z-INDEX: 50;
	POSITION: absolute;
	WIDTH: 340px;
	DISPLAY: none;
	TOP: 29px;
	right: 0px;
}

#searchForm {
	padding: 0 10px 4px 10px
}
#searchForm table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
#searchForm table td{
	padding: 0;
	margin: 0;
}
#searchForm .input {
	width: 100%;
	min-height: 30px;
	outline: none;
	border-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-right: 0px;
	padding: 0 8px;
	box-sizing: border-box;
}
#searchForm .input:focus {
	border: 1px solid #1E77DB;
	box-shadow: 0px 0px 8px #1E77DB;
}
#searchForm .btn-box{
	width: 80px;
}
#searchForm .btn {
	width: 100%;
	line-height: 26px;
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #ffffff;
	background: linear-gradient(to bottom, #4295E9, #1E77DB);
	border: 1px solid #1057AF;
}
#searchForm .btn:active {
	background: linear-gradient(to bottom, #1E77DB, #4295E9);
}