#content-column {
	position: relative;
	padding: 30px 45px 20px 45px;
	font: 11px Arial,sans-serif;
	}
	
#left-select-box {
	position: relative;
	width: 48%;
	float: left;
	text-align: center;
	}

#right-select-box {
	position: relative;
	width: 48%;
	float: right;
	text-align: center;
	}
	
#left-select-box select,
#right-select-box select {
	text-align: left;
	border: solid 1px #e6e6e6;
	width: 100%;
	font: 11px arial,sans-serif;
	color: #555555;
	line-height: 20px;
	height: 100px;
	margin-top: 4px;
	}

#result-area {
	position: relative;
	}

.result-header {
	position: relative;
	font: 14px arial,sans-serif;
	font-weight: bold;
	padding: 10px 0px 2px 0px;
	border-bottom: solid 2px #e6e6e6;
	margin-bottom: 10px;
	}

#result-list {
	position: relative;
	}

.pr-kod {
	border: solid 1px #bbbbbb;
	background-color: #ffffff;
	padding: 4px;
	width: 50px;
	margin: 0px;
	font: 11px arial,sans-serif;
	}

#pr-kod-container {
	position: relative;
	padding: 5px;
	background-color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	}