/*
	notepad_cap.gif  - for the top of the notepad
	notepad_line.gif  - for the lines of the notepad
	notepad_spiral.gif - spiral edge
	shadow_btm.gif - shadow at btm of notepad
	shadow_r_cap.gif - top of shadow on right hand edge of notepad
	shadow_r_pattern.gif - shadow pattern for right hand edge
*/	
/* easy clearing for Topline */
.Notepad .Topline:after	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.Notepad .Topline {
	display: inline-block;
	}
/*\*/
.Notepad .Topline {
	display: block;
	}
/* end easy clearing */		
.Notepad .Topline {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.Notepad .Topline .Left {
	float:left;
	background: url(../images/Backgrounds/notepad_spiral.gif) top right repeat-y;
	width:41px;
	}
.Notepad .Topline .Centre {
	float:left;
	background:url(../images/Backgrounds/notepad_cap.gif) bottom left repeat-x;
	width:500px;
	}
.Notepad .Topline .Right {
	float:left;
	background:url(../images/Backgrounds/shadow_r_cap.gif) bottom left no-repeat;
	width:4px;
	}
/* easy clearing for Middle */
.Notepad .Middle:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.Notepad .Middle {
	display: inline-block;
	}
/*\*/
.Notepad .Middle {
	display: block;
	}
/* end easy clearing */		
.Notepad .Middle {
	clear:both;
	overflow:hidden;
	float:left;
	}
.Notepad .Middle .Left {
	float:left;
	background: url(../images/Backgrounds/notepad_spiral.gif) top right repeat-y;
	width:41px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	}
.Notepad .Middle .Centre {
	float:left;
	background:url(../images/Backgrounds/notepad_line.gif) top right repeat;
	width:500px;
	}
.Notepad .Middle .Right {
	float:left;
	background:url(../images/Backgrounds/shadow_r_pattern.gif) top left repeat-y;
	width:4px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	}
.Notepad .Bottomline {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	clear:both;
	background:url(../images/Backgrounds/shadow_btm.gif) top left repeat-x;
	width:545px;
	}
