@charset "utf-8";
/* CSS Document */
/**
 * You don't need this css part, scroll down ;)
 */
 .img {
	border: 2px solid #666;
	margin: 5px;
	padding: 2px;
}
.preview {
	display: inline;
	float: left;
}
.wrapper {
	width: 843px;
	padding: 0;
	margin: 0 auto;
}
.halfsize {
	width: 48%;
	float: left;
}
fieldset {
	border: none;
	border-top: 1px solid #888;
	margin: 1em 0.5em 1em 0;
	padding: 1em 0;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #888;
	margin: auto;
	margin-left: 0;
	padding: 0 .25em 0 0;
}
label {
	width: 10em;
	float: left;
	padding: .2em .8em 0 0;
	margin-right: .4em;
	text-align: right;
	font-size: 1.1em;
}
label.error {
	color: #ff0000;
}
label span {
	display: block;
	color: #888;
	font-size: 0.85em;
	margin-bottom: 0.5em;
}
form div.label, form div.note, form div.footer {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0.1em 0.3em;
}
form div.note {
	margin-left: .5em;
}
input.podaci, input.ostalo, textarea.podaci, textarea.kom {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
input.submit {
	font-weight: bold;
	color: #333;
	width: 150px;;
	margin: 0 auto;
}
input.podaci, textarea.podaci {
	width: 200px;
	margin-bottom: 10px;
}
textarea.kom {
	margin-bottom: 10px;
}
input.ostalo {
	width: 100px;
	margin-left: 25px;
}
label.podaci {
	display: block;
}
div.podaci {
	display:inline;
	float:left;
	padding-left: 30px;
	padding-bottom: 10px;
}
/**
 * Thats the basic css needed for the upload bars
 */

.photoupload-queue {
	list-style: none;
}
.photoupload-queue li {
	padding: 5px 0 5px 22px;
	background-image: url(../images/photo_upload.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.photoupload-queue .queue-file {
	font-weight: bold;
}
.photoupload-queue .queue-size {
	color: #aaa;
	margin-left: 1em;
	font-size: 0.9em;
}
.photoupload-queue .queue-loader {
	position: relative;
	margin: 3px 15px;
	font-size: 0.9em;
	background-color: #ddd;
	color: #333;
	border: 1px inset #ddd;
}
.photoupload-queue .queue-subloader {
	text-align: center;
	position: absolute;
	background-color: #519ee6;
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
}
.photoupload-queue .input-delete {
	width: 16px;
	height: 16px;
	background: url(../images/delete.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	float: right;
}
