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

.ed-note, .note
{
    text-align: left;
    font-size: 9pt;
    margin: 5px;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px 3px 3px 1px;
    float:none;
}
.note {
    float: right;
    width: 40%;
    margin-right: 0;
    margin-left: 10px;
    padding: 10px;
}
.ed-note img.left, .note img.left {
    border: none;
    margin: 0 5px 0 0;
}
.comment-inline img {
    margin: 0 5px -8px -8px;
    border: none;
}
.comment-inline {
    display: inline;
    background-color: yellow;
    border-width:1px;
    font-size: 110%;
    padding: 5px;
}
.comment-inline .author {
    font-weight: bold;
}

.dropshadow {
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	width: 40%;
    margin: 10px;
    float: right;
}


.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
    padding: 15px 20px 15px 80px;
	margin: 0px 0px 0px 0px;

    /*IE min-height hack*/
    min-height:40px;
    height:auto !important;
    height:40px;
    overflow:visible;

	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
    /*Set the position of the background image*/
    background-position: 10px 50%;
    background-repeat: no-repeat;
    text-align: justify;
}
.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

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

.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);
}
