.cover-panel{
	width: 850px;
    margin: 5px 5px 5px 50px;
}

.border{
	border: 1px solid #929292;
}

.cover-naslov{
	font-weight: normal;
	padding: 5px;
}

#cover{
	position:relative;
	width: 850px;
	height: 320px;
	margin: 0;
}

#cover_text{
	cursor:crosshair;
	color:#000;
	font-family: 'Arial', sans-serif;
	max-width:850px;
	margin:5px;
	position: absolute;
	max-height: 300px;
	overflow:hidden;
	font-size: 16pt;
}

.cover-tools{
	margin: 5px;
	border:none;
	padding: 0;
	font-size:11px;
	width: 100%;
}

.cover-tools .text-color{
	width:40px;
	height: 30px;
}

.cover-tools .bg-color{
	width: 50px;
	padding-left: 10px;
}

.cover-tools .bg-image{
	width: 50px;
	padding-left: 10px;
}

.cover-tools .text-size{
	width: 30px;
	padding-left: 10px;
}