html {                                                            
   background-color: #fcfcfb;                        	
}                                                                 
 /*
body {                                                            
   line-height: 14pt;                                             
	font-family: Verdana, Tahoma;                                            
	font-weight: normal;                                             
	font-style: normal;                                              
	font-size: 10px;                                                  
	text-align: left;                                                
	background-color: #fcfcfb;                                       
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat-x;
                                                 
	color: #4c4c4c;                                                  
}                
*/
td {                                                            
   line-height: 14pt;                                             
	font-family: Verdana;                                            
	font-weight: normal;                                             
	font-style: normal;                                              
	font-size: 10px;                                                  
	text-align: left;                                                    
	margin: 0 auto;                                                  
	padding: 0;                                                    
	color: #000000;                                                  
}                

img {
	border: none;
	margin: 0;
	padding: 0;
}

.kursor_hand {
	cursor: pointer;
}

a, a:active, a:visited {
	color: #095da3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
input {
	width: 250pt;
	border: solid 1px #0066c9;
}
*/
textarea {
	width: 250pt;
	border: solid 1px #0066c9;
	height: 200pt;
}

.textarea_kontakt {
	width: 250pt;
	border: solid 1px #0066c9;
	height: 150pt;
}

.btn_wyslij {
	width: 75pt;
	height: 15pt;
	text-align: center;
	font-size: 10pt;
	border: solid 1px #0066c9;
	background-color: transparent;
}

.blad {
	color: #cc0000;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-image: url('../images/h1.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}

h2 {
	font-size: 10px;
}

.left {
	float: left;
}
input.input_text {
    width:300px;
}
input.input_image {
    width:100px;
}


