@charset "utf-8";
/* CSS Document */

html {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
}

fieldset {
	width: 450px;
	border: 1px solid #999;
	padding: 10px;
	-moz-border-radius: 10px;
	background-color: #FBFBFB;
	background-image: url("../images/ttee/fieldsetBackground.png");
}

legend {
	margin-left: 105px;
	color: #666;
}

label {
	display: block;
	clear: both;
	margin-top: 10px;
	padding-top: 3px;
	position: relative;
	text-align: right;
	width: 95px;
	color: #666;
	height: 26px;
}

#Naam, #email {
	font-size: .9em;
	width: 318px;
	left: 105px;
	position: absolute;
	border: 0;
	height: 22px;
	padding: 4px 0 0 27px;
	color: #666;
	margin-top: -3px;
}

#Naam:focus, #email:focus {
	color: #333;
}

#Naam {
	background-image: url("../images/ttee/inputNameNormal.gif");
}

#Naam:focus {
	background-image: url("../images/ttee/inputNameFocus.gif");	
}

#email {
	background-image: url("../images/ttee/inputEmailNormal.gif");
}

#email:focus {
	background-image: url("../images/ttee/inputEmailFocus.gif");
}

#verzenden {	
	width: 145px;
	height: 26px;
	margin: 15px 0 0 105px;
	border: 0;
	padding: 0;
	background-image: url("../images/ttee/submitNormal.gif");
	color: #EEE;
}

#verzenden:active {
	background-image: url("../images/ttee/submitActive.gif");
	color: #666;