img {
	border: 0px;
	}
a {
	text-decoration: none;
	color:#ff7f00;
	border: none;
	}
a:focus, a:active {
   outline: none;
   } 
a:hover {
	color:#ff7f00;
	text-decoration: underline;
	}
h1 {
	font-size: 14px;
	line-height: 16px;
	padding: 20px 5px 5px 5px;
	margin: 5px 0px;
	font-weight: bold;
	color: #2683bf;
	background: transparent url('/img/h1_bottom_line.gif') bottom left repeat-x;
	}
p {
	margin: 10px 5px;
	padding:0px;
	text-align: justify;
	}
/****************************** forms ***********************************/
table.aplikacja {
  width: 100%;
  }
table#body td.input_desc {
	height: 38px;
	padding: 3px 10px 0px 0px;
	text-align: right;
	}
table#body td.text_input {
	width:375px;
	height:38px;
	text-align:center;
	vertical-align:top;
	background:url('/img/form/input.gif') top left no-repeat;
	}
table#body td.text_input input {
	width:355px;
	height:15px;
	line-height:14px;
	margin:2px 0px 0px 0px;
	background:transparent;
	border:0px;
	/*color:#8a8a8a;*/
	color: #666;
	font-size:12px;
	}
table#body td.text_input_small {
	width:375px;
	height:38px;
	text-align:left;
	vertical-align:top;
	background:url('/img/form/input_small.gif') top left no-repeat;
	}
table#body td.text_input_small input {
	width:157px;
	height:15px;
	line-height:14px;
	margin:2px 20px 0px 8px;
	background:transparent;
	border:0px;
	/*color:#8a8a8a;*/
	color: #666;
	font-size:12px;
	}
table#body td.text_area  {
	width:375px;
	height:130px;
	text-align:center;
	vertical-align:top;
	padding-top:3px;
	background:url('/img/form/textarea.gif') top left no-repeat;
	}
table#body td.text {
	width:375px;
	vertical-align:top;
	}
table#body td.text_area textarea {
	width:355px;
	height:100px;
	margin:0px 0px 0px 0px;
	background:transparent;
	border:0px;
	/*color:#8a8a8a;*/
	font-family:Tahoma,Verdana,Arial;
	color: #666;
	font-size:12px;
	}
table#body div.checkbox  {
	width:18px;
	height:18px;
	float:right;
	}
	
table#body td.file_input {
	width:375px;
	height:38px;
	text-align:center;
	vertical-align:top;
	background:url('/img/form/file_input.gif') top left no-repeat;
	}
table#body td.file_input input {
	margin:2px;
  line-height:14px;
	/*color:#8a8a8a;*/
	color: #666;
	font-size:12px;
	border-width: 0;
	padding: 0;
	position: relative;  
  -moz-opacity: 0;  
  filter: alpha(opacity: 0);  
  opacity: 0;  
  z-index: 2;  
	}
table#body td.file_input .input_file_value {
  position: relative;
	margin:2px;
	background: none;
	/*color:#8a8a8a;*/
	color: #666;
	font-size:12px;
	padding: 0;
	text-align: left;
	}
table#body td.file_input .input_file_value #cv {
  position: absolute;
	top: 0;
	left: 0;
	line-height:14px;
	padding: 3px 5px;
	width: 258px;
	z-index:3;
	background: transparent;
	margin: 0px 2px;
	height: 14px;
	overflow: hidden;
	}
	
table#body td.file_input .input_file_value .przegladaj {
  position: absolute;
	top: 0;
	right: 12px;
	line-height:14px;
	padding: 2px 5px;
	z-index:1;
	width: 68px;
	background: transparent url('/img/form/file_input_przegladaj.gif') center center no-repeat;
	text-align: center;
	color: #000;
	}
table#body tr.form_error td.input_desc {
  color: #e40705;
  }
table#body tr.form_error td.text_input {
	background:url('/img/form/input_error.gif') top left no-repeat;
	}
table#body tr.form_error td.text_area  {
	background:url('/img/form/textarea_error.gif') top left no-repeat;
	}
table#body tr.form_error td.file_input {
	background:url('/img/form/file_input_error.gif') top left no-repeat;
	}
table#body div.button {
	width:177px;
	height:33px;
	background:url('/img/form/button.gif') top left no-repeat;
	margin:18px auto;
	padding:1px 0px 0px 22px;
	text-align:center;
	cursor: pointer;
	}
table#body div.button a, div.button a:hover {
	color:#ffffff;
	text-decoration:none;
	line-height: 22px;
	}
