/* Die Schaefer */

fieldset{
border:0;
background:transparent;
}
 input[type=text] {
	border: 1px solid #ACD9FF;
	padding:3px;
	width:122px;
	background:#E1F1FF;
}
input[type=submit] {
	border: 1px solid #1A3C68;
	padding:3px;
	background:#ACD9FF;
	margin-bottom:2px;
	font-weight:bold;
	padding:3px;
	width:129px;
}
input[type=text]:focus {
	background: #fff;
	color: #333;
}

