p {
	text-align: center;
	margin: 8px;
}

p.error {
	text-align: center;
	margin: 40px;
	color: red;
	font-weight: bold;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}

p.succes {
	text-align: center;
	margin: 40px;
	color: green;
	font-weight: bold;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align: center;
}

strong {
	font-weight: bold;
	font-size: larger;
	margin: 0px;
}

table {
	width: 500px;
}

textarea {
	width: 100%;
}

input.kon {
	width: 100%;
}

input.tl {
	width: 80px;
}

td.right_form {
	width: 100%;
}

form {
	margin: 0px;
}

a:hover {
	color: green;
}

a.tl {
	background: #D4D0C8;
	border: 2px outset white;
	font-size: 13px;
	margin: 0;
	color: black;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	width: 80px;
}
a.tl:hover {
	color : purple;
}

a.pok {
	line-height: 25px;
}

img.email {
	position: relative;
	top: 4px;
}
