
input.disabled {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
	 color: #CC0000;
    font-weight: bold;
	 font-family: Tahoma, Verdana,  "trebuchet ms", helvetica, sans-serif;
    font-size: 11px;
   
}


input.required, input.validationOF, textarea.validationOF, select.required, textarea.required, textarea.validate-alphanum, textarea.validate-alpha {
    border: 1px solid #00A8E6;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #000000;
	 width: 180px;
	 background-color: #C5C5C5;
}

input.validation-failed, select.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color: #FF3300;
	 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

input.validation-passed, select.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color: #000;
	 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

.validation-advice {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    background-color: transparent;
	 font-family: Tahoma, Verdana,  "trebuchet ms", helvetica, sans-serif;
    font-size: 10px;
    color: #CC0000;
    font-weight: bold;
	 font-style: normal;
    width: 200px;
}

.custom-advice {
    margin: 5px 0;
    padding: 5px;
    background-color: #C8AA00;
    color: #FFF;
    font-weight: bold;
}
.formularz
	{
	margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
	
	}
legend {
 text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
  }

fieldset {
    padding: 15px 0px 15px 0px;
    border: 0px solid #C5BFBF;
	 margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

label {
    font-weight: bold;
}

.form-row {
    clear: both;
    padding: 0.5em;
}

.field-label {
    width: 10em;
    float: left;
    font-size: 11px;
    line-height: 20px;
    display: inline;
}
.field-labelW {
    width: 300px;
    float: left;
    font-size: 11px;
  
    display: inline;
    margin-right: 5px;
}
.field-widget {
    width: 10em;
    float: left;
    line-height: 20px;
    display: inline;
	    font-family: Tahoma, Verdana,  "trebuchet ms", helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #000000;
}

select {     
   border: 1px solid #00A8E6;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #000000;
	 width: 180px;
	 background-color: #C5C5C5;
	 }

select.lista {     
   border: 1px solid #00A8E6;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #000000;
	 width: 70px;
	 
	 }

.buttonF {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 1px;
    height: 22px;
    color: #000000;
    border: 1px solid #595959;
	 margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
