@charset "iso-8859-2";
/* CSS Document */

#kontakt_box{
	background-color: #5f372d;
	position: absolute;
	height: 550px;
	width: 400px;
	border: 1px dotted #bd9069;
	display:none;
	z-index:103;
}
#kontakt_drag{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #bd9069;
	font-weight: normal;
	position: relative;
	background-color: #573229;
	padding: 4px;
	cursor: move;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bd9069;
}
#kontakt_close{
	position: absolute;
	height: 12px;
	width: 12px;
	top: 8px;
	right: 8px;
}
#kontakt_content{
	position: relative;
}
#kontakt_form{
	padding: 10px;
	position: relative;
}
.blank_10{
	position: relative;
	height: 10px;
}
.kf_opis_g{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.kf_opis{}
.kf_pole{
	border: 1px dotted #bd9069;
	margin-bottom: 4px;
}
.kf_element{
		font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3b0f09;
	background-color: #FFF;
	padding: 2px;
	border: 2px solid #3b0f09;
	width: 372px;
}
.fsb{
	font-size: 13px;
	font-weight: bold;
	color: #bd9069;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px dotted #bd9069;
	background-color: #3b0f09;
}

