﻿div#logowanie, div#komunikat,div#opis,div#usun{
	width:500px;
	height: 250px;
	margin-top:-125px;
	margin-left: -250px;
	position: absolute;	
	top:50%;
	left: 50%;
	background:#333;
	border:2px solid #CE0709;
	z-index:9999;
	display:none;
	color:#fff;
	-moz-box-shadow: 1px 1px 55px #000000;
	-webkit-box-shadow: 1px 1px 55px #000000;
	box-shadow: 1px 1px 55px #000000;
}

div#opis,div#usun{
	display:block;
}
#tytul{
	width:100%;
	height:50px;
	background:url('bottom.png')top left repeat-x;
	margin-bottom:20px;
	float:none;
}
#tytul h3{
	text-align:center;
	color:#fff;
}
#response {
	width: 300px;
	height: 30px;
	padding: 10px;
	margin:0 auto;
}

.validator_div {
	width: 30px;
	height: 30px;	
	float: right;
	border: none;
}

.check {
	width: 180px;
	margin-top: 6px;
	float: left;
}

#wyslij {
	width: 100px;
	height: 30px;
	display: block;
	float: none;
	overflow: hidden;	
	border: none;
	color:#fff;
	background:url('top.png')top left repeat-x;
	cursor:pointer;
	margin:0 auto;
}

#wyslij:hover {
	color:#333;
}
#zamknij
{
    position:absolute;
    top:15px;
    right:20px;
    
}	
#x
{
    background:none;
    color:#fff;
    cursor:pointer;
    border:none;
    outline:none;
}
#x:hover
{
    color:#333;
}
#kon_miejsce
{
    float:left;
    width:390px;
}

div.row
{
	margin:0 auto;
	width:245px;
	height:40px;
	padding:0;
}
div.row p
{
	width:100%;
	padding:0;
	text-align:center;
}
div#response
{
	color:#900;
	text-align:center;
}
.opis
{
	width:400px;
	height:100px;
}
.row_opis
{
	width:400px;
	height:150px;
	text-align:center;
	margin:0 auto;
}
