@charset "utf-8";
/* CSS Document */

/*********************去除默认的样式****************************/
*{
	margin:0;
 	padding:0;
 }
 
 body{
	font-family: Tahoma,Geneva,sans-serif;
	background-color:white;
 }
/*********************End****************************/

/************************使页面的元素均居中显示***************/
html {
	 text-align:center;
}

#main {
	 margin:0 auto;
	 text-align:left;
	 width:960px;
}

#main2{
	width:822px;
	margin:0 auto;
	padding-top:15px;
}
/*********************End****************************/


/******************顶部导航******************************/
#top{
	margin-top:5px;
	border-bottom: 1px solid #ddd;
	height:20px;
}

#top a{
	color: #484848;
	text-decoration:none;
}

#top a:hover{
	color: #ff5500;
	text-decoration:underline;
}

#lefttop li{
	font: 12px/1.5 tahoma,sans-serif;
	padding-right:6px;
	list-style:none;
	float:left;
}

#righttop{
	float:right;
	font: 12px/1.5 tahoma,sans-serif;
}

#righttop li{
	font: 12px/1.5 tahoma,sans-serif;
	padding-right:6px;
	list-style:none;
	float:left;
}
/*************************end*****************************/


/*******************************content**************************/
.picture1{
	float:left;
	width:600px;
	margin-bottom:10px;
}

.picture1 img{
	float:left;
	width:200px;
}

.cont_left{
	float:left; 
	width:540px;
}

.introduction_left{
	width:540px; 
	float:left;
}

.introduction_left img{
	width:540px;
}

.introduction_detail{
	float:left;
	padding-top:15px;
	width:400px;
}

.introduction_detail li{
	clear:both;
}

.intro_font{
	font-size:14px;
	color:#666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.intro_font1{
	float:left;
	list-style:none;
	margin:5px;
	font-family:tahoma;
	font-size:12px;
}

.intro_font2{
	float:left;
	list-style:none;
	margin:10px;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
}

.join_now{
	background-color:#FCC25D; 
	width:65px; 
	height:24px;
	line-height:24px;
	margin-top:5px; 
	font-size:14px;
	border: medium none;
	cursor: pointer;
	background:url(../../../images/showLoginPage/btnbg.gif) no-repeat;
}

.login{
	background:#F5F8FB;
	border:1px solid #C0D8E2;
	width:280px;
	float:right; 
	padding-bottom:10px;
}

.login_font{
	float:left;
	width:200px;
	color:#000000;
	font-weight: bold;
	font-family:Tahoma;
	font-size:12px;
	padding:15px 0px 8px 15px;
	
}

.frame1{
	padding-left:15px;
}

.frame1 input{
	width:180px;
	height:18px;
}

.frame2{
	padding-left:15px;
}

.frame2 input{
	width:104px;
	height:18px;
	float:left;
}

.frame2 img{
	float:left;
}

.frame3{
	width:250px;
	height:20px;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}

.frame3 a:hover{
	text-decoration:underline;
	color:#00F;
}

.frame4{
	padding-top:10px;
	list-style:none;
	margin:5px;
	font-family:tahoma;
	font-size:12px;
	float:left;
}

.frame4 a{
	color:#484848;
}

.frame4 a:hover{
	color:#FF5500;
	text-decoration:underline;
}

.bottom_login{
	height:25px;
	width:85px;
	font-family:Tahoma;
	margin-top:10px;
	margin-left:5px;
	display:block;
	float:left;
	background-color: buttonface;
	border:1px solid #CCC;
	font-size:12px;
	text-align:center;
	line-height:25px;
	cursor:pointer;
	border-radius: 4px;
	box-sizing: border-box;
	color:black;
	text-decoration: none;
}

a.bottom_login:hover{
	color: #ff5500;
text-decoration: underline;
}

.button_style{
	background-color:#FCC25D;
	padding-top:5px;
	float:left;
}

a.btn {
padding: 0 15px;
border-radius: 3px;
height: 30px;
font: 14px/30px arial;
text-align: center;
color: #ba613f;
text-decoration: none;
background: #FFD777;
display: inline-block;
box-shadow: 1px 1px 2px #999;
margin-right: 5px;
}

a.btn:hover {
text-decoration: none;
background: #F60;
color: white;
}

/********************************end******************************/

.C_Error{
	float:left;
	font-size: 12px;
	color: #F00;
	background:url(../../../images/showLoginPage/unpublish.png) left 6px no-repeat;
	background-color: #FFE1E1;
	height:22px;
	line-height:22px;
	margin-left: 15px;
	margin-top:5px;
	padding-left:15px;
	padding-right:8px;
	display:none;
}









