@charset "UTF-8";

.intxt1 {
	border-width: 1px;
	border-color: #d4d4d4;
	border-style: solid;
	padding-left: 3px;
	background-color: white;
	color: #666666;
	font-size: 12px;
	font-family: Arial,Helvetica, sans-serif;
	width: 200px;
}
.formtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.inzip1, .inzip {
	border-width: 1px;
	border-color: #d4d4d4;
	border-style: solid;
	padding-left: 3px;
	background-color: white;
	color: #666666;
	font-size: 12px;
	font-family: Arial,Helvetica, sans-serif;
	width: 60px;
}

.labtxt1{
	color: #ff9131;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.subtxt1{
	border-color: #fb5e07;
	border-width: 1px;
	border-style: double;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #fb5e07;
	color: white;
	font-size: 11px;
}
.intxt2 {
	border-width: 1px;
	border-color: #d4d4d4;
	border-style: solid;
	padding-left: 3px;
	background-color: white;
	color: #666666;
	font-size: 12px;
	font-family: Arial,Helvetica, sans-serif;
	width: 120px;
}
.btn_wyczysc {
	background-image: url(../gfx/butt_wyczysc.gif);
	display: block;
	height: 23px;
	width: 60px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}
.btn_dalej {
	background-image: url(../gfx/butt_dalej.gif);
	display: block;
	height: 23px;
	width: 60px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}
.labtxt2 {
	color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
th.labtxt2 {
	font-weight:bold;
	padding-right: 10px;
	text-align:right;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9131;
}
.labtxt3 {
	color: #ff9131;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.btn_wstecz {
	background-image: url(../gfx/butt_wstecz.gif);
	display: block;
	height: 23px;
	width: 60px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}
#krok1 {
	margin: auto;
	padding:auto;
}
#krok1 table {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #FF6600;
	width: 80%;
	margin: auto;
}
.btn_zamowienie {
	background-image: url(../gfx/butt_zloz_zam.png);
	display: block;
	height: 23px;
	width: 129px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}
.btn_realizuj {
	background-image: url(../gfx/butt_realizuj.gif);
	display: block;
	height: 46px;
	width: 250px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: none;
}
.btn_zrezygnuj {
	background-image: url(../gfx/butt_zrezyguj.gif);
	display: block;
	height: 46px;
	width: 140px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}
.labmessage {
	color: #FF6600;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

/* ******************** TAKA MOJA INWENCJA TWORCZA ******************** */
.toggle, .toggle1, .toggle2, .toggle3, .toggle4 {
}

.input_error {
	border: 1px solid red;
}

.err {
	font-family: Arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: center;
	background-color: white;
	border: 1px solid red;
	padding: 10px 0 10px 0;
	margin: 10px auto 10px auto;
	width: 80%;
}

.ok {
	font-family: Arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #619500;
	text-align: center;
	background-color: white;
	border: 1px solid #619500;
	padding: 10px 0 10px 0;
	margin: 10px auto 10px auto;
	width: 80%;
}

span.ok, span.msg, span.err {
	font-size: 11px;
}

.required {
	font-weight: bolder;
	color: red;
	font-size: 14px;
	display: inline;
}

.btn_zarejestruj {
	background-image: url(../gfx/butt_zarejestruj.gif);
	display: block;
	height: 23px;
	width: 106px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}

*.btn_zaloguj{
	background-image: url(../gfx/butt_zaloguj.gif);
	display: block;
	height: 23px;
	width: 85px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}

/**/
.simtab{
	border:1px solid #f66013;
	background-color: #FFFFFF;
}

/******/
.btn_szukaj {
	background-image: url(../gfx/butt_szukaj.gif);
	display: block;
	height: 23px;
	width: 60px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
	background-position: center center;
	padding: 0px;
	float: right;
}

.dokumenty {
	border-collapse: collapse;
}
.dokumenty td {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	font-size: 10px;
}
.dokumenty td.mark {
	font-size: 12px;
	font-weight: bolder;
}

#lista table {
	background-color: #efefef;
	border-color: #c8c9cb;
	border-width: 1px;
	border-style: solid;
	margin: 10px auto 10px auto;
	width: auto;
	padding: 0px;
}

#lista td {
	padding: 5px;
	margin: 0px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}

#lista td.desc {
	font-family: Arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fe751f;
}

#lista td.val {
	width: 80px;
	height: 20px;
	font-family: Arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#lista td.error {
	font-family: Arial,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: red;
}

#lista td.anser {
	font-size: 12px;
	font-weight: bold;
	color: #2e9900;
	font-family: Arial,helvetica,sans-serif;
}
