<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7da7d9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#kontejner {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#tu_je_sve {
	padding: 0 20px;
}
.kroativ {
	background:url(images/kroativ.png) no-repeat center 20px;
	width:600px;
	height:420px;
}
.justdoit {
	width:175px;
	height:120px;
	margin:10px 0 0 250px;
	background:url(images/default.png) no-repeat 0 0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.pad {
	padding: 20px 0 0 0;
}
.shortin {
	width: 475px;
	height: 35px;
	background:#fff url(../img/form.gif) repeat-x bottom left;	
	border:1px solid #b7b7b7;
	padding-top:5px;
	padding-bottom:0;
	padding-left:0.2em;
	font-size:24px;
}
.shortin:focus {
	width: 475px;
	height: 35px;
	background:#fff url(../img/form2.gif) repeat-x bottom left;	
	border:1px solid #989696;
	padding-top:5px;
	padding-bottom:0;
	padding-left:0.2em;
	font-size:24px;
}
.subbtn {
	margin-bottom:-13px;
}
-->