/*
Description: WP-Note CSS File
Author: Luke
Author URI: http://www.hityou.net
Date:2009-01-02
*/
.note h4 {
color: #3E3221;
font-family: Arial;
display: block;
font-size: 1.17em;
font-weight: bold;
margin: 1em 0px;
}


.noteclassic .readOn a {
color: #3E3221;
}
.noteclassic {

font-size: 10pt;
/*
border-bottom-color: white;
border-bottom-style: solid;
border-bottom-width: 1px;
*/
float: left;
padding-bottom: 30px;
padding-right: 50px;
padding-top: 20px;
width: 290px;
 }
.noteclassic img {
float: left;
padding-bottom: 8px;
padding-right: 15px;
padding-top: 3px;
}
.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);
}

