.fullscreen {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -300px;
}

.overlay {
	z-index: 100;
	position: fixed;
}

.superOverlay {
	position: fixed;
	z-index: 110;
}

.transparentDark {
	background-color: rgba(0, 0, 0, 0.5);
}

div.noteWrapper {
	width: 300px;
	height: 350px;
	background-color: #fff8ba;
	border: 1px solid #fff6b4;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -150px;
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.35);	
}

div.noteWrapper > form {
	padding: 30px;
}

div.noteWrapper > form > h1 {
	font-size: 16px;
	color:#9c9037
}

div.noteWrapper > form > h1 > span {
	margin: 0 10px;
	font-weight: normal;
}

div.noteWrapper > form > input {
	padding: 10px;
	margin: 10px 0;
	width: 220px;
	background-color: white;
	border: 1px solid rgba(130, 115, 0, 0.25);
	font-size: 20px;
}

div.noteWrapper > form > span.messageLength {
	display: block;
	margin-top: -10px;
	text-align: right;
	padding: 0 5px;
}

div.noteWrapper > form span {
	font-size: 12px;
	color: #9e9024;
	letter-spacing: 1px;
}

div.noteWrapper > form > textarea {
	padding: 10px;
	margin: 10px 0;
	width: 220px;
	height: 60px;
	background-color: white;
	border: 0;
	font-size: 12px;
	border: 1px solid rgba(130, 115, 0, 0.25);
}

div.noteWrapper > form > textarea.missing {
	border-color: red;
	background-color: #ffecec;
}

div.noteWrapper > form > input.button {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.42);
	border: none;
	margin-top: 25px;
}

div.noteWrapper > form > input.preventSubmitNote {
	background-color: rgba(209, 209, 209, 0.2);
	border: 1px solid rgba(168, 168, 168, 0.3);
	width: 130px;
	float: right;
	color: #494949
}

div.noteWrapper > form > input.submitNote {
	background-color: rgba(113, 255, 113, 0.2);
	border: 1px solid rgba(0, 215, 0, 0.3);
	width: 130px;
	float: right;
	color: #1f7a00
}

div.noteWrapper > form > input.submitNote:hover {
	background-color: rgba(0, 215, 0, 1);
	color: white;
}

div.noteWrapper > form > input.resetNote {
	border: 1px solid rgba(255, 0, 0, 0.1);
	background-color: rgba(255, 212, 212, 0.3);
	width: 100px;
	float: left;
	color: #9c3838
}

div.noteWrapper > form > input.resetNote:hover {
	background-color: red;
	color: white;
}
