/*#																							#
	#		Copyright (c) 2007-2009, PLAN e d.o.o.		#
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #	#	#	#
  #																																												#
  #		TEMPLATE	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $tpl ]	<?= $tpl = "site/template/".Tpl::getDir() ?>										#
  #																																												#
  #		IMAGES	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $design ]		<?= $design = "../../design/images" ?>																#
  #		[ $default ]	<?= $default = "../images" ?>																					#
  #																																												#
  #		COLORS	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $color['prva'] ]		<?= $color = Tpl::$vars ?>											#
  #		[ $prva ]							<?= $prva = $color['prva'] ?>																	#
  #		[ $druga ]						<?= $druga = $color['druga'] ?>																#
  #		[ $tretja ]						<?= $tretja = $color['tretja'] ?>															#
  #																																												#
  #		USE 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		<?= $css->svetlost($color['prva'], 100, 100) ?>																			#
  #		<?= $css->svetlost($prva, 100, 100) ?>				 																			#
  #		<?= $css->svetlost($druga, 100, 100) ?>				 																			#
  #		<?= $css->svetlost($tretja, 100, 100) ?>							 															#
  #																																												#
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #	#	#	#
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
																																			#
		1.	BODY - [ body ]																								#
																																			#
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
	# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #*/

/* 1. BODY -------------------------------------------------------------------------------*/
input.inpPoslji {
	width: 112px;
	height: 30px;
	display: block;
	outline: none;
	border: none;
	cursor: pointer;
	
	background: url(images/btns/poslji.png) no-repeat;
}

input.inpBigOne {
	width: auto;
	display: block;
	
	margin: 0;
	margin-bottom: 8px;
	padding: 10px 30px;
	*padding: 2px 0px;
	
	text-align: center;
	color: #444;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: normal;

	outline: none;
	border: none;
	cursor: pointer;
}
input.inpBigOne:hover {
	color: #fff;
	background: #666;

}





