/*

-
- Concept, design and implementation by
- Futurecom interactive AG
- P.O. Box
- 8037 Zurich
- Switzerland
- http://www.futurecom.ch
-
- NMC: dec
- NMD: bur
- ITS: rsh, ufe
-

*/
input, select, textarea {
	position:relative;
	border:solid 1px #a0afb6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color:#000000;
	z-index:1;
}

ul.form {
	width:464px;
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #a0afb5;
	z-index:0px;
}

ul.form li {
	position:relative;
	height:24px;
	list-style-type:none;
}

ul.form li span.label {
	margin-left:5px;
	width:132px;
	padding-top:2px;
}

ul.form li span.field {
	position:absolute;
	left:142px;
}

ul.form li span.spacer {
	width:5px;
}

ul.form li.dottedLine {
	font-size:0px;
	line-height:0px;
	height:1px;
	background-image:url(../_img/img/img_punkte_linie.gif);
	background-repeat: no-repeat;
}

ul.form li.sendbutton {
	height:auto;
	padding-top:7px;
	padding-bottom:6px;
	text-align:right;
}

ul.form li.sendbutton #inputimg {
	width:auto;
	height:auto;
	border:none;
}


.fullsize {
	width:317px;
}

.halfsize {
	width:154px;
}

.small {
	width:60px;
}

.reduced {
	width:248px;
}

.area {
	width:317px;
	height:70px;
}

.spacer {
	margin-right:5px;
}

