h2 {
	color: #748FAC;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

hr {
	border: none;
	background: none;
}

div#proces h2 {
	margin-left: 0px;
	margin-right: 0px;
}


div#proces{
	margin: 15px;
}

div#proces div.krok {
	clear: both;
	margin: 0 0 1em 0;
	_margin: 0 0 1em 0;
}

div#proces div.krok img {
	float: left;
	margin: 0 1em 0 0;
}

div#proces div#gradeProc
{
	float:left;
	width: 117px;
	margin-bottom: 1em;
}

div#proces div#gradeSteps
{
	float: left;
	width:735px;
	margin-top: 0px;
	margin-bottom: 1em;
	padding-right:20px;
}

div#proces ul.menu {
	float: right;
	width: 200px;
	list-style: none;
	margin: 0 0 1em 0;
}

div#proces ul.menu li {
	height: 23px;
	width: 200px;
	margin: 5px 0 0 0;
}

div#proces ul.menu li a {
	line-height: 23px;
	display: block;
	color: #000000;
	text-align: center;
	background: url('../img/buttons/button.yellow-200.jpg') top left no-repeat;
}

div#proces ul.menu li a:hover {
	border: none;
	background: url('../img/buttons/button.yellow-200.active.jpg') top left no-repeat;
}

form#main-login-form {
	border: 1px solid #D5D6D7;
	padding: 2em 2em 1em 2em;
	margin: 1em 15px 2em 15px;
}

form#main-login-form legend {
	display: none;
}

form#main-login-form div.info p {
	margin: 1em;
	width: 50%;
	float: right;
	margin: 18px 1em 0 1em;
}

form#main-login-form input.text,
form#main-login-form input.password {
	border: 1px solid #5C5C5C;
	background: #ECECEC;
	display: block;
	margin: 0 0 1em 0;
	width: 40%;
	_width: 380px;								/* IE6 HACK: wydaje się że IE6 uznaje to za 40% dostępnej przestrzeni (czyli bez 50% zajętych przez div.info  */
	font-size: 1.2em;
	font-weight: bold;
	height: 1.5em;
	line-height: 1.5em;
	color: #000;
}

form#main-login-form input.submit {
	width: 111px;
	height: 23px;
	line-height: 23px;
	background: url('../img/buttons/button-111.jpg') top left no-repeat;
	color: #fff;
	text-align: center;
	margin: 1em auto 1em 0;
	cursor: pointer;
}

form#main-login-form label {
	font-weight: bold;
	display: block;
	height: 18px;
	line-height: 18px;
}


div.info-box strong {
	text-transform: uppercase;
}

div#proces ul
{
	list-style-position: outside;
	padding-left: 30px;
	margin-top: 5px;
	
}

div#proces table
{
	vertical-align: top;
}

div#proces ul li
{
	padding-left: 0;
}

div#proces p
{
	padding: 10px;
}

div.info-box.bubble {
	background: #EEEFF0 url(../img/icons/glossy/bubble.png) no-repeat scroll 20px 22px;
	padding: 20px 20px 10px 70px;
}

div.info-box a {
	line-height: 23px;
	display: block;
	color: #fff;
	text-align: center;
	width: 111px;
	margin: 1em 0 5px auto;
	background: url('../img/buttons/button-111.jpg') top left no-repeat;
}

div.info-box {
	margin: 15px;
}

div.info-box a:hover {
	border: none;
	background: url('../img/buttons/button-111.active.jpg') top left no-repeat;
}


ul.map, ul.map li {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 2px;
}


div.bubble {
	background: #EEEFF0 url("../img/icons/glossy/bubble.png") no-repeat scroll 20px 20px;
	border: 1px solid #D5D6D7;
}

