@charset "utf-8";
/* CSS Document */
body {text-align:center;}
h3 {
	display:block; 
	margin-left: auto; 
	margin-right:auto;
}
.accessibility {
	height:0;
	left:-9999em;
	position:absolute;
	text-indent:-9999em;
	top:-9999em;
	visibility:hidden;
	width:0;
}
	.preview {
	height: 620px;
	margin: 5px;
	width: 500px;
	position: relative;
	}
	.preview,
	#realtime-form {
		margin-left:auto; 
		margin-right:auto;
	}

.left,.right {width:300px;}
.left {float:left;} .right {float:right;}
	
#realtime-form {

	width: 500px;
	display: block;
}

textarea {
	/*text-align: center;*/
}
.bodyBox {
	height: auto;
	width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
.menuBox {
	height: auto;
	width: 500px;
	display: block;
	}
.wzoryBox {
	height: 30px;
	padding-top: 8px;
	font-weight: bold;
	}
	/*background: #00879C;*/
.wzoryBox, .menuBox h3 {
	display: block;
	width: 500px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	background-color: #777;
	}
.menuBox h3 {
	margin: 0px;
	border-bottom-color: #ececec;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 27px;
	position: relative;
	padding-top: 3px;
	white-space: pre;
	text-align: left;
	cursor: pointer;
    }
    .menuBoxPanel {
	background-color: #ececec;
	height: 125px;
	width: 500px;
	display: block;
	overflow: hidden;
    }
.boxImie{
	/*background-color: #096;*/
	display: block;
	position: relative;
	}
	
fieldset {
	padding: 0;
	width: 280px;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 15;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	}
label.field {
	text-align: right;
	float: left;
	width: 70px;
	margin-right: 7px;
	}
input.pole1 {
	float: left;
	/*width: 120px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	}
fieldset p {
	clear: both;
	padding: 0px;
	margin: 3px;
	display: block;
	}
input[type=radio].css-checkbox {
							display:none;
						}

						input[type=radio].css-checkbox + label.css-label {
	padding-left: 33px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -24px;
						}
						label.css-label {
	background-image: url(../radioBK1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
			}
.loader {
	display: block;
	/*
	height: 250px;
	width: 250px;
	left: 125px;
	top: 175px;*/
	height: 150px;
	width: 150px;
	left: 175px;
	top: 225px;
	background-size: contain;
	position: absolute;
	float: left;
	background-image: url(../scripts/KamacoLoader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #FFF;*/
	}
h2 {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
.UwagaBox{
	background-color: #666;
	display: block;
	float: left;
	position: absolute;
	left: 40px;
	top: 100px;
	height: 260px;
	width: 400px;
	opacity: 0.95;
	border: 2px #FFF solid;
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	line-height: 1.4em;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #000000;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	}
.close_box{
	color: #F00;
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	border: 1px solid #AAA;
	font-size: 18px;
	font-weight: normal;
	}
