
	/*
	 *
	 *	Boxy do testów
	 *
	 */
	div.info-box
	{
		margin: 10px 15px 10px 15px;
		padding: 20px 20px 20px 70px;
		min-height: 30px;
		line-height: 14px;
	}

	div.info-box strong,
	div.krok strong {
	    font-weight: bold;
	}

	table div.info-box, form div.info-box
	{
		margin-left: 0px;
		margin-right: 0px;
	}

		div.payment
		{
			background: #e2e4fe url('../img/icons/glossy/credit_cards.png') 20px 20px no-repeat;
			border: 1px solid #bcc1fe;
		}

		div.information
		{
			background: #faedb1 url('../img/icons/glossy/info_orange.png') 20px 20px no-repeat;
			border: 1px solid #d6cb98;
			margin-bottom: 1.5em;
		}

		div.information-initial
		{
			background: #faedb1;
			padding: 10px 10px 10px 10px;
			border: 1px solid #d6cb98;
			height: 150px;
			margin-bottom: 1.5em;
		}

		div.information-initial h2
		{
			color: #C00101;
			margin-bottom: 10px;
		}

		div.information-initial h5
		{
			font: normal 12px/16px Arial, Verdana, sans-serif;
			color: #000;

			margin-left: 17px;
			font-weight: bold;
		}

			div.information-initial div#first_box
			{
				width: 220px;
				_width: 314px;
				margin-left: 47px;
				_margin-left: 25px;
				margin-top: 10px;
				border: 1px solid #BFBFBF;
				padding-left: 84px;
				padding-top: 20px;
				padding-bottom: 20px;
				padding-right:20px;
				_padding-right: 10px;
				background: #fff url('../img/icons/crystalsvg/pipolki.png') 10px center no-repeat;
				float:left;
			}

				div.information-initial div#first_box h5
				{
					margin-left: 0px;
					margin-bottom: 5px;
				}

			div.information-initial div#plus
			{
				width: 130px;
				height: 110px;
				float: left;
				margin-top: 10px;
				background: #faedb1 url('../img/icons/crystalsvg/plus.png') center center no-repeat;
			}

			div.information-initial div#second_box
			{
				width: 220px;
				_width: 314px;
				margin-top: 10px;
				border: 1px solid #BFBFBF;
				padding-left: 84px;
				padding-top: 20px;
				padding-bottom: 20px;
				padding-right:10px;
				background: #fff url('../img/icons/crystalsvg/kontact_mail.png') 10px center no-repeat;
				float:left;
			}

				div.information-initial div#second_box h5
				{
					margin-left: 0px;
					margin-bottom: 5px;
				}

		div.information-initial p
		{
			clear: both;
			padding-top: 20px;
			margin-left:17px;
		}

		div.acclaim
		{
			background: #d0fab1 url('../img/icons/glossy/ok.png') 20px 20px no-repeat;
			border: 1px solid #aed194;
		}

		div.acclaim p
		{
			margin-top: 10px;
		}

		div.acclaim p.emp
		{
			font-weight: bold;
		}

		div.bubble
		{
			background: #eeeff0 url('../img/icons/glossy/bubble.png') 20px 20px no-repeat;
			border: 1px solid #d5d6d7;
		}

		div.errors
		{
			background: #FAC489 url('../img/icons/glossy/hot.png') 20px 20px no-repeat;
			border: 1px solid #BB9C7B;
		}

			div.errors span
			{
				margin: 0;
				padding: 0;
				text-indent: 0;
			}

			div.errors ul
			{
				margin: 4px 0 0 0;
				padding: 0 0 0 0;
				display: block;
			}

			div.errors ul li
			{
				margin: 0 0 0 10px;
				display: block;
				clear: both;
			}

		div.info-box span.text-style
		{

		}

		div.info-box span.underline
		{
			text-decoration: underline;
		}

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

		div.info-box span.strong
		{
			font-weight: bold;
		}

	h2 {
		color: #748FAC;
		font-size: 1.4em;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
	}

