
.notesLayer{
	position:absolute;
	/* visibility:hidden; */
	background-color:#FFFF99;
	border:1px #bbbb39 solid;
	width:200px;
	z-index:5001;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	text-align:right;
	margin:0px;
	padding:0px;
}

.notesLayer table{
	margin:0px;
	padding:0px;
	height:25px;
	float:left;
	display:inline-table;
	font-family:arial;
	background:none;
}

.notesLayer table td{
	margin:0px;
	padding:0px;
	background:none;
}

.protoText {
	width:99%;
	height:200px;
	background-color:#FFFF99;
	border:none;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	overflow: auto;
	/* turn off auto resize for safari */
	resize:none;
}

.protoSpan {
	width:99%;
	background-color:#FFFF99;
	border:none;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	overflow: auto;
        text-align:left;
        padding-left:3px;
}


.dragBar {
	width:200px;
	height:22px;
	cursor:move;
	background: #e6e668 url(http://linkstore.ru/al/images/dragBarBack-y.gif) right no-repeat; 
	text-align:right;
}
#noteTemplate {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	KhtmlOpacity:0;
}

.ProtonotesBackgrounder {
	background:url(http://linkstore.ru/al/images/browserChrome.gif); 
	background-repeat:repeat-x;
	height:50px;
	margin: 0px;
	padding:0px;
}

#noteSeparatorLayer {
	position:absolute;
	width:0px;
	height:100%;
	z-index:500;
	top:0px;
	left:0px;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:.5;
}

.bufferIframe {
	z-index:-10;
	border:0px;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:250px;
	width:200px;
	visibility:hidden;
}

.notesSendLink
{
  cursor:pointer;
  text-decoration:none;
  font-size:90%;
}

a.notesSendLink:hover
{
  text-decoration:underline; 
}

