﻿@charset "utf-8";
/* CSS Document */

.loginbox {
	background: url(SiteListWindowBG.png) repeat-y bottom left;
	border-radius: 0.8em;
	border: 4px solid #313972;
	margin: 10% auto 0;
	text-align: left;
	width: 44em;
}
.loginbg {
	background: url(SiteListBG.jpg) ;
	background-repeat: repeat-y bottom left;
	background-size: cover;
}

.loginbox .fldwrapper {
	margin-right: 0;
}

.loginboxinner {
	box-shadow: 0 0 0.4em #FFF inset;
	border-radius: 0.7em;
	padding: 1em 0;
	position: relative;
}

.loginbox .header .imgholder {
	display: inline-block;
	width: 208px;
	text-align: center;
	float: left;
}

.loginbox .header .imgholder img {
	width: 180px;
	max-height: 100px;
	min-height: 70px;
}

.loginbox .header {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.loginbox .infotext {
	padding-bottom: 2em;
}

.loginbox .infotext p {
	margin-left: 220px;
	font-size: 0.9em;
	line-height: 1.3;
	padding-right: 1em;
}

.loginbox .header h1 {
	font-size: 2em;
	text-shadow: 1px 1px #FFF;
	padding: 0.5em 1em 0 0.26em;
	float: left;
	width: 13em;
}

h1, h2, h3, h4, h5, h6, a, input, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #18191a;
}

html, body, span, applet, object, iframe, b, td, div,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form,
legend, table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, aggregate,
time, mark, audio, video, p, label {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

body {
	line-height: 1;
}


body, textarea, table, td, th, input, button, stndrdslct, option, select, option, legend, .login_outarea h2, font {
	font-family: "Segoe UI", 'Segoe-normal', Arial;
	font-size: 100%;
}

italic {
	font-family: "Segoe UI", 'Segoe-normal', Arial;
}

h1, h2, h3 {
	font-family: "Segoe UI", 'Segoe-normal', Arial;
	font-weight: 600;
}

b {
	font-weight: 700;
}

h1 {
	font-size: 2.8em;
	padding-bottom: 0.2em;
}

h2 {
	font-size: 2em;
	margin: 0 0 0.2em;
}


@font-face {
	font-family: 'Segoe-normal';
	src: local("Segoe UI"), url('fonts/segoeui.woff');
}

h3 {
	font-size: 1.2em;
}

img {
	text-decoration: none;
}

a {
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

