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