* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #FFF;
	/*#c2061f;*/
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

body {
	background-color: #005570;
	color: #EEE;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main_container {
	padding-top: 120px;
	text-align: center;
}

.ln {
	border-bottom: solid 1px #EEE;
}

.l,
#paper .l {
	text-align: left;
}

.r,
#paper .r {
	text-align: right;
}

.c,
#paper .c {
	text-align: center;
}

.e {
	font-weight: bold;
	color: #A00;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.nf {
	float: none;
}

.ru,
.nu,
.fu,
.fur {
	text-align: center;
	background-color: #c2061f;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nu {
	color: #999;
	background-color: rgba(0, 0, 0, 0.2);
}

.fu,
.fur {
	background-color: rgba(0, 0, 0, 0.2);
	border-top: solid 1px #EEE;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fur {
	background-color: #c2061f;
}

.form_table {
	width: 500px;
	/*table-layout: fixed;*/
	margin: 20px auto 0 auto;
	border-spacing: 10px;
	border-collapse: collapse;
}

.form_table td:first-child {
	text-align: left;
	width: 170px;
}

.form_table td.title {
	font-size: 30px;
	padding: 20px 0 10px 0;
	text-align: center;
}

.form_table td.logos {
	text-align: center;
}

.form_table td div.fu button{
	margin: 20px;
}

.logos img {
	width: 100px;
}

.form_table input,
.form_table button,
.nxt_inf input,
.nxt_inf button,
#nxt_menu button {
	width: 160px;
	padding: 10px;
	margin: 5px 0;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	background-color: #EEE;
}

.form_table input,
.nxt_inf input {
	padding: 8px;
}

.form_table input:focus,
.nxt_inf input:focus {
	box-shadow: 0 0 2px 2px #c2061f;
}

.form_table button,
.nxt_inf button,
#nxt_menu button {
	background-color: #c2061f;
	color: #EEE;
	cursor: pointer;
}

.form_table button:enabled:hover {
	opacity: 0.5;
}

.form_table button:disabled {
	background-color: #666;
	color: #999;
	cursor: auto;
}