@charset "utf-8";
/* CSS Document */

form {
	padding: 0em;
	margin: 0em;
}

input {
	font-size:0.9em;
	border: 1px solid #8A8C8B;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

select {
	font-size:0.9em;
	border: 1px solid #8A8C8B;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.rot_form {
	border: 1px solid red;
}

.submit_button {
	font-size:0.9em;
	width: 4em;
	height: 1.9em;
	border: 1px solid #8A8C8B;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

#webcode input {
	font-size:0.9em;
	width: 14em;
	border: 1px solid #8A8C8B;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

#webcode .submit_button {
	font-size:0.9em;
	width: 3.9em;
	border: 1px solid #8A8C8B;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}