/* FORMULARZ REJESTRACJI */
.cssform{
	width: 96%;
	margin: auto;
}
.cssform p{
	width: 400px;
	clear: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 0 10px 0;
	padding-left: 110px; /*width of left column containing the label elements*/
}
.cssform div{
	border: 1px solid #F1E7F7;
	margin: 2px 0px 2px 0px;
}
.cssform div.submit{
	border: none;
	margin: 20px 0px 2px 0px;
	text-align: center;
}
.cssform div.info{
	border: none;
	width: 180px;
	float: right;
	margin-right: 15px;
	margin: 0;
	height: 100%;
	padding-top: 2px;
}


.cssform label{
	text-align: right;
	font-weight: normal;
	float: left;
	margin-right: 8px;
	margin-left: -116px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

	
.css input{
	width: 180px;
	border: 1px solid #F1E7F7;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	border: 1px solid #F1E7F7;
}
.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
	border: 1px solid #F1E7F7;
}


.cssform input.submit{
	width: 90px;
	background-color: #ECE9D8;
}

.cssform textarea{
	width: 250px;
	height: 150px;
	border: 1px solid #F1E7F7;
}