/*
Description: 'WP Notas' CSS File
Author: Tuchê <Valdir Ronis>
Author URI: https://www.twitch.tv/tuche
Date: 2011-01-16
*/

.noteclassic, .noteimportant, .notewarning, .notetip, .notehelp {
	background-position:5px 50% !important;
	background-repeat:no-repeat !important;
	margin:5px auto !important;
	min-height:40px !important;
	overflow:hidden !important;
	padding:5px 10px 5px 55px !important;
	position:relative !important;
	right:6px !important;
	text-align:left !important;
	width:80% !important;
}

.noteclassic {
	background-color:#454560 !important;
	background-image:url(images/note.png) !important;
	border:3px solid #EEF !important;
	color:#FFF !important;
}

.noteimportant {
	background-color:#fecd09 !important;
	background-image:url(images/important.png) !important;
	border:3px solid #FFC !important;
	color:#000 !important;
}

.notewarning {
	background-color:#cc0000 !important;
	background-image:url(images/warning.png) !important;
	border:3px solid #FDD !important;
	color:#FFF !important;
}

.notetip {
	background-color:#2c656b !important;
	background-image:url(images/tip.png) !important;
	border:3px solid #E4F6F8 !important;
	color:#FFF !important;
}

.notehelp {
	background-color:#215895 !important;
	background-image:url(images/help.png) !important;
	border:3px solid #5d8bbd !important;
	color:#FFF !important;
}


.noteclassic a, .noteclassic a:hover {
	color:#EEF !important;
}

.noteimportant a, .noteimportant a:hover {
	color:#2e2d2d !important;
}

.notewarning a, .notewarning a:hover {
	color:#FDD !important;
}

.notetip a, .notetip a:hover {
	color:#E4F6F8 !important;
}

.notehelp a, .notehelp a:hover {
	color:#b1cff0 !important;
}
