body {
	font-size: 12px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.header {
	margin-bottom: 20px;
}
.header .text-part {
	margin-left: 150px;
}
.header .logo-part {
	float: right;
	margin-right: 50px;
}
.clearer {
	clear: both;
}
.logo-part .logo {
	width: 100px;
	height: 100px;
	background-size: 100% 100%;
}
.form.login {
	margin-top: 200px;
}
.form.login .input-row {
	width: 80%;
	margin: 0 auto 20px;
	clear: both;
}
.form.login .input-row:last-child {
	margin-bottom: 0px;
}
.form.login .input-row label {
	width: 30%;
}
.form.login .input-row input[type="text"], .form.login .input-row input[type="password"] {
	width: 60%;
	float: right;
}
.form.login .buttons-set {
	clear: both;
	margin-top: 100px;
	text-align: right;
}
.form.create-account .fieldset > .input-row > label {
	width: 125px;
}
.form .fieldset {
	padding: 10px;
	background-color: #C3C3C3;
	margin-bottom: 10px;
}
.form .fieldset > .input-row:first-child {
	margin-top: 0px;
}
.form .fieldset > .input-row {
	margin-top: 10px;
	min-height: 21px;
}
.form .fieldset > .input-row > label {
	display: inline-block;
	width: 100px;
}
.form .fieldset .fieldset-row {
	margin-bottom: 10px;
}
.form .fieldset .fieldset-row fieldset:first-child {
	margin-left: 0px;
}
.form .fieldset fieldset {
	float: left;
	background-color: #fff;
	padding-top: 5px;
	margin-left: 20px;
	width: 350px;
	height: 75px;
}
.form .fieldset fieldset * {
	vertical-align: middle;
}
.form .fieldset fieldset legend {
	background-color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.form .fieldset fieldset .check-field {
	width: 75px;
	display: inline-block;
}
.form .fieldset fieldset .sub {
	margin-left: 60px;
}
.form .fieldset textarea {
	width: 100%;
	height: 75px;
}
.form .buttons-set {
	float: right;
}
.button {
	display: inline-block;
	background-color: #B5B5B5;
	padding: 5px;
	border: 1px solid #000;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.required-failed {
	border: 1px solid #f00;
}
.error-notice, .error-notice-diagnostics {
	text-align: center;
	color: #f00;
	margin-bottom: 15px;
	font-weight: bold;
}
.diagnostic-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
}
.diagnostic-overlay .inside-text {
	position: absolute;
	left: 40%;
	top: 40%;
	text-align: center;
	background-color: #fff;
	color: #000;
 	width: 400px;
    line-height: 100px;
    border-radius: 5px;
    opacity: 1.0;
}
.diagnostic-results h1 {
	font-size: 16px;
}
.diagnostic-results ul li a {
	color: #000;
	text-decoration: none;
}
.diagnostic-results ul li a:hover {
	text-decoration: underline;
}