@CHARSET "UTF-8";

input {
	width: 300px;
	border: solid black 1px;
}

textarea {
	width: 400px;
	height: 50px;
	border: solid black 1px;
}

.button {
	width: 100px;
}

label {
	display: block;
	width: 150px;
	float: left;
}

input.username {
	width: 60px;
	height: 14px;
	font-size: 10px;
	background-color: #F2F5FB; 
	border: none;
	color: #0783B8;
}

input.password {
	width: 60px;
	height: 14px;
	font-size: 10px;
	background-color: #F2F5FB; 
	border: none;
	color: #0783B8;
}

input.button_go {
	width: 100px;
	font-size: 10px;
	color: #0783B8;
	border-color: #0783B8;
}

input.handlingtime {
	width: 100px;
}

textarea.htmlcodepageedit {
	height: 240px;
	width: 600px;
}

input.toupdate {
	width: 20px;
}

input.kat {
	width: 140px;
}
input.checkbox {
	width: 20px;
	border: none;
}
input.searchinfobox {
	width: 150px;
}
