@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
p {
	margin: 0px;
	padding: 0px;
}

#telo {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 305px;
	color: #333333;
}
.logo {
	text-align: center;
}

#telo #form1 {
	margin-top: 0px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	height: 162px;
}
#login, #pasword {
	background-image: url(../images/podklad.png);
	background-repeat: repeat-x;
	width: 98%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#telo #form1 h2 {
	padding: 0px;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	display: block;
}

#telo #form1 table td {
	margin-top: 4px;
	margin-bottom: 4px;
}
