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

.note
{
    text-align: center;
}

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

.noteclassic, .noteimportant, .notewarning, .notetip, .notehelp{
    padding: 10px 15px 10px 70px;
	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;*/
    text-align: left;
    font-size: 60%;
}

.box_gray, .box_yellow, .box_answer {
    padding: 8px 10px 8px 10px;
    margin: 0px 0px 0px 6px;

    /*IE min-height hack*/
    min-height:20px;
    height:auto !important;
    height:20px;
    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;*/
    text-align: left;
    font-size: 80%;
}

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

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

.box_gray {
  background-color: #ddeeee; //#eef;
}

.box_yellow {
  background-color: #FFFF66;
}

.box_answer {
	//background-color:#FFFEEE;
	border:1px dotted #AAAAAA;
	color:#CCCCCC;
	font-size:80%;
}
