/*--------------------------------------------------------------*/
/*--------------------- Styl standardowy -----------------------*/
/*--------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
}
body {
	height: 100%;
	margin: 0; 
	padding: 0;
	color: #7e7e7e;
	background: #fff url(images/logowanie/bgBody.jpg) 0 0 repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #b51b17;
}
a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- BODY ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ==================================== CONTAINERS ====================================== */

div#webContainer {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* ==================================== WEB CONTAINER =================================== */

/* logo */

a.logo {
	width: 277px;
	height: 65px;
	position: absolute; top: 85px; left: 310px;
	background: transparent url(images/logowanie/logo.jpg) 0 0 no-repeat;
}

/* menu */

ul.menu {
	padding: 177px 0 25px;
	list-style: none;
	text-align: center;
}
ul.menu li {
	display: inline;
	padding-left: 13px;
	color: #e3e3e3;
}
	ul.menu li a {
		margin-right: 12px;
		color: #7f7f7f;
	}
	ul.menu li.active a {
		text-decoration: underline;
	}

/* description */

p.description {
	margin-bottom: 25px;
	text-align: center;
}

/* loginArea */

form {
	width: 298px;
	margin: 0 auto;
	background: transparent url(images/logowanie/bgLoginArea.jpg) 0 68px no-repeat;
}
fieldset {
	padding: 0 0 22px;
	border: 0;
}
	fieldset div.row {
		height: 1%;
		overflow: hidden;
		padding-bottom: 13px;
	}
	fieldset label {
		width: 77px;
		padding-right: 10px;
		line-height: 17px;
		text-align: right;
		color: #958d88;
		float: left;
	}
	fieldset input {
		display: block;
		width: 143px;
		height: 15px;
		padding: 2px 0 0 2px;
		color: #958d88;
		font: normal 11px Tahoma, Arial, sans-serif;
		border: 0;
		background: #d7d0cc url(images/v01/bgInput.jpg) 0 0 repeat-x;
		float: left;
	}

ul.links {
	margin-bottom: 15px;
	text-align: center;
	list-style: none;
}
ul.links li {
	display: inline;
	padding-left: 5px;
	color: #7f7f7f; 
}
	ul.links li a {
		margin-right: 5px;
		color: #7f7f7f;
	}
	ul.links li a.newAccount {
		font-weight: bold;
		color: #ff6c00;
	}

div.inputShell {
	width: 76px;
	height: 36px;
	margin: 0 auto;
	background: transparent url(images/logowanie/bgFormSubmit.jpg) 0 0 no-repeat;
}
	div.inputShell input {
		width: 76px;
		height: 20px;
		border: 0;
		cursor: pointer;
		background: transparent url(images/logowanie/bgFormSubmit.jpg) 0 0 no-repeat;
	}
	
form#registration {
	width: 400px;
	background: transparent url(images/logowanie/bgLoginArea.jpg) 0 390px no-repeat;
}
	form#registration fieldset div.row {
		padding-bottom: 4px;
	}	
	
form#passordReminder{
	background: transparent url(images/logowanie/bgLoginArea.jpg) 0 38px no-repeat;
}