body {
	margin: 0;
	padding-bottom: 35px;
}

a.note_button {
	font-size: 14px;
	margin-left: 5px;
	border: 0;
	padding: 5px 0;
	min-width: 80px;
	border-radius: 3px;
	position: fixed;
	z-index: 10;
	left: 50%;
	bottom: 0;
	margin-left: -41px;
	text-align: center;
	text-decoration: none;
	color: #fff;
    background: #1a1a1a;
	border: 1px solid #1a1a1a;
	font-family: open sans, "Segoe UI", Trebuchet;
}

a.note_button:hover {
	background: #fff;
    color: #000;
	border: 1px solid #1a1a1a;
}

div.noteContent {
	font-family: open sans, "Segoe UI", Trebuchet;
	color: rgb(108, 108, 108);
	font-size: 13px;
}

div.noteContent textarea {
	font-family: open sans, "Segoe UI", Trebuchet;
	width: 96%;
	height: 150px;
	border: none;
    font-size: 14px;
    overlay: none;
    -webkit-border-radius: 5px;
    border: 1px solid #eae7e7;
    background-color: #FAF7F7;  
    padding: 2px 9px;
    color: #1B1B1B;
	box-shadow: 0 1px 0px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	border-radius: 3px;
}

