body{
	margin: 0;
	padding: 0;
	font-size:8px;
	color: #fff;
	font-family: Arial; 
}

h1 {
	font-size:14px;	
	padding-left:5px;
	color:#716f6c;
}

#stopka{
text-align:center;
}

#gora{
text-align:center;
}

h2 {
	font-size:14px;
	margin-left:2px;
	margin-bottom:2px;
}

td,p {
font-size:12px;
line-height:1.2;
}

p {
line-height: normal;
padding:0px;

}

a {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: underline;

}

.button{
	background:#adacac;
	width:80px;
	color:white;
}

.button:hover {
    border: 1px solid #0554a1;
    background: #0554a1;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#565656;	
	width:152px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		width:152px;
	overflow:hidden;
	color:#565656;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#565656;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
radio{
	border-top:3px; background-color: #FFFFFF; solid blue;border-right:3px solid yellow;border-bottom:3px solid red;border-left:3px solid lime; 
}
