html, body, div, form, fieldset, textarea, input, label, legend, hr, img, ul, ol, li, a, p, h1, h2, h3, h4, h5, h6, h7, h8, dl, dt, dd {
	border : 0 none;
	margin : 0;
	padding : 0;
	outline-style : none;
	outline-width : 0;
	text-align : left;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type : none;
}
table {
	border-collapse : collapse;
}
table th, table td {
	padding : 0;
}
* html {
	margin-left : 0;
}
/*clearfix - naprawia rozciaganie diva zawierajacego floaty*/
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
a{
	cursor:pointer;
}