@charset "utf-8";
/* CSS Document */
#container #footer{
	height:28px;
	width:950px;
	background:url(../images/footer_bg.gif) repeat-x;
	color:#7f7f7f;
	font-size:14px;
	z-index:100;
	top:542px;
	position:absolute;	
}
#container #footer a{
	color:#787878;
	text-decoration:none
}
#container #footer a:hover{
	text-decoration:underline;
}

#container #footer #emaillist{
	float:left;
}
#container #footer #emaillist #emaillisttext{
	width:112px;
	height:15px;
	border:none;
	background-color:#2c2c2c;
	color:#7f7f7f;
	margin-left:6px;
	margin-right:2px;
	font-size:14px;
}

/* FireFox */
#container #footer #emaillist #lable{
	margin-top:7px;
	width:65px;
}
/* ie6 fixed */ 
*html #container #footer #emaillist #lable{
	margin-top:8px;
}
/* ie7 fixed, 注意顺序 */
*+html #container #footer #emaillist #lable{
	margin-top:8px;
}



/* FireFox */
#container #footer #emaillist #inputlable{
	margin-top:5px;
}
/* ie6 fixed */ 
*html #container #footer #emaillist #inputlable{
	margin-top:5px;
}
/* ie7 fixed, 注意顺序 */
*+html #container #footer #emaillist #inputlable{
	margin-top:5px;
}


#container #footer #copyright{
	margin-top:7px;
	margin-right:30px!important;
	margin-right:15px;
	float:right;
}


