@charset "utf-8";
/* CSS Document */

.poruka-greska {
/*	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;*/
	color: #FF0000;
	font-weight: bold;
	font-family:"Trebuchet MS";
	font-size:11px;
/*	padding: 3px 10px 3px 0px;
	margin: 10px 0;*/
}
.poruka-poslana {
	font-size: 11px;
	font-weight:bold;
}
input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	font-family:"Trebuchet MS";
	color: #0066CC;
	background: #F5F5F5;
	border: 1px solid #ccc;
}
input, textarea, select, p {
	font-family: "Trebuchet MS";
	font-size:12px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #F2F2F2;
	color:#0099CC;
}
input.button {
	cursor: pointer;
	font-weight: bold;
	font-size:11px;
}
label {
	float: left;
	clear: left;
	Width: 150px;
	line-height: 15px;
	margin-bottom: 1px;
	margin: 0;
}
span.required {
	font-size: 13px !important;
	color: red !important;
}

select {width:80px;}
.transport {width:200px;}
