@import url(sklep_all.css);

div#search_container {
	width: 200px;
	margin: 0 auto;
}

.bf
{
	BORDER-TOP: medium outset;
	BORDER-RIGHT: medium inset;
	BORDER-LEFT: medium outset;
	BORDER-BOTTOM: medium inset;
	background-color: 03318F;
	color: White;
	font-weight: normal;
	cursor: hand; /*button formularz;	*/
	border-color: Red;
	border-top-width: 2;
	border-right-width: 2;
	border-left-width: 2;
	border-bottom-width: 1;
}

div.tab {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
}
div.tabheader {
	position: relative;
	width: 180px;
	height: 32px;
	background: url(../images/header_bg.jpg) no-repeat top left;
	overflow: hidden;
	margin-bottom: 1px;
}
div.tabheader img {
	position: absolute;
	left: 12px;
	bottom: 0px;	
}
div.tabbody {
	border: 1px solid #ddd;
}
div.tabbody div.label, div.iframe div.label {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.tabbody span.label, div.iframe span.label {
	font-family: Arial;
	font-size: 11px;
	color: #666;
}
div.tabbody div.field, div.iframec div.field {
	margin-bottom: 5px;
}
div.tabbody div.content {
	width: 150px;
	margin: 10px auto;
}
div.tabbody select, div.iframe select {
	width: 150px !important;
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #999;
}
div.tabbody .input {
	font-family: Arial;
	font-size: 11px;
	/*border: 1px solid #999;*/
}