.site_alert.notification {
	background:#71AD5D;
}

.site_alert.warning {
	background:#F5AF00;
}

.site_alert.error {
	background:#AE1F17;
}


.site_alert {
	z-index:100;
	position:relative;
	padding:20px;
	margin:0px auto;
	margin-bottom:20px;
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	text-align:center;
}

.site_alert a{
	text-decoration:underline;
}
.site_alert a:hover{
	text-decoration:none;
}

.site_alert .hide_box{
	float:right;
	width:30px;
	height:13px;
}

.site_alert .hide_box .hide_link{
	float:right;
	background-color:none;
	color:#636466;
	cursor:hand;
	border:0px;
	padding:0px;
	font-size:12px;
	text-decoration:underline;
	margin-top:-15px;
	margin-right:-14px;
	font-family: Arial;
	display:block;
}

#countryAlert {
	background: #2F3235;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 1000;
	height: 70px;
	width: 100%;
}

#countryAlert .site_alert.black {
	margin:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	z-index: 1000;
	text-align: left;
	font-family: Roboto;
	font-size:14px;
	font-weight:700;
	line-height:16px;
	color: #AFB7BF;
}

#countryAlert .centered {
	display: table;
	width: 100%;
	height: 70px;
}

#countryAlert img {
	position: absolute;
	top: 24px;
	left: 0px;
	width:40px;
}

#countryAlert p {
	display: table-cell;
	padding: 0px 30px 0px 60px;
	vertical-align: middle;
}

#countryAlert .hideCountryAlert {
	position: absolute;
	top:21px;
	right:0px;
	width:25px;
	height:25px;
	background:url('/images/campayn/new_2014/X_sprites_25.png') no-repeat 0px -25px;
	cursor:pointer;
}

#countryAlert .hideCountryAlert:hover {
	background-position:0px 0px;
}