div#regionsOut {
	z-index:1000;
}

/* div z danymi wszystkich regionów */
div#regions {
	display:none;
	min-height:150px;
}

/* div z pojedynczym regionem */
div.region {
	display:none;
}

div.region h2 {
	margin-top:45px;
	margin-left:5px;
}

div.regionData {
	color:#002d85;
	font-size:12px;
	margin-left:5px;
	margin-top:25px;
}

/* ukryte pola */
div.region #regionNazwa { display:none; }
div.region #regionEmail { display:none; }

div#regionForm {
	margin-top:10px;
	margin-left:5px;
	display:none;
}

div#regionPrompt {
	margin-left:5px;
}

div.formLine {
	margin-bottom:3px;
	width:465px;
	overflow:auto;
}

div.contactInput,
div.contactInputMid,
div.contactInputFull {
	margin-top:2px;
	padding:2px 1px 1px 1px;
}

div.contactInput {
	background:url(/images/inputBg.png) no-repeat top left;
	width:215px;
	height:21px;
	margin-bottom:0 !important;
}

div.contactInputMid {
	background:url(/images/inputMidBg.png) no-repeat top left;
	width:460px;
	height:22px;
	overflow:visible !important;
	margin-bottom:0 !important;
	padding:0px 1px 1px 1px;
}

div.contactInputFull {
	background:url(/images/inputFullBg.png) no-repeat top left;
	width:460px;
	height:160px;
}

div.contactInput input {
	width:170px;
	height:16px;
	margin-left:10px;
	margin-right:5px;
}

div.contactInputMid select {
	width:435px;
	height:16px;
	margin-left:10px;
}

div.contactInputFull textarea {
	width:435px;
	height:150px;
	margin-top:2px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
}

div.contactInput input,
div.contactInputMid select,
div.contactInputFull textarea {
	border:none;
	font-size:11px;
}

a.bSend {
	background:url(/images/btnSendR.png) no-repeat top right;
	padding-right:11px;
	display: block;
	float:right;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.bSend span {
	background:url(/images/btnSendL.png);
	line-height:38px;
	display: block;
	padding-left:20px;
	padding-right:9px;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

