body {
	background: #fff url(/htdoc/image/top_bg_notepad.jpg) repeat-x top;
}

#notepad-header h1{
	margin-top: 15px;
}

#notepad-header h1 img{
	margin-left: 26px;
}

#notepad-top img{
	margin: 0px;
}

#notepad-content{
	padding: 30px;

}

#article{
	padding: 10px;
}

#notepad-clear, #notepad-close, #notepad-print-all{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #647074;
}

#notepad-clear, #notepad-print-all{
	padding-left: 21px;
}

#notepad-close{
	position: absolute;
	top: 18px;
	left: 390px;
	padding-right: 21px;
	background: url(/htdoc/image/notepad-close.gif) 100% 50% no-repeat;
}

#notepad-clear{
	background: url(/htdoc/image/notepad-clear.gif) 0 50% no-repeat;
}

#notepad-print-all{
	background: url(/htdoc/image/notepad-print.gif) 0 50% no-repeat;
	margin-left: 30px;
}
#notepad-tools{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0px;
	padding: 0px;
	padding-left: 23px;
	width: 95%;
	margin-bottom: 20px;
}
#notepad-tools li{
	padding: 14px 0px 14px 0px;
}

#notepad-tools, #notepad-tools li{
	list-style: none;
	float: left;

}

