/* body */
@import url("main.css");

body{
	background: url('../graphics/bg_frame.jpg') no-repeat top right #f1f0e3;
}

.sectionname {
	font: 20px Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	color: #d80073;											/*ciemny*/
}

.zambutton {
	width: 135px;
	border: 1px solid #d80073;								/*ciemny*/
	padding-top: 7px;
	padding-left: 65px;
	background: #008cd2;									/*jasny*/
	height: 20px;
	font-weight: bold;
	color: #414141;
}
.zambutton:hover {
	background: #d80073;									/*ciemny*/
}
.top {
	position: relative;
	font: 15px Arial Helvetica, sans-serif;
	font-weight: bold;
	color: #d80073;											/*ciemny*/
	border-bottom: 1px dotted #d80073;						/*ciemny*/
	margin: 5px;
}
.formheader {
	font: 14px Arial Helvetica, sans-serif;
	color: #d80073;											/*ciemny*/
	margin-bottom: 5px;
}


