#content .notification.fixed {
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 100px #000000;
	left: 0;
	padding: 10px 2%;
	padding-top: 10px;
    position: fixed;
	top: 0;
	width: 96%;
	
	background-color: #fffcd2;
	background-image: -webkit-gradient(linear, left center, right center, to(#fffcd2), from(#fffcbf));
	background-image: -webkit-linear-gradient(left, #fffcd2, #fffcbf);
	background-image: -moz-linear-gradient(left, #fffcd2, #fffcbf);
	background-image: -o-linear-gradient(left, #fffcd2, #fffcbf);
	background-image: -ms-linear-gradient(left, #fffcd2, #fffcbf);
	background-image: linear-gradient(left, #fffcd2, #fffcbf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffcd2', EndColorStr='#fffcbf');
}

#content .notification.hide {
	display: none;
}

#content .notification a.close {
	display: block;
	float: right;	
}

#content .notification #to_do {
	display: none;
}

#content .notification p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: auto;
}

#content div.notification ul#to_do li {
	font-size: 1.4em;
	font-weight: bold;
}

#content div.notification ul#to_do li li {
	font-size: .86em;
	font-weight: normal;
}

#content div.notification ul#to_do {
	padding-bottom: 0;
	padding-top: 20px;
}