.ci-box {
	background: url(http://ilock.pl/pliki/tlo113.png) center center repeat fixed;
	width: 920px;
	height: 85px;
	padding: 10px;
	margin: 285px 0 10px 0;
}

.ci-box-button {
	width: 220px;
	height: 85px;
	float: right;
	text-align: center;
	display: table;
        margin-top: -5px;
}

.ci-box-button a {
			text-decoration: none;
			display:table-cell;
			vertical-align:middle;
}

.ci-box-button span.button {
	color: rgb(255,255,255);
	padding: 20px 10px;
	border-radius: 10px;
	background-color: rgb(251,107,12);
	font-size: 15px;
	font-style: italic;
}


.ci-box-button span.button:hover {
       background-color: rgb(41,41,41);
}

.ci-box-button span.name {
    position: absolute;
    width: 200px;
    margin: 75px 0 0 -210px;
    color: rgb(229,30,58);
}

.ci-box-inf {
			width: 500px;
			height: 85px;
			border-left: 1px solid rgb(251,107,12);
			border-right: 1px solid rgb(251,107,12);
			float: right;
}

.ci-box-header {
	width: 190px;
	height: 85px;
	text-align: right;
	display: table;
}

.ci-box-header p {
	color: rgb(251,107,12);
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	
	font-size: 20px;
	font-style: italic;
}

.ci-box-inf ul {
	margin: -3px 0 0 25px;
}

.ci-box-inf li {
			float: left;
			width: 230px;
			list-style-type: square;
			color: rgb(251,107,12);
}

.ci-box-inf li span {
			color: rgb(124,124,124);
			font-style: italic;
}

