.jSticky-large{
	background:transparent url(./images/stickynote-large.png) no-repeat top left;
	width:225px;
	height:228px;
	position: absolute;
	z-index:999999;
}
.jSticky-medium{
	background:transparent url(./images/stickynote-medium.png) no-repeat top left;
	width:160px;
	height:162px;
	position: absolute;
	z-index:999999;
}
.jSticky-delete{
	background:transparent url('./images/ui-icons_gray_256x240.png') no-repeat  -32px -192px ;
	height:16px;
	width:16px;
	top:4px;
	left:4px;
	position:absolute;
	cursor:pointer;
}
.jSticky-medium .jStickyNote textarea, .jSticky-medium .jStickyNote p{
	font-size: 12px;
	font-weight:normal;
	height:105px;
}
.jSticky-large .jStickyNote textarea, .jSticky-large .jStickyNote p{
	height:160px;
	font-size: 16px;
}
.jStickyNote textarea{
	width:70%;
	height:100px !important;
	background-color:transparent;
	border:none;
	font-family: 'Comic Sans MS',Textile,cursive;
	font-size:16px;
	overflow:hidden;
	color:#999;
	padding:0px;
	margin:15px 0px 0px 24px;
	float:left;
	resize:none;
}
.jStickyNote p{
	font-family: 'Comic Sans MS',Textile,cursive;
	color:#444;
	margin:15px 0px 0px 24px;
	overflow:hidden;
	width:75%;
	float:left;
}
.jSticky-large .jSticky-create{
	width:16px;
	height:16px;
	background:transparent url('./images/ui-icons_gray_256x240.png') no-repeat  -208px -192px ;
	margin-right:1px;
	margin-top:5px;
	cursor:pointer;
}
.jSticky-medium .jSticky-create{
	position: relative;
	top:117px;
	left:135px;
	width:16px;
	height:16px;
	background:transparent url('./images/ui-icons_gray_256x240.png') no-repeat  -208px -192px ;
	margin-right:4px;
	margin-top:4px;
	cursor:pointer;
}