
div.homeWBody {
	width:300px; height:300px; margin:10px;
	background:url('HomeWidget/body.png') no-repeat 0 0; position:relative;
}

div.homeWBody_ins {
	width:280px; height:236px; position:absolute;
	top:54px;left:10px;
	
}

div.sticknote {
	float:left; margin-left:-12px;

	background: url('HomeWidget/yellow.png') no-repeat 0 0; position:relative;
	width:302px; height:222px;
}

div.sticknote_title {
	position:absolute; height:20px;
	top:8px; left:13px; width:275px;
	background-color:#f6db32;
	line-height:20px; text-indent:5px;
}

div.sticknote_title a{
	color:white; font-weight:bold; letter-spacing:1px;
}

div.sticknote_body {
	position:absolute; top:33px; left:18px;
	width:265px; height:115px; 
	overflow:hidden; -o-text-overflow: ellipsis; text-overflow:ellipsis;
}

div.sticknote_date {
	position:absolute; top:173px; left:18px; color:grey;
}


div.HW_CButton {
	position:relative; width:115px; height:64px; float:left; cursor:pointer;
	background:url('HomeWidget/cbutton.png') no-repeat 0 0;
}

div.HW_CButton.ihover {
	background-position:-115px 0;
}