#petle-form {

	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	background: url(../images/form-bg.png);
	color: #289fd4;
	height:450px;
	width: 573px;
	padding: 30px 20px 0 30px;
	font-family: "Tahoma";
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {

	height:420px;
	background: url(../images/loadingAnimation.gif) no-repeat center center;

}

.simple_overlay {
	

}

/* close button positioned on upper right corner */
#petle-form .close {
	background-image:url(../images/zamknij.gif);
	position:absolute;
	right:20px;
	top:-8px;
	cursor:pointer;
	height:22px;
	width:21px;
}

#petle-form div.contentWrap h3
{
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

#petle-form div.contentWrap .label
{
	float: left;
	width: 90px;
}

#petle-form div.contentWrap input.radio
{
	margin: 0 10px 0 65px;
}

#petle-form div.contentWrap input.checkbox
{
	margin: 20px 10px 0 35px;
}

#petle-form div.contentWrap .item
{
	margin: 5px 0 5px 0px;
}

#petle-form div.contentWrap .text
{
	border: 1px solid #A9C0C8;
}

#petle-form div.contentWrap a
{
	color: #289fd4;
	text-decoration: underline;
}

#petle-form div.contentWrap #form-send
{
	display: block;
	margin: 20px 0 0 70px;
}


#petle-form div.contentWrap .error
{
	color: #ff0000;
	margin: 0 0 0 70px;
}

#petle-form div.contentWrap .error p
{
	margin: 3px 0 0 0;
	font-size: 10px;
}
