#mynotes_head {
	padding: 8px;
	margin: 0px;
	cursor: move;
	font-size: 130%;
	color: white;
	background-color: #658390;
	border-radius: 7px 7px 0px 0px;
	font-weight: bold;
}
#mynotes_controls {
	height: 45px;
}
#mynotes_body {
	padding: 8px;
	display: none;
}
div#mynotes_btns a {
    color: white;
}
#mynotes_container {
	padding: 0px;
	border: 4px solid #eee;
	width: 200px;
	height: 300px;
	background-color: rgba(249, 249, 127, 0.91);
	min-width: 265px;
	min-height: 265px;
	border-radius: 10px;
	box-shadow: 4px 4px 20px silver;
	position: fixed;
	z-index: 9999;
	display: none;
}
#mynotes_footer {
	top: 100%;
	position: absolute;
	height: 20px;
	margin-top: -20px;
	color: #aaa;
	font-size: 80%;
	width: 100%;
}
#mynotes_wait {
	background: url('/images/ajax-loader.gif') no-repeat;
	background-position: center center;
	width: 100%;
	display: block;
	height: 51%;
}
#mynotes_wait h1 {
	text-align: center;
	margin-top: 50px;
	position: STATIC;
	margin-left: auto;
	margin-right: AUTO;
}
.subtabs2 a {
	width: auto;
	font-size: 150%;
	font-weight: bold;
}
.subtabs2 input {
    border: 0px;
    padding: 4px;
    font-size: 70%;
    font-weight: bold;
    height: 16px;
}
.subtabs2 img {
	top: 3px;
	position: relative;
}
a.mynotes_title div {
	margin: 4px;
	margin-top: 0px;
	margin-bottom: -1px;
}
a.mynotes_title {
    position: relative;
    top: -1px;
    padding: 1px;
    padding-top: 0px;
}
#mynotes_note_preview {
	background-color: white;
	border: 1px grey solid;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	padding: 4px;
}
#mynotes_note_preview p {
	padding: 0px;
	margin: 0px;
}
#mynotes_note_preview td {
	padding: 4px;
}
#mynotes_note {
	display: none;
}
.mynotes_button_down {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0066FF), to(#EBE9E9)) !important;
	background-image: -webkit-linear-gradient(top, #0066FF, #EBE9E9) !important;
	background-image: -moz-linear-gradient(top, #0066FF, #EBE9E9) !important;
	background-image: -ms-linear-gradient(top, #0066FF, #EBE9E9) !important;
	background-image: -o-linear-gradient(top, #0066FF, #EBE9E9) !important;
	background-image: linear-gradient(to bottom, #0066FF, #EBE9E9) !important;
}
#mynotes_btns {
    position: absolute;
    display: inline;
    right: 10px;
    top: 7px;
}
input#mynotes_title {
    color: black;
    font-size: 20px;
}
#mynotes_button {
	border-radius: 6px;
	display: inline;
	border: 1px dotted #999;
	top: 0px;
	position: relative;
	background: url('/images/notepad24.png') no-repeat;
	text-indent: 25px;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 0px;
	background-color: lightyellow;
	padding: 5px;
	cursor: pointer;
	padding-left: 28px;
}
#export_mynotes {
	font-size: 99%;
	BORDER: 0;
	background-color: rgb(245, 245, 134);
}
#mynotes_controls i {
    font-size: 150%;
}
