@charset "UTF-8";
/* Generalne --------------------------------------------------------------------------------------------------*/
form
{
	margin: 0px;
}

textarea
{
	width: 580px;
	height: 300px;
}

textarea, input[type="text"], select
{
	border: 1px solid silver;
	background-color: white;
}

input[type="submit"], input[type="checkbox"], input[type="radio"], select
{
	cursor: pointer;
}

img, a img
{
	border: none;
}

#page_container
{
	width: 989px;
	clear: both;
	margin: auto;
	position: relative;
}

/* Klasy ------------------------------------------------------------------------------------------------------*/
.login-border
{
	vertical-align: text-top;
	width: auto;
	height: 90px;
	margin: 20px;
	border: 5px solid #e0b770;
	padding: 5px;
	background-color:  #efe6d8;
}

.wait
{
		float: left; 
		background-image: url(../images/loading.gif);
		background-repeat: no-repeat;
		height: 32px;
		width: 32px;
		padding-left: 5px; 
/*		display: none; */
}

/* Różne klasy 'porządkowe' */
.hide {
	display: none;
}

.link {
	cursor: pointer;
}

.icon-float {
	text-align: right;
}

.left {
	float:	left;
	width: auto;
}

.right {
	float:	right;
	width: auto;
}
 
.wysrodkuj {
	text-align:       center;
}

.wolne {
	margin: 0px 5px 0px 5px;
}

.odstep {
    margin: 10px 0px 10px 0px;
}

.lang_ico
{
	padding: 4px;
	float: left;
}

.loader 
{
	background: #FFFFFF url(../images/loading.gif)  no-repeat scroll center center;
}
