p {
	color: #111;
	line-height: 18px
}
.main_container {
	width: 900px;
	margin: 0 auto;
}
.notification {
	line-height: 30px;
	cursor: pointer;
	clear: both;
	height: 30px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 10px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(http://nexusmods.ru/graphics/Notifications_for_2012_uCoz_error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #2c2c2c;
	background-color: #c6a43d;
	color: #826200;
text-shadow:
		
-1px -1px 0 #000,
		
1px -1px 0 #000,
		
-1px 1px 0 #000,
		
1px 1px 0 #000;
/* Internet Explorer */
filter:alpha(opacity=95);
/* CSS3 standard */
opacity:0.95}
.success {
	background-image: url(http://nexusmods.ru/graphics/Notifications_for_2012_uCoz_accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #EFFFB9;
	color: #3C5A01;
}
.failure {
	background-image: url(http://nexusmods.ru/graphics/Notifications_for_2012_uCoz_exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #2c2c2c;
	background-color: #ea6852;
	color: #AC260F;
text-shadow:
		
-1px -1px 0 #000,
		
1px -1px 0 #000,
		
-1px 1px 0 #000,
		
1px 1px 0 #000;
/* Internet Explorer */
filter:alpha(opacity=95);
/* CSS3 standard */
opacity:0.95
}
.informationson {
	background-image: url(http://nexusmods.ru/graphics/Notifications_for_2012_uCoz_information.png);
	background-position: 13px center;
	background-repeat: no-repeat;
	border: 1px solid #2c2c2c;
	background-color: #4f6b82;
	color: #fff;
text-shadow:
		
-1px -1px 0 #000,
		
1px -1px 0 #000,
		
-1px 1px 0 #000,
		
1px 1px 0 #000;
/* Internet Explorer */
filter:alpha(opacity=95);
/* CSS3 standard */
opacity:0.95}
.lightbulb {
	background-image: url(http://nexusmods.ru/graphics/Notifications_for_2012_uCoz_lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEF0CB;
	color: #835F21;
}
.messages {
	background-image: url(http://nexusmods.ru/graphics/Notifications_for_2012_uCoz_email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	color: #835F21;
}
