@charset "iso-8859-2";
.button, .button:link, .button:active, .button:visited {
	background-color: #333A57;
	color: #C2C1C3;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
	display:block;
	width: 120px;
	text-decoration:none;
	margin-bottom:2px;
	text-align:center;
}
.button:hover {
	background-color: #202035;
}
input {
	color: #c2c1c3;
	font-family: Times, Sans-serif;
	font-size: 120%;
	border: 1px solid #000000;
	background-color: #333A57;
	cursor: text;
	width: 80%;
}
input:focus {
	background-color: #202035;
}
select {
	color: #c2c1c3;
	font-family: Times, Sans-serif;
	font-size: 100%;
	border: 1px solid #000000;
	background-color: #333A57;
	cursor: text;
}
select:focus {
	background-color: #202035;
}
textarea {
	color: #c2c1c3;
	font-family: Times, Sans-serif;
	font-size: 100%;
	border: 1px solid #000000;
	background-color: #333A57;
	cursor: text;
	width: 100%;
}
textarea:focus {
	background-color: #202035;
}
checkbox {
	color: #c2c1c3;
	font-family: Times, Sans-serif;
	font-size: 100%;
	border: 1px solid #000000;
	background-color: #333A57;
	cursor: text;
}
checkbox:focus {
	background-color: #202035;
}


.additional {
	display:none;
	visibility:hidden;
	height:1px;
}