@charset "utf-8";
/*********************************************************************************/
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # #																										 									 # # */
/* # #  Copyright (c) PLAN e d.o.o., 2007-2009															 # # */
/* # #  Vse pravice pridržane. All rights reserved.													 # # */
/* # #  info@plan-e.si | www.plan-e.si  																		 # # */
/* # #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # # */
/* # #  Template variables:																									 # # */
/* # #  Array														 # # */
/* # #  Array											 # # */
/* # #  Tehla												 # # */
/* # #  ../images																					 # # */
/* # #  ../images																					 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #009938										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

/**************************************/
/*** Input submit buttons 					***/
/**************************************/
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;

}









