/*
Description: WP-Note CSS File
Author: Luke
Author URI: http://www.hityou.net
Date:2009-01-02
*/

.note {
text-align:center
}

.note a:hover {
color:#A91B33;
text-decoration:underline
}

.dropshadow {
background:url(images/shadowAlpha.png) no-repeat bottom right !important;
width:90%;
margin-top:2em;
margin-left:auto;
margin-right:auto
}

.noteclassic,.noteimportant,.notewarning,.notetip,.notehelp {
min-height:40px;
height:auto !important;
overflow:visible;
position:relative;
bottom:6px;
right:6px;
border:1px solid #999;
background-position:15px;
background-repeat:no-repeat;
text-align:left;
margin:0;
padding:15px 20px 15px 100px
}

.noteclassic {
background-color:#eef;
background-image:url(images/note.png);
background-position:15px 15px
}

.noteimportant {
background-color:#ffc;
background-image:url(images/important.png)
}

.notewarning {
background-color:#fdd;
background-image:url(images/warning.png)
}

.notetip {
background-color:#dfd;
background-image:url(images/tip.png)
}

.notehelp {
background-color:#cbf;
background-image:url(images/help.png)
}

.note a,.note a:visited {
color:#A91B33
}