input, textarea { 
	font:1.0em/1.5em trebuchet ms, tahoma, verdana;
	margin:2px 0;
	width:16em;
	padding:0.1em 0.1em 0.1em 0.3em;
	background:#fff url(../bilder/forms_bg.gif) 0 1px repeat-x;
	border:#ddd 0.1em solid;
	color:#000;
}

textarea {
	height:15em;
	width:27em;
}

.contactContainer {
	width:100%;
}
.contactName {
	float:left;
	width:12.5em;
	padding-top:0.25em;
}
.contactInput {
	float:left;
	width:27.6em;
}

.contactSpace {
	float:left;
	width:12.5em;
	height:1px;
	line-height:1px;
}
.contactSend {
	float:left;
	text-align:right;
	width:27.6em;
}