/* CSS Document */

input {
	color: #0012FF;
}

.suchentextfield {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0012FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0012FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0012FF;
	border-right-width: 0px;
	background-color: transparent;
}

.suchentextfield_ie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0012FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0012FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0012FF;
	border-right-width: 0px;
	background-color: transparent;
}

input {
	border: 1px solid #0012FF;
	background-color: #ffffff;
}

textarea {
	border: 1px solid #0012FF;
	background-color: #FFC600;
}
