.stickiBox 
{
	width:150px;
	margin:0px auto;
	min-width:100px;
	z-index:100;
	cursor:move;
	line-height:normal;
	
	/*
	-moz-opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
	*/
}

.stickiBoxIE 
{
	width:150px;
	margin:0px auto;
	min-width:100px;
	z-index:100;
	cursor:move;
}



/* box head, left corner */
.stickiBox .head, .stickiBoxIE .head
{
	height:46px;
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_TL.png) no-repeat left 0px;
}

/* box head, right corner */
.stickiBox .head .r, .stickiBoxIE .head .r
{
	height:46px;
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_TR.png) no-repeat right 0px;
}

/* box head, center */
.stickiBox .head .c, .stickiBoxIE .head .c
{
	font-size:1px; /* ensure minimum height */
	margin-left:1px;
	margin-right:46px;
	height:46px;
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_T.png) repeat-x right 0px;
}

/* box body, left edge */
.stickiBox .body, .stickiBoxIE .body
{
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_L.png) repeat-y left 0px;
}

/* box body, right edge */
.stickiBox .body .r, .stickiBoxIE .body .r
{
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_R.png) repeat-y right 0px;
}

/* box body, center */
.stickiBox .body .boxContent, .stickiBoxIE .body .boxContent
{ 
	height:100px;
	margin-left:1px;
	margin-right:8px;
	padding-left:10px;
	background:#F9FF94;
	text-align:center;
	font-size:150%;
	line-height:normal;

	/* white-space: pre; */
	font-family: Cursive; 
}


/* box foot, left corner */
.stickiBox .foot, .stickiBoxIE .foot
{
	height:9px;
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_BL.png) no-repeat left 0px;
}

/* box foot, right corner */
.stickiBox .foot .r, .stickiBoxIE .foot .r
{
	height:9px;
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_BR.png) no-repeat right 0px;
}

/* box foot, center */
.stickiBox .foot .c, .stickiBoxIE .foot .c
{
	font-size:1px; /* ensure minimum height */
	margin-left:8px;
	margin-right:8px;
	height:9px;
	background:transparent url(https://s3.amazonaws.com/img.twiddla.com/images/sticky_B.png) repeat-x right 0px;
}
