body{

	text-align:center;
	background-color:#F0FFF9;
}

#login{

	width:300px;
	height:200px;
	border:solid #9999ff 1px;
	text-align:left;
	margin:0px auto;
	margin-top:100px;
	background-color:#ffffff;
	color:#2B1000;
	position:relative;
	padding: 20px;
}

#login.weboff{

	width: 400px;
    height: 160px;
}

form {
	margin: 0;
	padding: 0;
}

h1{
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin:10px 0px;
}

h1 img{

	margin:5px;
	margin-right:20px;
	margin-bottom:-10px;
}

table{

	width:100%;
}

table input.prihlaseni{

	width:100%;
}

table, input{

	font-size:18px;
}

.registrace{

	position:absolute;
	bottom:-20px;
	right:20px;
}

.registrace a{
	margin-left: 15px;
	color:#006d9e;
    text-decoration: none;
}

.registrace a:hover{

	color:#F05A00;
}

div.verze{

	position:absolute;
	bottom:-45px;
	right:20px;
	color:#888888;
	font-size: 9px;
}

#registrace{

	width:600px;
	border:solid #9999ff 1px;
	text-align:left;
	margin:0px auto;
	margin-top:100px;
	background-color:#ffffff;
	color:#2B1000;
	position:relative;
	padding: 20px;
}

#registrace h1{

	text-align:center;
}

#registrace strong{

	font-size:13px;
	font-weight:normal;
	margin-left:5px;
	color:#555555;
}

div.error{

	padding:3px;
	border:solid blue 1px;
	margin:3px 10px;
}