/* ----------------------------------------- */
/* Obsah */
#main-content {
	width: 1000px;
	padding: 36px 0 28px;
	margin: 0 auto;
}



/* ----------------------------------------- */
/* Panel */
#main-content aside {
	float: left;
	width: 360px;
	padding-bottom: 20px;
}
#main-content aside h2 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 32px;
}
#main-content aside h3 {
	color: #2066ca;
	font: bold 24px 'Open Sans Condensed', 'Arial', Sans-serif;
	padding: 29px 0 10px;
}
#main-content aside p {
	line-height: 21px;
}



/* ----------------------------------------- */
/* Formulář */
#login {
	float: right;
	width: 600px;
	padding: 30px 0 20px;
}
#login h2 {
	color: #00adf1;
	font: bold 22px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 28px;
	background: #021d3d url('../images/public/bg-login-h.png') repeat-y 100% 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 9px 24px 14px;
	margin-top: 22px;
	display: block;
}
#login .form-field {
	background: #003071 url('../images/public/bg-login.png') repeat-x;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 1px 30px 28px;
}
#login .hr {
	height: 2px;
	background: transparent url('../images/public/bg-hr.png') repeat-x;
	margin: 20px 0 0;
}
#login table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
#login table tr,
#login table td {
	padding: 0;
}
#login label {
	color: white;
	font-weight: bold;
	padding: 18px 0 8px;
	display: block;
	cursor: pointer;
	position: relative;
}
#login label.inline {
	font-weight: normal;
	padding: 10px 8px;
	display: inline-block;
}
#login label span {
	font-weight: normal;
}
#login label strong {
	color: #33bdf4;
}
#login label .error {
	background: transparent url('../images/public/bg-error-r.png') no-repeat 20px 100%;
	padding-bottom: 9px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -10px;
}
#login label.rules .error {
	bottom: 25px;
}
#login label .error b {
	background: #fb4f4e url('../images/public/bg-error.png');
	font-weight: bold;
	line-height: 18px;
	border-radius: 4px;
	padding: 4px 8px;
	display: inline-block;
}
#login input.text {
	width: 238px;
	height: 16px;
	font: normal 14px Arial, Sans-serif;
	line-height: 16px;
	background-color: white;
	-webkit-box-shadow: inset 0 0 8px #666;
	-moz-box-shadow: inset 0 0 8px #666;
	box-shadow: inset 0 0 8px #666;
	outline: none;
	border: none;
	border-radius: 6px;
	padding: 11px 10px;
	margin: 0;
}
#login input.button {
	color: black;
	height: 62px;
	overflow: visible;
	font: bold 26px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 60px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #f9e3ac;
	background: white url('../images/public/bg-button-small.png') repeat-x 0 50%;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
	border: 1px solid #e89718;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 33px;
	margin: 26px auto 0;
	display: block;
	cursor: pointer;
}
#login .sep {
	width: 24px;
}