/* ----------------------------------------- */
/* 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;
}
#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ář */
#registration {
	float: right;
	width: 600px;
	padding: 30px 0 20px;
}
#registration h2 {
	color: #00adf1;
	font: bold 22px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 28px;
	background-color: #f2f2f2;
	-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;
}
#registration .form-field {
	background-color: #f2f2f2;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 1px 30px 28px;
}
#registration .hr {
	height: 1px;
	background-color: #ccc;
	margin: 20px 0 0;
}
#registration .upload {
	width: 520px;
	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;
	border: none;
	border-radius: 6px;
	padding: 11px 10px;
	margin: 0 0 12px;
	display: block;
	position: relative;
}
#registration .upload a {
	width: 105px;
	color: black;
	font: bold 12px Arial, Sans-serif;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	background: #b7b7b7 url('../../images/public/bg-upload.png') repeat-x;
	-webkit-box-shadow: inset 0 0 7px #555;
	-moz-box-shadow: inset 0 0 7px #555;
	box-shadow: inset 0 0 7px #555;
	border: none;
	border-radius: 6px;
	padding: 10px 0;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 1px;
}
#registration .add-photo {
	height: 38px;
	color: #00adf1;
	font-weight: bold;
	line-height: 38px;
	background: transparent url('../../images/public/bg-sprites.png') no-repeat -151px -60px;
	padding-left: 55px;
	margin-top: 10px;
	display: inline-block;
}
#registration table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
#registration table tr,
#registration table td {
	padding: 0;
}
#registration label {
	color: black;
	font-weight: bold;
	padding: 18px 0 8px;
	display: block;
	cursor: pointer;
	position: relative;
}
#registration label span {
	font-weight: normal;
}
#registration label strong {
	color: #33bdf4;
}
#registration 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;
}
#registration label.rules .error {
	bottom: 25px;
}
#registration 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;
}
#registration input.text {
	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;
}
#registration textarea {
	width: 520px;
	height: 58px;
	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;
}
#registration 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;
}
#registration .form-a .sep {
	width: 24px;
}
#registration .form-a input.text {
	width: 238px;
}
#registration .form-b .sep {
	width: 24px;
}
#registration .form-b input.text {
	width: 144px;
}
#registration .form-c .sep {
	width: 24px;
}
#registration .form-c input.text {
	width: 238px;
}
#registration .form-d .sep {
	width: 24px;
}
#registration .form-d input.text {
	width: 238px;
}
#registration .form-e .sep {
	width: 24px;
}
#registration .form-e input.text {
	width: 238px;
}
#registration .form-f input.text {
	width: 520px;
}
#registration .form-h input.text {
	width: 110px;
}
#registration .form-i label {
	padding-left: 5px;
}