:focus {
	outline: 0;
}
.add-note {
	cursor: pointer;
	top: 5px;
	left: 1px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 25px;
	width: 30px;
	height: 30px;
	padding: 5px;
	overflow-y: scroll; 
	overflow-x:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.note {
	width: 300px;
	height: 300px;
	background: #FFE869;
	border-radius: 5px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
}
.smallnote {
	width: 200px;
	height: 200px;
	background: #FFE869;
	border-radius: 5px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
}
.note-content {
	padding-left : 15px;
	padding-top : 15px;
	padding-right : 15px;
	padding-bottom : 15px;
	min-height: 100px;
	min-width: 150px;
	width: 100%;
	height: auto;
	font-size:16px;
	font-family:Verdana;
	color:#000;
	word-wrap:break-word;
	-ms-overflow-x: hidden;
	overflow-x:hidden;
	-ms-overflow-y: auto;
	overflow-y:auto;
}
.note-header {
	padding: 6px;
	background: #D4B60E;
	cursor: pointer;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.25);
}
.note-status {
	color: #ccc;
	padding: 50px;
}
.close-note {
	float: right;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	text-align: center;
	position: relative;
	color: #000;
	width: 30px;
	padding: 1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.bgColorPicker-note {
	cursor: pointer;
	float: right;
	padding: 1px;
	border:double #666;
}

.print-note {
	cursor: pointer;
	float: right;
	width: 27px;
	height: 27px;
	padding-left:20px;
	background: url(../images/print.png) no-repeat center;
}

.save-note {
	cursor: pointer;
	float: right;
	width: 27px;
	height: 27px;
	padding-left:10px;
	background: url(../images/save.png) no-repeat top right;
}

.edit-Panel {
	padding:5px;
	width: 200px;
	height: 55px;
	border: 2px solid #CCC;
	background:#FFF;
	visibility:hidden;
}
.select-panel{
	position:relative;
	padding:2px;
	border:2px solid #CCC;
}
.dropDown-panel{
	position:relative;
	padding:2px;
	border:2px solid #CCC;
}

.bold-btn{
	position:relative;
	padding:1px;
	margin:2px;
	width:25px;
	height:25px;
	background:#E1E1E1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:2px double #CCC;
}
.italic-btn{
	position:relative;
	padding:1px;
	margin:2px;
	width:25px;
	height:25px;
	background:#E1E1E1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	border:2px double #CCC;
}
.underline-btn{
	position:relative;
	padding:1px;
	margin:2px;
	width:25px;
	height:25px;
	background:#E1E1E1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:2px double #CCC;
}
.bgFontColorPicker-note {
	position:relative;
	padding:2px;
	margin:2px;
	cursor: pointer;
	border:2px solid #CCC
}
.closeNoteBanner{
	padding:5px;
	width: 260px;
	height: 55px;
	position:inherit;
	top: 38px;
	left: 15px;
	text-align:center;
	font-size:12px;
	line-height:1px;
	border: 1px solid #CCC;
	background:#999;
	visibility:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.closeNoteBtmBaner{
	padding:5px;
	width: 260px;
	height: 25px;
	left: -6px;
	top:15px;
	position:relative;
	text-align:center;
	font-size:12px;
	border: 1px solid #CCC;
	background:#CCC;
}
.yes-btn{
	position:relative;
	padding:1px;
	width: 50px;
	left:-10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.no-btn{
	position:relative;
	padding:1px;
	width: 50px;
	left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
