#sticky-container {
	/*background:url(images/stickynotes/bg_wood.jpg) repeat-x scroll 0 0;*/
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
}

#sticky-container button {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	margin:4px;
	padding:4px 10px 4px 7px;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	color:#529214;
}

#sticky-container button:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;	
}

#sticky-container textarea {
	outline: 0 none;
    /*height:100px;*/
	/*height:100%;*/
	background-color:transparent;
	border:none;
	font-family: 'Comic Sans MS',Textile,cursive;
	font-size:16px;
	overflow:hidden;
	color:#000040;
	/*padding:0px;*/
	padding:15px 20px 0px 24px;
	float:left;
}

#sticky-container div.copy {
	font-size:16px;
	overflow:hidden;
	padding: 42px 22px 20px 42px;
	display:block;
	color:#000040;
}
#sticky-container div.copy h2 {
	font-size:24px;
}
#sticky-container div.foot {
	padding-bottom:30px;
}
#sticky-container div.left {
	float:left;
	font-weight:normal;
}
#sticky-container div.right {
	float:right;
	font-weight:normal;
	text-align:right;
}
.background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
	z-index:0;
}

/* import */
.jSticky-large{
	width:225px;
	height:228px;
	position: absolute;
	z-index:999999;
}
.jSticky-medium{
	width:160px;
	height:162px;
	position: absolute;
	z-index:999999;
}
.jSticky-delete[class]{
	background:transparent url(images/stickynotes/delete.png) no-repeat top left;
	height:48px;
	width:48px;
	position:absolute;
	cursor:pointer;
	z-index:4;
	right:8px;
	top:8px;
}
* .jSticky-delete{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/delete.png');
	height:48px;
	width:48px;
	position:absolute;
	cursor:pointer;
	z-index:4;
	right:8px;
	top:8px;
}
.jSticky-medium .jStickyNote textarea, .jSticky-medium .jStickyNote div.copy{
	font-size: 14px;
	font-weight:bold;
	padding: 25px 48px 22px 50px;
}
.jSticky-large .jStickyNote textarea, .jSticky-large .jStickyNote div.copy{
	height:160px;
	font-size: 16px;
	padding: 25px 48px 22px 50px;
}

.jStickyNote {
	cursor :move;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 2;
	height:90%;
	overlay:hidden;
	width:100%;
	
}
.jSticky-image {
	bottom:0;
	margin:0 auto;
	margin:45px 0px 45px 0px;
	position:relative;
}
/* import end */
