@charset "utf-8";
/* CSS Document */
body{
	background:#999;
	font:bold 16px  "Comic Sans MS", Arial, Sans;
	color:#FFF;
}

.keptarto{
	background:url(login.png) center no-repeat;
	position:relative;
	left:-20px;
	top:-25px;
	float:left;
	width:90px;
	height:170px;
	border:none;
}

.tarto{
	color:#036;
	background:#cbcbcb;
	width:310px;
	height:125px;
	margin:0px auto;
	padding:40px;
}

input{
	margin-left:10px;
	border:2px solid #036;
	color:#036;
	width:200px;
	font:normal 14px "Comic Sans MS", Arial, Sans;
}

.tablazat{
	margin:0px auto;
}