body {
	background: #F3F3F3;
	text-align: left;
}
/*
Klasa dla tabeli zawierającej cały formularz
*/
.mobileContainer {	
	width: 370px;
	height: 250px;
	background: #F3F3F3;		
	border: 0;
}
/*
Klasa dla komórki zawierającej tabele z formularzem
*/
.content {
	background: #F3F3F3;
	height: 250px;
	overflow: visible;
	border: none;
	min-height: 100%;
	max-height: 100%;
}

/*
style dla formularza wyszukiwarki
*/
form.extSearcher {
	border: none;
	background-image: none;
	margin: 3px;
}
/*
Styl dla komorki zawierajacej etykiety pol formularza
*/
td.formtxt {
	width: 112px;
}
/*
Styl dla komorki zawierajacej pola formularza (np select lub input)
*/
td.formControl {
	padding-left: 5px;
	width: 188px;
}

p {
    
    margin: 0;
}

/*
Styl dla elementu submit
*/
.search {
	width: 157px;
	padding: 0;
}
/*
Styl pola formularza typu input
*/
input.extSearcher{
	width: 180px;
	padding-left: 5px;
}
/*
Styl pola formularza typu select
*/
select.extSearcher {
	width: 188px;
	padding-left: 5px;
}

.backgroundLogo {	
	background: transparent;
	padding-top: 8px;
}

.backgroundLogoTimetableExt1 {	
	background: transparent;
	height: 50px;
	padding-top: 8px;
}

.logoLink {
	display: block;
	float: right;
	width: 200px;
	height: 37px;
}

.wLogo {
	display: block;
	float: left;
}