html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

table {
	border-collapse: collapse;
}

table.cp2 td {
	padding: 2px;
}

table.cp4 td {
	padding: 4px;
}

td {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman";
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.row {
	display: table-cell;
}

.error {
	color: red;
	font-weight: bold;
	text-align: left;
}

.success {
	color: #060;
	font-weight: bold;
}

.wide {
	width: 100%;
}

.left {
	text-align: left;
}

.center, .center .error {
	text-align: center;
}

.remoteinfo {
	padding-top: 10px;
	font-size: 80%;
	color: #AAA;
}

table.center {
	margin: 0 auto;
}

.right {
	text-align: right;
}

.vbot {
	vertical-align: bottom;
}

#logo {
	margin-top: 15px;
	margin-left: 100px;
}

#form {
	border: 1px solid #DDFFDD;
	padding: 20px 10px;
	box-shadow: 2px 2px 13px #999;
	border-radius: 7px;
	background: #DDFFDD;
	display: inline-block;
}

#form>table {
	width: 100%;
}

#header {
	height: 60px;
	position: fixed;
	left: 8px;
	top: 8px;
}

#footer {
	color: #7D7D7D;
	position: fixed;
	text-align: center;
	vertical-align: bottom;
	bottom: 8px;
	left: 0;
	right: 0;
}

#footer p {
	margin: 0;
	text-align: center;
}

.subprompt {
	color: #8d7120;
	font-weight: bold;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

.button {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #333333;
	margin: 0;
	padding: 4px 8px;
	background-color: #2c6b0d;
	cursor: pointer;
	border-radius: 3px;
}

.service-page__form {
	width: 350px;
	max-width: 90%;
}

.service-page__form-wide {
	max-width: 90%;
	width: 650px;
	width: calc(min(90%, 650px));
}

table.service-page__auth-fields {
	width: 210px;
	margin: 0 auto;
}

table.table.service-page__auth-fields>tbody>tr>td {
	padding: 4px;
}

.service-page__auth-caption {
	width: 110px;
}

.service-page__input {
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	margin: 0;
	padding: 1px;
}

.service-page__input-auth {
	width: 135px;
}

.service-page__input-reset {
	width: 90%;
}

.service-page__cert {
	height: 32px;
}

.app-servicepages-eula__content {
	border: 1px solid black;
	padding: 5px;
	background: white;
	height: 400px;
	overflow: auto;
}

.service-page__error-details > p.error {
	text-align: left;
}