body {
        background: #FFF9FB url(./logo.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	color: #454456;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	}

/*Style for the page header */
#header {
	position:relative;
	height:110px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:200%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:120%;
	letter-spacing:-2px;
	text-align:right;
}
	

/* Styles for the text area */
#text {
	font: 1em Arial, Helvetica, sans-serif;
    	position: relative;
	margin: 35px auto 20px auto;
	padding-top: 1px;
	padding-left: 50px;
	padding-right: 50px;	
	text-align: left;
	border-top: 3px solid #5684BF;
	border-bottom: 3px solid #5684BF;
	}

a, a:link	{
	color: #5684BF;
	background-color: inherit;
	text-decoration: none;
	display: inline;
	padding: 0;
	}
	
a:hover	{
	color: #454456;
	text-decoration: underline;
	}
	
p {
	margin: 0;
	
}

h1 {		
	font-size:1.1em;
	padding:10px 0 0 0;
	text-align: center;
}

h2 {		
	font-size:1.05em;
	padding:5px 0 0 0;
}


/* Style for the footer */
#footer	{
	margin: 0px auto 0px auto;
	font: 1.0em Arial, Helvetica, sans-serif;
    	position: relative;
	padding-left: 50px;
	padding-right: 50px;	
	text-align: left;
	}

input.numer1_edit {	
	position: absolute;
	left: 220px;
	top: 40px;
	font-variant:small-caps;
	font-size: 16px;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 22px;
	height: 23px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 

input.numer2_edit {	
	position: absolute;
	left: 262px;
	top: 40px;
	font-variant:small-caps;
	font-size: 16px;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 88px;
	height: 23px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 

input.numer3_edit {	
	position: absolute;
	left: 370px;
	top: 40px;
	font-variant:small-caps;
	font-size: 16px;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 176px;
	height: 23px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 

 


input.submit {
	font-variant:small-caps;
	font-size: 15px;	
	position: absolute;
	color: #454456;
	left: 600px;
	top: 38px;
	width: 190px;
	height: 29px;
   	border-style:solid;
        border-color:#999;
	background-color:#fafafa;
   	border-width: 1px;
}


p.numer_opis {
	position:absolute;
	top:43px;
	left:120px;
}

p.sumakontrolna_opis {
	position:absolute;
	top:70px;
	left:195px;
}


p.rozliczeniowy_opis {
	position:absolute;
	top:70px;
	left:265px;
}

p.rachunek_opis {
	position:absolute;
	top:80px;
	left:400px;
}


