body {background:#fff; margin:0; }
div, h3, h1, h2, p, em {margin:0; padding:0; font-size: 1em; font-weight: normal;  font-family: arial;}
a img{border:none;}
a {text-decoration:none;}

.access_links{
    height:560px; 
    background-color: #CAD696;
    width: 250px;
}

.access_links .links_header{
    color: white;
    font-size: 36px;
    padding: 15px;
}

.access_links .link_target{
    padding: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.access_links .link_target .link_header{
    font-size: 12px;
    font-weight: bold;
}

.access_links .access_links_top{
    height:460px; 
}

.access_links .links_footer{
    color: white;
    font-size: 26px;
    padding: 15px;
}

#poj {width: 850px; margin :0 auto;}

#left {width: 545px; height:600px; 
			background-image:url('../images/landing/2/lto_lewe.jpg');
		 	background-color:#fff;
		  	background-attachment:inherit;
		  	background-position:top left;
		  	background-repeat:no-repeat;
			float:left;

}
#left .cont .white {color:#fff; font-size:1.5em; font-weight:bold; margin:0 0 10px 0;}
#left .cont {
margin:30px 0 0 95px;
width:423px;
height: 383px;
padding:10px;
}
#left .cont .nagl {
width:330px;
padding:10px 0 0 110px;
height:120px;
font-size: 1.5em;
background-image:url('../images/landing/2/ft_logo.jpg');
		 	background-color:transparent;
		  	background-attachment:inherit;
		  	background-position:top left;
		  	background-repeat:no-repeat;
}

#left .cont .odst {margin:20px 0 0 18px; }
#left .cont .odst ul {list-style-type:none; margin:10px 0 0 0; padding:0;}
#left .cont .odst ul li {
background-image:url('../images/landing/2/ok.jpg');
		 	background-color:transparent;
		  	background-attachment:inherit;
		  	background-position:top left;
		  	background-repeat:no-repeat;
			display:block;
			height:19px; 
			padding:2px 0 4px 23px;
			font-size:1em;
}


#right {width: 250px; height:570px; 
			//background-image:url('images/landing/2/lto_prawe.jpg');
		 	background-color:#fff;
		  	background-attachment:inherit;
		  	background-position:top left;
		  	background-repeat:no-repeat;
			float:left;
			padding:20px 0 0 0;

}


#inner_right {width: 250px; height:555px; 
			background-color:#CAD696;
		  	background-attachment:inherit;
		  	background-position:top left;
		  	background-repeat:no-repeat;
			float:left;
			padding:0px 0 0 0;
			font-size:14px;
}

#right h2{font-size:24px;padding:10px 15px 10px 15px;}

#inner_right div {
   padding:0px 10px 0 20px;
   margin:0;
   color: #FFFFFF;
}

#inner_right .button {
  margin: 8px 0px  12px 0px;	
}

#inner_right .button a{
  background-image:url('../images/landing/2/report.jpg');
  width: 196px;
  height: 40px;
  display: block;
  color: #000000;
  line-height: 40px;
  padding-left: 10px;
  font-size:18px;
  font-weight:bold;
}

#inner_right .smaller a{
  font-size: 14px;
}

#inner_right h3{
font-size:16px;
font-weight:bold;
margin-top: 8px;
}

#right b {font-size:1.3em;}

#right .form {margin:30px 0 0 0; color:#d3d3d3; font-size:0.7em;}
#right .form form input, #right .form form select {border:solid 2px #d3d3d3; font-size:0.9em; height:20px; width: 180px; margin:0 0 15px 0; padding:4px 0 0 5px;}
#right .form form select {padding:1px 0 0 5px; height:22px;}
#right .form form input.button {border:none; font-size:1.2em; height:49px; width: 215px; margin:0 0 15px 0;
background-image:url('../images/landing/2/down.jpg');
		 	background-color:#fff;
		  	background-attachment:inherit;
		  	background-position:top left;
		  	background-repeat:no-repeat;
			cursor:pointer;
			color:#fff;
			font-size:1.8em;
			font-weight:bold;
}



#client_title{
display:none;
}

#client_fname{
display:none;
}

label.error{
position:absolute;
padding:3px;
margin-left:4px;
color:red;
}

strong{
display:block;
padding-bottom:40px;
}

#footer{
 clear: both;
 padding-left: 30px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
