TABLE.formtable{
	background-color: #EEE;
	background-image: none;
	border: 1px solid #AAA;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border-spacing: 1px;
	border-collapse: separate;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.formtable td {
	background: transparent;
	color:#000000;
	padding: 3px;
	margin: 2px;
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
}

span.formhilite {
	color: #FF0000;
}
span.forminputhighlight input, input.forminputhighlight, textarea.forminputhighlight, select.forminputhighlight {
	border: 2px solid red;	
}
.input_equiv.forminputhighlight {
	border: 2px solid red;
}
input[type=checkbox].forminputhighlight {
	outline: 2px solid red;
	outline-offset: 3px;
}
span.forminputgrayed input, input.forminputgrayed {
	background-color: #EAEAEA;
}
.forminputcontenthighlight {
	color: red;
}

.formtable td.forminputcontenthighlight {
	color: red;
}
.forminputhighlight div.chosen-container a {
	color: red;
	border: 1px solid red;
}
.formtable td .readonlytextarea, .formtable td input[readonly], .formtable td textarea[readonly] {
	background-color: #F4F4F4 !important;
}
	
TD.separator {
	background-color: white;
	height: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
}
.formtable td.separator_cell {
	border-bottom: 1px solid #CCCCCC;
}

TABLE.kzlecviewkoord{
	background-color: transparent;
	padding: 2px;
	margin: 10px 10px 10px 10px;
	border-spacing: 2px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.kzlecviewkoord td{
	background-color: #DDDDDD;
	color:#000000;
	padding: 3px;
	margin: 2px;
	font-size: 9px;
	border: none;	
}

#jsalert {
	border: 3px solid red;
	background-color: yellow;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

#jscontent {
	display: none;
}

.z_form_section {
    border: 0px none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 15px 0px 5px 0px;
    padding: 5px 3px 5px 8px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    background-color: #2274BD;
}
.formtable td.z_form_section a {
	color: white;
    text-decoration: underline;
    padding-left: 6px;
}
.z_form_subsection {
    border: 0px none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 3px 5px 8px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    background-color: #DDD;
}
.formtable td.z_form_subsection a {
	color: white;
    text-decoration: underline;
    padding-left: 6px;
}
.formtable td.z_form_empty {
	line-height: 1.3em;
	height: 1.3em;
}

.formtable td.z_form_empty_no_border {
	line-height: 1.3em;
	height: 1.3em;
	border: 0px none;	
}

.formtable td .szara td {
	font-size: 11px;
}

table.formtable_fragment {
	width: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.ff_fragment_container {
	width: 100%;
}
table.operat_uniwersalny {
	width: 95%;
}
table.hidden-form-table {
	display: none;
}
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background-color: #EEEEEE;
  opacity: .5; 
}
.current_error::before { 
  content: "» ";
  color: red;
}

.current_error {
	text-decoration: underline;
}

div.form_validation_info, div.form_ghost_info  {
    border: 2px solid rgb(227, 7, 18);
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;	
    margin: 2px 0px 5px 0px;
    padding: 5px 12px 5px 10px;
    text-indent: 0px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    color: #F00;
    background-color: #FFF;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

div.form_ghost_info  {
	border: 0px solid;
	background-color: #2274BD;
	color: white;
}

div.form_validation_info p, div.form_ghost_info p {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.form_ghost_info .fa {
	color: #ff963b;
}