body {
	margin:0px; background-color: #88c9f2;
	text-align: center;
	background-image: url('../img/login/bg.jpg'); background-repeat: repeat-x;
}

.zaklad {
	margin-left: auto;
	margin-right: auto;
	width: 940px; height: 900px;
}

.logo {
	float:left; width:100%; height:200px;
	margin-top:95px;
	background-image: url('../img/login/extent.png'); background-repeat: no-repeat; background-position: top center;
}

.login {
	float:left; width:486px; height:54px;
	margin-top:142px; margin-left:170px; display:inline;
	background-image: url('../img/login/login.jpg'); background-repeat: no-repeat; background-position: top left;
}

.form1 {
	float:left; width:240px; height:auto;
	margin-top:18px; margin-left:20px; display:inline;
	text-align:left;
}

.form2 {
	float:left; width:210px; height:auto;
	margin-top:18px; margin-left:1px; display:inline;
	text-align:left;
}

.button {
	float:left; width:98px; height:39px;
	margin-top:151px; margin-left:4px; display:inline;
	background-image: url('../img/login/button.jpg'); background-repeat: no-repeat; background-position: top left;
}

.ikony {
	float:left; width:100%; height:153px;
	margin-top:60px; display:inline;
	background-image: url('../img/login/ikony.jpg'); background-repeat: no-repeat; background-position: top center;
}

.info {
	float:left; width:100%; height:auto;
	margin-top:40px; display:inline;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
}


a {
	color:#000000; font-family:Verdana;	font-size:12px; text-decoration:underline;
}

a:hover {
	color:#000000; font-family:Verdana;	font-size:12px; text-decoration:none;
}


form {
	padding:0;
	margin:0;
}


input {
	color: #7c8386;
	font-size: 16px;
	font-family: Verdana;
	border:1px solid #e7eef1;
	background-color: #e7eef1;
	padding:0; margin:0;
	width:205px;
}

.form-send {
	width: 98px; height:39px;
	background-image: url('../img/login/button.jpg'); background-repeat: no-repeat;
	border:0;
	cursor:pointer;
}

