

BODY {
	background-image:url('img/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:50px;
	font-family: sans-serif;
}
img.box {
	border:none;
	width:222px;
	height:88px;
}
.large {
font-size: 12 px;

}


input.biginput {
	width:222px;
	font:normal 18px sans-serif;
}

td {
	font:bold 12px sans-serif;
	color:#666666;
	font-size: 14 px;
}
td.label {
	width:180px;
	text-align:right;
}

input,.input {
	font:bold 14px sans-serif;
	color:#ff6600;
	border:solid 1px #666666;
}

input.button,input.checkbox {
	border:none;
}

fieldset {
	display:block;
	width:500px;
	text-align:left;
	padding:10px;
	background-color:#f2f2f2;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff endColorStr=#f2f2f2);
}

legend {
	font:bold 12px sans-serif;
	color:#666666;
	letter-spacing:1px;
}

.formtable {

	width:100%;
	height:100%;
}

a:link {
	color:#ff6600;
	text-decoration: none;
	
}
a:visited {
	color:#ff6600;
	text-decoration: none;
	
}
a:hover {
	color:black;
	text-decoration: underline;
	
}

.titel {color: black; }

