/* @override 
	http://localhost/bcontagious/dev/public/css/notice.css
	http://localhost/adikt2/dev/public/css/notice.css
	http://localhost/dp/adikt2/dev/public/css/notice.css
*/

#fade {
	position: fixed;
	background: #000;
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	cursor: default;
}

#notice {
	position: absolute;
	left: 0;
	top: 0;
	overflow: autop;
	width: 100%;
	z-index: 510;
	color: #000;
}
#notice p, #notice span, #notice label {
	color: #000;
}

#notice a {
	color: #e26c11;
}

#notice .info {
	margin: -120px 0 0 -257px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 515px;
}
#notice .info .title {
	background: url('../src/notice_top.png') no-repeat;
	width: 475px;
	height: 26px;
	padding: 20px 20px 0 20px;
	overflow: auto;
	color: #fff;
}
#notice .info .title span {
	color: #fff;
}
#notice .info .title span {
	clear: left;
	float: left;
}
#notice .info .title .closer {
	clear: right;
	float: right;
	color: #fff;
}
#notice .info .bottom {
	background: url('../src/notice_bottom.png') no-repeat;
	width: 515px;
	height: 30px;
}
#notice .info p, #notice .info .in {
	background: url('../src/notice_center.png') repeat-y;
	width: 455px;
	padding: 20px 30px 0 30px;
	font-size: 12px;
	color: #000;
}
#notice .info .in div {
    color: #000;
}