/*  Formy - CSS Framework 0.8   */

/*
	reset.css
*/

fieldset, form, label, legend
 { margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; }


/*
	Structural
*/
form.fm-ads {
	border:1px #036 solid;
	padding:10px 10px 20px 10px;}
div.oglasi-meni fieldset
	{ margin: 0 0 0 0; padding: 0.7em 0.8em;   }
div.oglasi-quicksearch fieldset
	{ margin: 0 0 0 0; padding: 5px 10px;   }

fieldset
	{ margin: 10px 0; padding: 0.833em 0;  }

legend
	{ padding: 2px 5px; font-size:1em; font-weight:bold;  }

div.oglasi-meni label
	{ float:left; width:65px; display:block; clear:left; margin-right:0.1em; text-align:left;cursor:hand;  }
div.oglasi-quicksearch label
	{ float:left; width:65px; display:block; clear:left; margin-right:0.1em; text-align:left;cursor:hand;color:#fff;  }
label
	{ float:left; width:8.33em; display:block; clear:left; margin-right:0.625em; text-align:left;cursor:hand; }

textarea, input, select, label, button, optgroup
	{ margin-top:9px; }

/* dodot */
textarea, select, input[type="text"]
    { width:245px; }
div.oglasi-meni textarea, div.oglasi-meni select, div.oglasi-meni input[type="text"]
    { width:144px; background-color:#FFFF00; }
div.oglasi-quicksearch textarea, div.oglasi-quicksearch select, div.oglasi-quicksearch input[type="text"]
    { width:144px; background-color:#FFFF00; }

/*label {
	width:65px;
}*/
input.halfld, select.halfld {
	width:120px;
}
input.qtrfld, select.qtrfld, label.qtrfld {
	width:60px;
}
input.trqfld, select.trqfld, label.trqfld {
	width:180px;
}
.gumb {
	width:48px;
	/*background-color:#CC0000;
	color:#FFFF00;*/
	background:url(./trazi.png) no-repeat;
	height:22px;
	text-indent:-8000px;
	border:none;
	/*font-size:1em;
	padding:0.2em;*/
}
input[type="checkbox"] , input[type="radio"]
	{ margin-bottom:7px; }

div.imgbox {
  float:left;
  width:240px;
  height:224px;
  margin-bottom:10px;
}

/*
	Color palette
*/

/*fieldset
	{ border:1px solid #ccc; }*/

legend
	{ background-color: #CAE5F3; color: #333; }

div.oglasi-meni label
	{ color:#fff; }
label
	{ color:#000; }

textarea
	{ border: 1px solid #666; }

textarea:focus, input[type="text"]:focus
	{ border: 1px solid #666; }

select
	{ background-color: #fff; color: #000; }

input[type="text"]
	{ border: 1px solid #666; }

input[type="submit"] {
  /*background-color: #ccc; color: #333;*/
	background-color:#CC0000;
	color:#FFFF00;
	border:none;
	padding:5px;
	cursor:pointer;
}
input[type="reset"] {
	background-color:#003366;
	color:#FFFF00;
	border:none;
	padding:5px;
	cursor:pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color:#666;
	color:#FFFF00;
	border:none;
	padding:5px;
}
input[type="checkbox"]
	{ color: #000; }

input[type="radio"]
	{  background-color: #fff; color: #000; }

option
	{ background-color:#fff; color:#000; }

optgroup
	{ background-color:#ccc; color:#000; }

button {
	background-color:#CC0000;
	color:#FFFF00;
	border:none;
	padding:5px;
	cursor:pointer;
}
#wlpeCancelRegisterButton, #wlpeResetCancelButton, #wlpeProfileDoneButton, #wlpeReminderButton {
	background-color:#003366;
	color:#FFFF00;
}


/* application */

.errors
  { color: #F00; }

div.required
  { border: 2px solid #F00; padding: 5px; }

input.required, input.invalid, textarea.required, textarea.invalid
  { border: 2px solid #F00; }

.loading {
  background-image: url(spinner.gif);
  background-repeat: no-repeat;
  background-position: left 50%;
}
.loadtext {
  margin-left: 20px;
  padding-top: 5px;
}

#cfBender {
 position:absolute;
 text-decoration:underline;
 background-color:#CC0000;
 left:0px;
 top:-500px;
 width:1px;
 height:1px;
 overflow:hidden;
}


/* MooTools.Tips */

.tip-top {
  color: #fff;
  width: 139px;
  z-index: 13000;
}
.tip-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #9FD4FF;
  padding: 8px 8px 4px;
  background: url(bubble.png) top left;
}
.tip-text {
  font-size: 11px;
  padding: 4px 8px 8px;
  background: url(bubble.png) bottom right;
  color: #fff;
}
.tip-text a {
  color: #069;
}
.tip-loading {
  background: url(spinner.gif) center center no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}


/* uvumi Textarea */

.tbProgress{
	height: 1em;
	border: 1px inset #003366;
	background-color: #FFF;
	height:18px;
}
.tbProgressBar{
	background-color: #CAE5F3;
}
.tbCounter{
	color: #333;
	font-size: 0.833em;
	font-weight: bold;
	padding:1px;
}
label.helpinfo {
	padding-right:4px;
	margin-right:4px;
	}
.helpinfo {
	background: url(icn_info.png) right 1px no-repeat;
}
.helpinfo2 {
	background: url(icn_info.png) right 1px no-repeat;
	padding-right:18px;
	line-height:100%;
	font-size:14px;
	}
