#mailform {
	width: 530px;
	font-family: "Trebuchet MS", Tahoma, "Geneva CE", lucida, sans-serif; 
	color: #333333;
	font-size:  1em; 
}

#mailform form {
	margin: 0px;
	padding: 0px;
}

#mailform fieldset {
	border: 0px solid #333333;
	padding: 0px;
}

#mailform legend {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#mailform label {
	display: block;
	margin: 10px 0px 0px 10px;

}

#mailform input, #mailform textarea {
	display: block;
	margin: 2px 0px 0px 10px;
	padding: 2px;
	font-family: "Trebuchet MS", Tahoma, "Geneva CE", lucida, sans-serif; 
	color: #333333;
	font-size:  1em; 
	border: 1px solid #999999;
	background-color: #eeeeee;
}

#mailform input {
	width: 250px;
}

#mailform textarea {
	width: 520px;
	height: 150px;
}

#mailform #odeslat {
	width: 80px;
	margin: 10px 0px 10px 10px;
}

#mailform #kod {
	width: 25px;
}

#mailform #odkaz, #mailform #format {
	text-align: center;
	font-size: 0.8em;
	margin-top: 2px;
}

#mailform #odkaz a, #mailform #format a {
	color: #000000;
	text-decoration: underline;
}

#mailform #odkaz a:hover, #mailform #format a:hover {
	text-decoration: none;
}
.admin {
	font-size: x-small;
	text-align: center;
}