/* frame rejetracja */
.frame_logowanie{
	width: 730px;
	background: url('../../dom/gfx/bombelki.jpg') no-repeat center top;
	border: 1px solid #d9d9d9;
}
.topik {
	padding: 10px;
}
.frame_logowanie_content{
}

.logowanie_box {
	width: 350px;
	background: url(../../dom/gfx/half.png);
	border: 1px solid #e5e5e5;
	margin: 0 auto 20px;
	padding: 10px 5px;
}
.logowanie_box td {
	padding: 5px 10px;
}
.logowanie_box input {
	width: 215px;
	padding: 2px 5px;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
}
.logowanie_box textarea {
	width: 100%;
	height: 125px;
	font-size: 11px;
	line-height: 14px;
}
.logowanie_box .error {
	color: #f00;
	text-align: center;
	font-weight: bolder;
	padding-bottom: 10px;
}
.logowanie_box .instrukcja {
	line-height: 18px;
	padding: 10px;
	text-align: center;
}
