@import url("text_style.css"); 


body, td {
	font-family: tahoma;
	font-size: 11px;
	color: #4D4D4D;
	margin-top: 0px;
	background-color: #FFF;
	vertical-align: top;
	padding: 0px;
	border: 0px;
}

body {
	background: url(../layout/bg.jpg);
	text-align: center;
	margin-bottom: 10px;
}
.header {
	background: url(../layout/bgHeader.jpg);
	background-repeat: repeat-x;
	height: 100%;
	padding-top: 24px;
}
.top {
	background: url(../icons/top.gif) no-repeat 0 50%;
	padding-left: 14px;
}
.print {
	background: url(../icons/print.gif) no-repeat 0 50%;
	padding-left: 14px;
}



#container {
	background-color: #FFF;
	margin: auto;
	width: 714px;
	height: 100%;
}

table {
	text-align: left;
	border: 0px;
	padding: 0px;
	
}

div#right_content {
	margin-left: 31px;
	margin-right: 9px;
}

div#left_content {
	margin-left: 29px;
	margin-right: 9px;
}

img {
	border: 0px;
}


.search_select{
	background-color: #FFFF99;
}

table.formularz {
	border-right: 5px solid #f0f0f0;
	margin-bottom: 20px;
}

table.formularz caption {
	border-right: 5px solid #f0f0f0;
	text-align: right;
	font-weight: bold;
	padding: 3px;
}

table.formularz td {
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0px;
}