.top_menu{
	position:relative;
	margin-bottom:-20px;
	width:100%;
	height:91px;
	background-image:url(../images/glob/top2px.png);
	background-repeat:repeat-x;
	z-index:9999;
	*background:#373739;
	*height:36px;	
	*margin-bottom:20px;
}
.top_menu .top_menu_cont{
	position:relative;
	margin:0px auto;
	width:1096px;
	height:29px;
	padding-top:7px;
}
.top_menu .top_menu_cont #i18n_menu{
	position:relative;
	float:right;
	width:223px;
	display:none;
}
.top_menu .top_menu_cont #i18n_menu label{font-weight:bold;	font-size:10px;}
.top_menu .top_menu_cont .ui-buttonset .ui-button {margin-right:-0.5em;}
.top_menu .top_menu_cont .ui-buttonset .ui-button:hover{border:1px solid #777;}

.top_menu .connect_form_cont{
	position:relative;
	float:left;
	width:840px;
	color:#333;
}
.top_menu .connect_form input{
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #CCCCCC;
	color:#222;
	font-size:12px;
	font-weight:bold;
	margin:0px 6px 0px 1px;
	padding:3px;
	text-align:left;
	opacity:0.6;
}
.top_menu .connect_form .submit_btn{
	font-weight:normal;
	color:#E3E3E3;
	border:1px solid #777777;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
	border-radius: 11px;
	padding-left:13px;
	padding-right:13px;
	opacity:1;
}
.top_menu .connect_form_cont .connect_form{width:auto; float:left;}
.top_menu .connect_form_cont a{float:left;}
.top_menu #err_msg{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	background-color:#373739;
	background-image:url("../images/glob/top2px.png");
	background-position:0 -36px;
	background-repeat:repeat-x;
	border-color:#373739;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	height:auto;
	left:82px;
	padding:15px 10px;
	position:absolute;
	text-align:left;
	top:30px;
	width:511px;
	z-index:9999;
	display:none;
}
