@charset "utf-8";
table {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	cursor: text;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000033;
}
div {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
.ramka {
	border: thin solid #0066FF;
}
body {
	background-color: #EBF77D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 1em 1em 1em;
}
input.inputField{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E5EA;
	border:: solid 1pz #11385F;
	font-weight: bold;
}
input.inputField:focus {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
}