body {
	background-color: #fff;
	margin-top: 1%;
	color: #5d5d5d;
	font-family: Arial, Veranda,sans-serif;
	text-align: center;
}		
img {
	width: 250px;
}
table {
	width: 100%;
	margin-bottom: 5px;
}
table td {
	text-align: left;
	letter-spacing: 2px;
	font-size: 0.8em;
}
fieldset {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	margin: 0px auto;
	color: #aa0000;
	border: 1px solid #aa0000;
	border-radius: 5px;
}			
legend {
	font-size: 0.8em;
	letter-spacing: 2px;
	color: #aa0000;
}			
button {
	color: #fff;
	background: #aa0000;
	width: 100%;
	border: none;
	margin: 0px auto;
	line-height: 2em;
	cursor: pointer;
	letter-spacing: 2px;
	margin-left: 3px;
}
h3 {
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-align: left;
}			
p {
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-align: left;
	padding: 0px;
	margin-top: -10px;
}			
input {
	width: 100%;
	line-height: 2em;
}
input[type="checkbox"] {
	float: left;
	transform: scale(1.5) !important;
	margin-left: -3px;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}			
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.animate__animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animate__fadeIn {
	animation-name: fadeIn;
}
.footer {
	margin-top: 10px;
	font-size: 0.7em;
}
.w15 {
	width: 15px !important;
}
.mitte {
	text-align: center !important;
}
.topline {
	border-bottom: 1px solid #aa0000;
}
.flag img{
	width: 15px !important;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#knd_price {
	width: 25%;
	text-align: center;
}
#dom_opt {
	background: #fff;
	width: 180px;
	border: 1px solid #aa0000;
	letter-spacing: 2px;
	padding: 5px;
}
#captcha {
	min-height: 50px !important;
	display: none;
	margin-left: -5px;
}
#pincode {
	display: none;
}
*[id^='pin_'] {
	width: 17px !important;
	padding: 4px;
	border: 1px solid #aa0000;
	text-align: center;
	margin: 5px;
	display: none;
}
#infobox {
	width: 380px;
	margin: 0px auto;
	line-height: 2em;
	font-size: 0.9em;
	border: 1px solid green;
	border-style: dashed;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 1%;
	letter-spacing: 2px;
	color: green;
}