
.note
{
    text-align: center;
}

.dropshadow{
	
}

.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

.noteclassic {
  color: #B79000;
  border-top: 3px solid #fde179;
  border-bottom: 3px solid #fde179;
  background: #FEF6D8 url(images/note.png) 10px 50% no-repeat;
}

.noteimportant {
  color: #0055BB;
  border-top: 3px solid #629de3;
  border-bottom: 3px solid #629de3;
  background: #D8E5F8 url(images/important.png) 10px 50% no-repeat;
}

.notewarning {
  color: #c00;
  border-top: 3px solid #fe7b7a;
  border-bottom: 3px solid #fe7b7a;
  background: #FFD6D6 url(images/warning.png) 10px 50% no-repeat;
}

.notetip {
  color: #57861A;
  border-top: 3px solid #c2df88;
  border-bottom: 3px solid #c2df88;
  background: #EEF7DD url(images/tip.png) 10px 50% no-repeat;
}

.notehelp {
  color: #394148;
  border-top: 3px solid #898989;
  border-bottom: 3px solid #898989;
  background: #dfdfdf url(images/help.png) 10px 50% no-repeat;
  }
