#noteNew-formContainer button,
#noteEdit-formContainer button {
	color: #000; 
	background: #fff; 
	border-width: 1px; 
	border-style: solid; 
	border-top-color: #F5F6F7;
	border-right-color: #BFB7BC;
	border-bottom-color: #BFB7BC;
	border-left-color: #F5F6F7;

	margin-top:5px;
	margin-right:5px;
	
	font:10px Verdana;
}
#noteControls {
    display: inline;
}
#noteControls span {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
}
#noteControls img {
    border: 0;
    padding: 0;
    margin: 0;
}
#noteNew,
#noteEdit {
    position: absolute;
    border: 2px solid #c3daf9;
    cursor:move;
    background:transparent url('js/yui-ext.0.33/resources/images/s.gif') repeat;
}
#noteNew-rzwrap,
#noteEdit-rzwrap{
    z-index: 10000;
}
.yresizable-handle {
    width:5px;
    height:5px;
    background:transparent url('js/yui-ext.0.33/resources/images/sizer/square.gif') no-repeat;
    margin:0px;
	line-height:5px;
	border: 0;
}
.yresizable-handle-east, 
.yresizable-handle-west{
    top:44%;
}
.yresizable-handle-north, 
.yresizable-handle-south{
    left:44%;
}

#noteList {
    height: 330px;
    margin-left: 5px;
    overflow: auto;
    font-weight: bold;
}
#noteDebugger {
    height: 350px;
    width: 200px;
    margin-left: 15px;
    border: 1px solid black;
    overflow: auto;
}
#noteImage {
}
#noteCount {
}
#noteContainer {
}
.noteShown {
   border: 2px solid #c3daf9;
}
.noteHidden {
   border: none;
}
.noteHighlighted {
    border: 2px solid #FF3300;
}
.photoNote {
    background:transparent url('js/yui-ext.0.33/resources/images/s.gif') repeat;
}
.viewNoteLink {
	font-size: 12px;
    margin: 0;
    padding: 1px;
    cursor: pointer;
    line-height: 10px;
}
.noteLinkHighlighted {
    color: #FF3300;
}
#noteTxtArea {
	background-color:#fff;
	border: 1px solid black;
	overflow:visible;
	margin-bottom:10px;
	padding:0;
	width: 212px;
	height: 50px;
	font-size: 10pt;
	margin:0;
    display: block;
}
