* {
	font-size: 9pt;
}

html, body, .nopad, tr, td {
	padding: 0;
	margin: 0;
}

input[type=text], input[type=password] {
	width: 100%;
	padding: 8px 8px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

button {
	background-color: #4CAF50;
	color: white;
	padding: 8px 8px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
}

.right_bar {
	width: 320px;
	vertical-align: middle;
	padding: 16px;
}

.full_size {
	height: 100%;
	width: 100%;
	overflow: auto;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ccc;
	margin: 16px 0 16px 0;
}

.corner_bg {
	background-image: url(img/svg/cornergray.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

