/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background:    transparent url(/img_karbon/elem_forms/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 21px;
	width: 80px;
}

button span span {
	background:transparent url(/img_karbon/elem_forms/btn_left.gif) no-repeat;
	color: Black;
	font-family: Trebuchet MS;
	
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	line-height: 19px; 
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(/img_karbon/elem_forms/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(/img_karbon/elem_forms/input.gif) no-repeat right top;
	padding: 2px 8px 2px 0;
	margin: 0 0 0 8px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 19px;
	height: 19px;
	*line-height: 17px;/* IE Hacks */
	*height: 17px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left  0; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right 0; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(/img_karbon/elem_forms/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(/img_karbon/elem_forms/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 20px;
	line-height: 20px;
	padding: 0px 3px;
	border:  none;
	background-color: transparent;
	background-image: url(/img_karbon/elem_forms/select_left.gif);
	background-position:  0 0;
	background-repeat: no-repeat;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 20px;
	height: 20px;
	background: url(/img_karbon/elem_forms/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 20px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 60px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color: Black;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background: #EBEBEB; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}

/*--- added by Victor -------------------------------------------------------*/
.jNice table
{
  margin-top: 8px;
  width: 460px;
}
.jNice table table
{
  margin-top: 0;
  width: 100%;
}
.jNice table table table
{
  width: 260px;
}
.jNice table td
{
  padding: 0;
  vertical-align: moddle;
}
.faq_form .jNiceInputWrapper, .faq_form .jNiceWrapper, #textar_386
{
  padding-bottom: 3px!important;
}
.g_text .jNiceInputWrapper
{
  padding-bottom: 8px!important;
}
.g_text .jNiceWrapper
{
  padding-bottom: 13px!important;
//  padding-bottom: 8px!important;
}
.faq_form table table .jNiceInputWrapper
{
  padding-bottom: 0!important;
}
.jNice button
{
  padding-bottom: 3px;
}
.jNiceInput
{
  width: 442px;
}
select.textinputs
{
  width: 252px;
}
/*--- /added by Victor ------------------------------------------------------*/

