/* -------------
 * 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 no-repeat scroll right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px; /* sliding doors padding */
  margin: 0px;
}

button span span {
  background: transparent no-repeat;
  color: #FFFFFF;
  padding: 1px 4px 0px 8px;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
  background: transparent no-repeat left top;
}

.jNiceInputInner {
  background: transparent no-repeat right top;
  padding: 2px 4px 2px 0;
  margin: 0 0 0 4px;
}

.jNiceInputInnerSmall {
  background: transparent no-repeat right top;
  padding: 2px 4px 2px 0;
  margin: 0 0 0 12px;
}

.jNiceInputInner input, .jNiceInputInnerSmall input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#404040;
  line-height: 17px;
  height: 17px;
  *line-height: 15px;/* IE Hacks */
  *height: 15px;/* IE Hacks */
  width: 100%;
  vertical-align:middle;
  padding:0;
  margin:0;
  background:none;
  border:transparent;
  *border:none;
  outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }



/* DeliXL - search */
#search #search-site .jNiceInputWrapper {
  background: transparent url(../../form/search_top.gif) no-repeat left top;
  float:left;
}

#search #search-site .jNiceInputInner {
  padding: 3px 4px 2px 25px;
  margin: 0 0 0 4px;
}

  *:first-child+html #search #search-site .jNiceInputInner { padding: 0px 4px 0px 25px; height: 23px; margin-top: 2px; }

#search #search-site .jNiceInputInner input {
  color: #767676;
  line-height: 19px;
  height: 19px;
  *line-height: 19px;/* IE Hacks */
  *height: 19px;/* IE Hacks */
  vertical-align:middle;
  padding:0;
  margin:0;
  background:none;
  border:transparent;
  outline:none;
}
/*
  *:first-child+html #search #search-site .jNiceInputInner input { line-height: 21px; height: 21px; }

* html #search #search-site input.jNiceInput {
  width: 100px;
}

#search #search-site .jNiceInputWrapper_hover { background-position: left bottom; }
#search #search-site .jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }
*/

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
  background: transparent url(../../form/radio_button.gif) no-repeat center top;
  height: 16px;
  width: 16px;
  position:absolute;left:0px;top:-1px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.startpage .startpage_content .jNiceWrapper {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  float: left;
}
.startpage .startpage_content .jNiceCheckbox {
  background: transparent url(../../startpage_checkbox.gif) no-repeat left bottom;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  left: 0px;
  top: -5px;
  z-index:2;
  cursor:pointer;
}

.startpage .startpage_content .jNiceCheckbox.jNiceChecked {
  background: url(../../startpage_checkbox_checked.gif) no-repeat left bottom;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}
.radio_list  .jNiceChecked {
  background: transparent url(../../form/radio_button_checked.gif) no-repeat center top;
}


/* -------------
 * 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: 15px;
  line-height: 15px;
  padding: 0px 3px;
  border: 1px solid #CCCCCC;
  border-right: none;
  background-color: #FFF;
  overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
  width: 21px;
  height: 17px;
  background: no-repeat center center;
  z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
  top: 16px;
  background-color: #FFF;
  border: solid 1px #CCC;
  height: 150px;
  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:#0099CC;
  background-color: #FFF;
  display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.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;}

/* -- TextArea Added by JRH -- */
.jNiceTextAreaWrapper
{
  float:left;
  width: 245px;
}

.jNiceTextAreaInner
{
  width: 245px;
}

/* -- MAIN CONTENT FORM -- */

.main_content_form .jNiceInputWrapper {
  background: url(../../form/main_content_form_text_wide.gif) top left no-repeat;
  height:22px;
  width:256px;
  float: left;
}

.main_content_form .jNiceInputWrapperSmall {
  background: url(../../form/main_content_form_text_small.gif) top left no-repeat;
  background-position: 0 2px;
  height:24px;
  width:42px;
  float: left;
  margin-bottom: -2px;
  *padding-bottom: 5px;
}

  .main_content_form .error .jNiceInputWrapper {
    background: url(../../form/main_content_form_text_wide_error.gif) top left no-repeat;
  }

  /* ADDED JRH */
  .main_content_form .error .text_area {
  background: url(../../form/main_content_form_text_area_error.gif) top left no-repeat;
  }
.main_content_form .jNiceChecked {
  background: transparent url(../../form/radio_button_checked.gif) no-repeat center top;
}
/* -- MAIN CONTENT SEARCH -- */

.main_content_search .jNiceChecked {
  background: transparent url(../../form/radio_button_checked.gif) no-repeat center top;
}
.main_content_search .jNiceInputWrapper {
  background: transparent url(../../form/main_content_search_text_input.gif) no-repeat center top;
  height:22px;
  width:245px;
  float: left;
}
.main_content_search .search-btn {
  background:transparent url(../../arrows/search_top_submit.gif) no-repeat scroll 0 0;
  border:medium none;
  float:left;
  height:16px;
  margin:3px 0 0 5px;
/*  text-indent:-9999px;*/
  width:10px;
}
/* -- VRAGEN & CONTACT SEARCH -- */
#questions_contact #question {
  background:transparent url(../../form/questions_contact_question_text_input.gif) no-repeat scroll 0 0;
  width:327px;
  height:22px;
  float: left;
}

#questions_contact .search-btn{
  background:transparent url(../../arrows/search_top_submit.gif) no-repeat scroll 0 0;
  border:medium none;
  float:left;
  height:16px;
  margin:3px 0 0 5px;
  text-indent:-9999px;
  width:10px;
}

/* -- FAQ TEXT INPUT -- */

.faq_input_question #faq_text_input .jNiceInputWrapper {
  background:transparent url(../../form/faq_text_input_bg.gif) no-repeat scroll center top;
  float:left;
  height:22px;
  width:399px;
  margin: 0 0 0 20px;
}
.faq_input_question #faq_text_input .search-btn{
  background:transparent url(../../arrows/search_top_submit.gif) no-repeat scroll 0 0;
  border:medium none;
  float:left;
  height:16px;
  margin:3px 0 0 5px;
  text-indent:-9999px;
  width:10px;
}

/* -- popup -- */
.pop_form .jNiceInputWrapper {
  background: url(../../form/main_content_form_text_wide.gif) top left no-repeat;
  height:22px;
  width:256px;
}
.pop_form .error .jNiceInputWrapper {
    background: url(../../form/main_content_form_text_wide_error.gif) top left no-repeat;
  }
.pop_form .jNiceChecked {
  background: transparent url(../../form/radio_button_checked.gif) no-repeat center top;
}