/*
Ein Script von Julian Hibbeln.
http://www.fun-fox.de/kontaktformular.php
Version 1.0
*/
#kf {
	width:760px;
}
#kf * {
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#kf h1 {
	font-size:18px;
	margin-bottom:20px;
}
#kf fieldset {
	padding:10px;
	background-color:#ffffff;
	margin-bottom:20px;
	border:1px solid black;
	position: relative;
	margin: 0 0 1em 0;
}
#kf label {
	display:block;
}
#kf legend {
	background-color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	position: absolute;
	top: -.5em;
	left: .2em;	
}
#kf input, #kf textarea {
	width:100%;
	border:1px solid black;
	padding:2px;
}
#kf input:hover, #kf textarea:hover, #kf input:focus, #kf textarea:focus, #kf input:active, #kf textarea:active {
	background-color:#FFFFCC;
}
#kf textarea {
	height:200px;
}
#submit {
	cursor:pointer;
	background-color:#CCCCCC;
	border:1px solid black;
	text-align:center;
}
#h {
	display:none;
	visibility:hidden;
}
.success {
	background-color:green;
	padding:3px;
}
.error {
	background-color:red;
	padding:30px;
	font-size:40px;
}