/*  Formy - CSS Framework 0.8   */


/*
	Structural
*/

#wlpeLogin, #frmAsk, #wlpeUserForm, #wlpeUserProfileForm, #wlpeResetForm {
	margin:10px;
}
fieldset p, fieldset h3 {
	padding:10px 0;
	}
#wlpeReset fieldset h3 {
	padding:10px 0;
}

#wlpeLoginButton {
	background: #000 none repeat 0 0;
	padding:5px;
	border:none;
	cursor:pointer;
}
button {
	background: #666 none repeat 0 0;
	padding:5px;
	border:none;
	cursor:pointer;
}

#wlpeLoginButton:hover, button:hover {
	background: #ff0000 none repeat 0 0;
}
/* nagradna igra */
#frmContest fieldset {
	margin:10px 5px;
	padding:0;
}
#frmContest label {
	margin-right:5px;
	padding:0;
	float:left;
	color:#FFF;
	width:40px;
}
#frmContest input[type="submit"] {
	background-color:#ff0000;
	color:#fff;
	border:none;
	padding:3px;
	margin-left:50px;
	cursor:pointer;
}
#frmContest input.halfld {
	width:180px;
	background-color:#eee;
}

/* kraj nagradna igra */

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

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

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:5px; }
/* dodot */
textarea, select, input[type="text"]
    { width:245px; }

/* komentari }*/
.jot-form textarea {
	width:500px;
}
.jot-form label {
	width:400px;
}
input.halfld, select.halfld {
	width:140px;
}
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; }


/*
	Color palette
*/

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

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

label
	{ color:#000; }

textarea
	{ border: 1px solid #666; }

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

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

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

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

input[type="radio"]
	{  background-color: #333; color: #FFF; }

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

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

button
	{ color: #fff; }


/* 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;
}


/* 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;
}
