.notepad_container {
	position: absolute;	
	top: 145px;
	left: 460px;		
}

.notepad_titlebar {
	position: relative;
	background: url(http://postboard.com/note/images/lander/titlebg.png);
	height: 16px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.notepad {
	font-family: "Lucida Grande", sans-serif;
}


/*** iframe chatrpad ***/
.chatrpad {	
	/*
	position: absolute;	
	top: 151px;
	left: 465px;
	*/
	position: relative;
	width: 290px; /* width of the column pad is placed in. extra width to overflow */
	height: 540px;
}

.chatrpad_ds {
	position:absolute;
	top: 0;
	left: 0;
	width:346px;
	height:540px;	
	background: url('../note.com/glander_ds.png');
}

.chatrpad_iframe {
	position: absolute;		
	top: 5px;
	left: 5px;
	width: 336px;
	height: 530px;	
	border: 0px solid #ddd;	
}


.chatrpad_ad {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 336px;
	height: 530px;
	/* hide the chatrpad */
	background: #fff;
	opacity: 0.01;
	filter: alpha(opacity = 1);
}