
div.sticky[data-sticky=true] {
	position: absolute;
	height: auto;
	min-height: 100px;
	width: 250px;
	height: 200px;
	background: #F9F9F9 !important; 
	font-family: Verdana;
	overflow: auto;
	color: #666;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	border: 1px solid #d1d1d8;
}

div.sticky[data-sticky=true] > div.memo-content {
	height: auto;
	width: 220px;
	height:160px;
	margin-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	outline: none;
	font-size: 13px;
}

div.sticky[data-sticky=true] > input.memoTitle {
	height: 30px;
	width: 80%;
	margin-top: 10px;
	margin-left: 10px;
	background: #ecebf1;
	border: 0px;
	position: absolute;
	outline: none;
	font-size: 14px;
	font-weight: bold;
	color: #fd4425;
}

.memo_closeButton {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 0px;
	top: 5px;
	/*background: url('../images/component/memo_btn_close.png') no-repeat;*/
	background: url('../images/common/searchFieldCloseBtn.png') no-repeat;
	cursor: pointer;
}

.memo_deleteButton {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 10px;
	bottom: 10px;
	background: url('../images/component/memo_delete.png') no-repeat;
	cursor: pointer;
}

.memoIcon {
	position: absolute;
	width: 35px;
	height: 44px;
	left: 0px;
	top: 0px;
	background: url('../images/component/icon_memo.png') no-repeat;
	cursor: pointer;
	visibility : hidden;
}

#memoDeleteTemplet {
	position: absolute;
	height: 150px;
	width: 300px; 
	left: 40%;
	top: 40%;
	background: #FFFFFF;		
	border: 1px solid #CCCCCC;
	z-index: 10;

}
/* 마이 컨텐츠 스타일 */
.memoTitle {top: 0; left: 0; height: 12px; margin-bottom: 7px; color: #999999}

.memoContentCut {
	float: left;
    width: 220px;
    height: 75px;
    text-align: left;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    color: #999999
}

.memoPageNumber {
	position: absolute;
    right: 10px;
    text-align: right;
    color: #999999;
}