/*------------HomeNotice------------*/
.home-notice-bound{
	width:100%;
	overflow:hidden;
}
.home-notice-up,.home-notice-down{
	width:100%;
	overflow:hidden;
	margin:10px 0;
}
.home-notice-items{
	width:215px;
	padding:0 40px 0 40px;
	height:210px;
	float:left;
	border-left:1px solid #eaeaea;
}
.home-notice-items.first{border:none;}
.home-notice-items h4{
	width:100%;
	height:25px;
	margin:0;
	margin-bottom:10px;
	background:url(../images/notice.gif) 0 0 no-repeat;
}
.home-notice-items h4.user-buy{background-position:0 -25px;}
.home-notice-items h4.user-sell{background-position:0 -50px;}
.home-notice-items h4.connect{background-position:0 -75px;}
.notice-items-list{list-style:none;}
.notice-items-list li{
	line-height:25px;
	background:url(../images/arr-right2.png) 10px 7px no-repeat;
	padding-left:20px;
}
.notice-items-list li a{
	color:#3e3e3e;
	font-size:11px;
}
.notice-items-list li a:hover{color:#ff4400;}
.notice-social{
	width:111px;
	padding:5px 0 5px 5px;
	background:#fbfbfb;
	overflow:hidden;
	margin:0 20px;
}
.notice-social a{
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin-right:5px;
	background:url(../images/social-icon.png) 0 0 no-repeat;
}
.facebook{}
.notice-social a.zingme{background-position:-37px 0;}
.notice-social a.youtube{background-position:-74px 0;}
.reg-mail{
	width:100%;
	height:40px;
	overflow:hidden;
	position:relative;
	background:#1276d5 url(../images/notice.gif) 142px -125px no-repeat;
}
#RegMailForm{
	position:absolute;
	left:615px;
	padding:0;
	margin:7px 0;
}
.inputmail{
	width:320px;
	height:25px;
	line-height:25px;
	border:none;
	float:left;
	padding:0 5px;
	color:#999;
}
.btnmail{
	border:none;
	width:85px;
	height:25px;
	float:left;
	margin-left:2px;
	background:url(../images/notice.gif) 0 -100px no-repeat;
	cursor:pointer;
}