/*
Description: WP-Note CSS File
Author: Luke
Author URI: http://www.hityou.net
Date:2009-01-02
*/

.note
{
    text-align: left;
}

.dropshadow{
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	width: 100%;
    margin-top:2em;
    margin-left: auto;
    margin-right: auto;
}

.notelocation, .note5, .note4, .note3,.note2,.note1{
    padding: 15px 20px 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: 6px solid #EA9600;
    /*Set the position of the background image*/
    background-position: 10px 15px;
    background-repeat: no-repeat;
    text-align: left;
}
.notelocation, .note5, .note4, .note3,.note2,.note1{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.notelocation {
  background-color: #feebc6;
  background-image: url(images/location.png);
}

.note5 {
  background-color: #fff;
  background-image: url(images/5.png);
}

.note4 {
  background-color: #fff;
  background-image: url(images/4.png);
}

.note3 {
  background-color: #fff;
  background-image: url(images/3.png);
}

.note2 {
  background-color: #fff;
  background-image: url(images/2.png);
}

.note1 {
  background-color: #fff;
  background-image: url(images/1.png);
}
