#news1 {
	color:#FFF;
	position:absolute;
	top:0px;
	left:200px;
	background-color:#C00000;
	font-size:12px;
	padding:0 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#news1 a {
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
}
#alert1 {
	padding:15px;
	margin:28px 20px 26px;
	background-color:#FEFFDF;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin-top:26px;
	margin-bottom:26px;
}
#alert1 h2 {
	color:#F00;
	margin:0;
	padding:0;
	color:#FF0000;
	font-size:18px;
	letter-spacing:-0.5px;
	line-height:24px;
}
#alert1 p {
	margin-bottom:0;
	margin-top:10px;
}
#alert1 a, #alert a:hover {
	color:#F00;
}
#alert1 a {
	text-decoration:underline;
}
#alert1 a:hover {
	text-decoration:none;
}