body {
	background-color: #f6f6f6;
	padding: 5px;
}

.big {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

table {
	border-collapse: collapse;
	margin: 5px 95px;	
}

td {
	font-size: 13px;
}

td.firstcol {
	width: 50px;
	text-align: right;
	padding: 0 5px 0 0;
}

input, textarea {
	border: 1px #666666 solid;
	background-color: #fcfcfc;
}

input {
	width: 200px;
}

textarea {
	width: 400px;
	height: 150px;
}

.but {
	width: 100px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
}

#errtxt {
	position: absolute;
	font-weight: bold;
	width: 222px;
	color: red;
	left: 370px;
	top: 25px;
	background-color: #ffffff;
	padding: 2px;
}

#but_mail {
	display: none;
}

#zprava_ok {
	text-align: center;
	margin: 50px;
	font-weight: bold;
}
