/*------------------------------------------------------------------------
# JOOFORGE.com - Il Web All'Italiana
# ------------------------------------------------------------------------
# Copyright © 2004-2009 JOOFORGE.com. Tutti i diritti riservati.
# Website:  http://www.jooforge.com/
-------------------------------------------------------------------------*/
/* ugly ie7 fixes */
.sticky_note_container {
    width: 190px;
	margin-top:-15px;
}
.sticky_note {
     width: 190px;
     min-height: 150px;
     /* make sure you have uploaded the following image */
     background-image: url(../images/postit/note_middlenew.png);
     background-repeat: repeat-y;
     margin: 0px 0px 0px 0px;
     padding: 10px 0px 0px 0px;
}
.sticky_note_content {
     padding: 20px 30px 0px 30px;
     color: blue;
     font: normal normal bold Comic Sans MS, Cursive, Serif;
}

.sticky_note_footer {
     width: 190px;
     /* make sure you have uploaded the following image */
     background-image: url(../images/postit/note_finishnew.png);
     background-position: 0% 100%;
     background-repeat: no-repeat;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}


/* end ugly ie fixes */
div#jf-minipostit .pin {
	background: url(../images/postit/pin.png) no-repeat center;
	position: relative;
	height: 55px;
	margin-bottom: -40px;
}

div#jf-minipostit .tape {
	background:url(../images/postit/tape.png) no-repeat center;
	position: relative;
	height:38px;
	margin-bottom:-20px;
}
#jf-minipostit{
	
}
div#jf-minipostit .center {
	
}
div#jf-minipostit .testo {
	font-family: "hand.ttf";
	font-size:14px;
	color: red;
	display: inline;
	line-height: 14px;
}
