.menu_tabs{ float:left; padding:35px 0 30px 20px}
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0 0 0 0;
	width:230px;
	float:left;
	border-top:1px solid #ccc;
}

/* single tab */
ul.tabs li { 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	background:none;
	float:left;
	display:block;
	width:230px;
	border-bottom:1px solid #ccc;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:12px;
	display:block;
	text-decoration:none;
	color:#5a5a5a;
	padding:8px 8px 8px 15px;
	margin:0;	
	position:relative;
	top:1px;
	font-family:Tahoma;
	outline:none;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#df4333;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important; 
	color:#df4333 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{  }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{  }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{  }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
.panes{ float:right;}
.panel_tresc{ float:right; width:675px; padding:20px 15px 40px 5px; text-align:left;}

.pliki-do-pobrania{ float:left; margin-top:17px; padding:15px 0 0 0; border-top:1px solid #ccc; width:100%;}

.item_image_tresc{ float:right; padding:2px; border:1px solid #ccc; margin:10px 20px 0 0;}

.formbuilderform{ float:left; width:500px; margin-left:20px;}
.formbuilderform div{ float:left; width:490px; padding:2px 0; }
.formbuilderform input{ float:right;}


.chekboxy{ padding:10px 0 !important;}
.chekboxy input{ margin-left:10px;}
.chekboxy label{ float:right; width:450px;}

.naglowek_form{padding:2px 0 10px 0 !important;}

.required{ float:left; clear:both; }

.required label, .zapytanie label{ float:left; padding:0 0 0 10px;}
.required input{ width:300px; float:right;}


.zapytanie{ float:left; padding:5px 0 !important;}
.zapytanie textarea{ float:right; width:300px;}

.fbsubmit{ float:right;}
