/**********************/
/***  Box: Notepad  ***/
/**********************/

div#boxNotepad {
	width:158px;
	font-size:8pt;
	color:#595959;
	font-weight:normal;
	background-image:url("../images/notepad_background_158x5.gif");
	background-repeat:repeat-y;
	background-position:left top;
	border:solid 1px #f3bf35;
}
div#boxNotepad div.boxHeader {
	width:auto;
	padding:8px;
	background-color:#f3bf35;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
}
div#boxNotepad div.boxHeader a {
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
}
div#boxNotepad div.boxContent {
	width:138px;
	color:#595959;
	padding:10px;
}
div#boxNotepad div.boxLine {
	width:auto;
	height:1px;
	background-color:#f3bf35;
}
div#boxNotepad div.boxLabel {
	font-size:8pt;
	font-weight:bold;
	color:#595959;
	padding-bottom:4px;
}
div#boxNotepad div.boxInput {
	font-size:8pt;
	font-weight:bold;
	color:#595959;
	padding-bottom:4px;
}

