/* ---------------------------------------
	Remove default input focus outline
----------------------------------------*/

.idealform fieldset {
  padding: 2em;
}
.idealform input[type="radio"], .idealform input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.idealform label,
.idealform .idealradio,
.idealform .idealcheck {
  display: inline-block;
}

.idealform ul {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
.idealform label { 
  vertical-align: top;
}*/
.idealform .main-label {
  position: relative;
  font-weight: bold;
}
.idealform .main-label span {
  position: absolute;
  top: -0.3em;
  font-size: 1.5em;
  color: #fff;
}

.idealform input, .idealform input {
font-family: arial; font-size: 12px; font-weight: bold; background: #222222 url(http://confidencialpt.net/pic/round-button-overlay.png) repeat-x; border: 2px solid #121212; color: #fff; display: inline-block; line-height: 1; padding: 4px 8px 4px 8px; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); width: auto; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/*
.idealform .idealselect a {
  line-height: 1;
  border: 0;
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: .4em .6em;
  padding-right: 2em;
}

.idealform .idealselect .idealselect-title {
  position: relative;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    background: #990000;border: 1px solid #cc0000;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  

}
.idealform .idealselect .idealselect-title span {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 1.7em;
  background: #480E0E;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.idealform .idealselect .idealselect-title small {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  margin: -0.25em 0 0 0;
  border-width: .5em;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.idealform .idealselect ul {
  position: absolute;
  overflow-y: scroll;
  z-index: 999;
  border-top: 0;
  background: #990000;border: 1px solid #cc0000;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.idealform .idealselect ul li:last-child a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.idealform .idealselect ul a {
  color: #fff;
}
.idealform .idealselect ul a:hover {
  background: #480E0E;
  color: #fff;
}
.idealform .idealselect:hover .idealselect-title {
background: #480E0E;
}
.idealform .idealselect:hover .idealselect-title span {
background: #480E0E;
}
.idealform .idealselect.open .idealselect-title {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.idealform .idealselect.open .idealselect-title span {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
*/
.idealform .idealradio, .idealform .idealcheck {
  margin-top: .3em;
}
.idealform .idealradio label, .idealform .idealcheck label {
  cursor: pointer;
}
.idealform .idealradio li, .idealform .idealcheck li {
  margin-bottom: .6em;
}
.idealform .idealradio span, .idealform .idealcheck span {
background-image: url(http://confidencialpt.net/templates/1/images/body/style1/inputs.png);
background-position: 0 0;background-repeat: no-repeat;
padding: 1px 5px 7px 16px; line-height: 120%;
}
.idealform .idealradio .check, .idealform .idealcheck .check {
background-position: 0 -547px;background-repeat: no-repeat;
}

.idealform .idealradio .check.checked, .idealform .idealcheck .check.checked {
background-position: 0 -809px;background-repeat: no-repeat;
  /* Checkmark */

}

.idealform .idealradio .radio, .idealform .idealcheck .radio { 
background-position: 0 0;background-repeat: no-repeat;
}

.idealform .idealradio .radio.checked, .idealform .idealcheck .radio.checked {  
background-position: 0 -274px;background-repeat: no-repeat;
}







/* ---------- new javascript perfect working---------- */
.has-js .label_check, .has-js .label_radio    { background-image: url(http://confidencialpt.net/templates/1/images/body/style1/inputs.png); padding: 1px 5px 7px 22px;line-height: 120%; cursor: pointer; }
.has-js .label_radio    { background-position: 0 0;background-repeat: no-repeat; }
.has-js .label_check    { background-position: 0 -547px;background-repeat: no-repeat; }
.has-js label.c_on      { background-position: 0 -809px;background-repeat: no-repeat; }
.has-js label.r_on      { background-position: 0 -274px;background-repeat: no-repeat; }
.has-js .label_check input, .has-js .label_radio input  { position: absolute; left: -9999px; }
