
#mainForm 
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	font-family:"Calibri", Verdana, Geneva, sans-serif;
}

ul.mainForm
{
	list-style-type: none;
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px solid #C00;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background:#FFE8E8;
	color:#600;
}



input.mainFormError
{
	color:#600;
	font-size:small;
	font-weight:bold;
	padding:4px;
  	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
	border:1px solid #C00;
	margin-bottom:3px;  
}


textarea.mainFormError
{
	background:#FFE8E8;
	border:1px solid #C00;
	color:#600;
	border:1px solid #C00;
}


select.mainFormError
{
	margin-top:3px;
	width:40px;
	text-align:center;
	color:#600;
	border:1px solid #C00;
}


#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #F9F7F3;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #F9F7F3;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-family:"Calibri", Verdana, Geneva, sans-serif;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

#fieldBox_7 {
	padding:15px 0 15px 15px;
	width:50%;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:10px;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:1ex;
 	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:0;
  	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:0;
  	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:0;
	border: 1px #ccc solid;
}

#fieldBox_7 .formFieldQuestion {
	margin-bottom:10px;
}

#fieldBox_7 .formFieldOption {
	font-size:0.85em;
	line-height:1.5em;
}

#captchaBox {
	margin-top:20px;
}



/* tooltip */
a.info {
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	left:40px;
	width:205px; 
	height:50px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(../forme/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.9em; 
	padding:10px; 
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:24px;
	width:24px;
	margin-left:5px;
	margin-top:;
	background:url(imgs/calendar.png) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.zvezdica {
	color:red;
}

input.mainForm {
	color:#333;
	font-size:0.9em;
	font-weight:bold;
	padding:4px;
  	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
	border:1px solid #999;
	margin-bottom:3px;  
}

#saveForm {
	margin-top:10px;
	margin-left:10px;
	padding:5px 50px;
	color:#fff;
	font-weight:bold;
	background:#693 url(../images/prodavnica/posaljiBack.png) repeat-x bottom left;
	cursor: hand;
}

#saveForm:hover {
	background:#693 url(../images/prodavnica/posaljiBack2.png) repeat-x bottom left;
}

#resetForm {
	margin-top:10px;
	padding:5px 15px;
	color:#4B2929;
	border:1px solid #ccc;
	background: url(../images/prodavnica/resetBack.png) repeat-x bottom left;
	cursor: hand;
}

#resetForm:hover {
	background: url(../images/prodavnica/resetBack2.png) repeat-x bottom left;
}

select.mainForm {
	margin-top:3px;
	width:40px;
	text-align:center;	
}


span.formanapomena {
	font-size:x-small;
	color:#999;
}

p#potvrda {
	width:500px;
	margin-bottom:30px;
	font-size:0.9em;
	color:#999;
	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
	border:1px solid #ddd;
	background:#fff url(../images/prodavnica/ur.jpg) no-repeat center right;
	padding:20px 60px 20px 20px;
	line-height:20px;	
}

h1#naslovpotvrda {
	background:#fbfbfb url(../images/naslovpotvrda.jpg) no-repeat left;
	margin:-20px 0 25px 20px;
	height:40px;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0.7ex;
 	-moz-border-radius-bottomright:0.7ex;
	-moz-border-radius-bottomleft:0;
  	-webkit-border-top-left-radius:0.7ex;
	-webkit-border-top-right-radius:0;
  	-webkit-border-bottom-right-radius:0.7ex;
	-webkit-border-bottom-left-radius:0;
}

/* GRESKA */
p#greska {
	width:560px;
	margin-bottom:30px;
	font-size:0.9em;
	color:#600;
	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
	border:1px solid #ddd;
	background:#fff;
	padding:20px 20px 20px 20px;
	line-height:20px;	
}

p#greska img {
	margin:25px 0;
}

#povratak {
	height:40px;
	width:150px;
	margin-top:50px;
	background:url(../images/prodavnica/povratak.jpg) no-repeat 0 0;
	border:none;
	padding:none;
}

#povratak:hover {
	background:url(../images/prodavnica/povratak.jpg) no-repeat 0 -40px;
}


textarea.mainForm {
	color:#333;
	width:400px;
	max-width:400px;
	height:48px;
	font-family:'Calibri', Verdana, Geneva, sans-serif;
	padding:5px;
  	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
	border:1px solid #999;
}