/* Global Declaration */

#f-content2 div.selector,
#f-content2 div.selector span,
#f-content2 div.checker span,
#f-content2 div.radio span,
#f-content2 div.uploader,
#f-content2 div.uploader span.action,
#f-content2 div.button,
#f-content2 div.button span {
  background-image: url(/images/frontend/widgetform/small-sprite-form.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}


#f-content2 div.error_sel span{
  background-image: url(/images/frontend/widgetform/small-sprite-form-error.png);
  background-repeat: no-repeat;
  background-position: -5px -108px;
  -webkit-font-smoothing: antialiased;
}


#f-content2 .selector,
#f-content2 .radio,
#f-content2 .checker,
#f-content2 .uploader,
#f-content2 .button,
#f-content2 .selector *,
#f-content2 .radio *,
#f-content2 .checker *,
#f-content2 .uploader *,
#f-content2 .button *{
  margin: 0;
  padding: 0;
}

#f-content2 input, #f-content2 option,
#f-content2 input, #f-content2 select{
  font-weight:bold;
  font-style:normal;
  font-size:1em;
}

/* INPUT & TEXTAREA */

#f-content2 input.text,
#f-content2 input.email,
#f-content2 input.password{
  font-weight:bold;
  font-style:normal;
  font-size:1em;
  padding:0 5px;
  height:20px;
  line-height:20px;
  background: url(/images/frontend/widgetform/input-sprite-SmallLabel.png) no-repeat;
  border:none;
  border-radius: 0;
}

#f-content2 input.error_sel{
  padding:0 5px;
  height:20px;
  line-height:20px;
  background: url(/images/frontend/widgetform/input-sprite-SmallLabel-error.png) no-repeat;
  border:none;
}

#f-content2 input.input_xl{background-position: 0 0; width:263px;}
#f-content2 input.input_med{background-position: 0 -20px; width:179px;}
#f-content2 input.input_small{background-position: 0 -40px; width:79px;}

/* Slider value input */
#f-content2 input.input_xsmall{
  width: 15px;
  background-image: none !important;
  border: 1px solid #BBB !important;
  border-radius: 4px;
  background-color: #fff;
}

#f-content2 textarea{
  background:url(/images/frontend/widgetform/small-textarea-input.png) no-repeat 0 0;
  font-weight:bold;
  font-style:normal;
  font-size:1em;
  overflow-y:auto;
  padding:5px;
  width:252px;
  border: 0;
  border-radius: 0;
}
#f-content2 textarea.text_xl{
  background:url(/images/frontend/widgetform/small-textarea-text.png) no-repeat 0 0;
  width:490px;
}

#f-content2 textarea.text_xl.error_sel{
  background:url(/images/frontend/widgetform/small-textarea-text-error.png) no-repeat 0 0;
  width:490px;
}

#f-content2 textarea.error_sel{
  background:url(/images/frontend/widgetform/small-textarea-input-error.png) no-repeat 0 0;
}

#f-content2 .validatebtn{
  background:url(/images/frontend/widgetform/confirm-btn.png) no-repeat;
  border:0;
  height:36px;
  width:160px;
}

#f-content2 input[type="submit"] {
  border: 0;
  font-style:normal;
  font-weight: bold ;
  font-size: 1.7em;
  line-height: 36px;
  padding:0 0  2px 0;
  text-transform: uppercase;
}

#f-content2 input[type="submit"].disable_btn{
  background-position:0 0;
  color:#e7e7e7;
}

#f-content2 input[type="submit"].active_btn{
  background-position:0 -36px;
  color:#fafafa;
  cursor:pointer;
}

/* SPRITES */

/* Select */

#f-content2 div.selector {
  background-position: -307px -61px;
  line-height: 20px;
  height: 20px;
  position: relative;
  padding-left: 7px;
  overflow: hidden;
  min-width: 180px;
  font-size: 12px;
}

#f-content2 div.selector span {
  background-position: right -31px;
  height: 20px;
  line-height: 20px;
}

#f-content2 div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 20px;
  border: none;
  background: none;
  min-width: 180px;
  font-size: 12px;

}

#f-content2 div.selector:active,
#f-content2 div.selector.active,
#f-content2 div.selector.focus:active,
#f-content2 div.selector.focus.active,
#f-content2 div.selector:hover:active,
#f-content2 div.selector.active:hover  {
  background-position: -307px -61px;
}

#f-content2 div.selector:active span,
#f-content2 div.selector.active span {
  background-position: right -31px;
}

#f-content2 div.selector.focus:active span,
#f-content2 div.selector:hover:active span,
#f-content2 div.selector.active:hover span,
#f-content2 div.selector.focus.active span {
  background-position: right -31px;
}

#f-content2 option{background:white; height:18px; line-height:18px;}


#f-content2 div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight:bold;
  font-style:normal;
  font-size:0.9em;
  text-shadow: 0 1px 0 #fff;
  padding: 0px 20px 0px 2px;
  cursor: pointer;
  max-width: 152px;
}

#f-content2 div.selector.disabled span {
  color: #bbb;
}

/* Checkbox */

#f-content2 div.checker {
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 5px;
}

#f-content2 div.checker input {
  width: 14px;
  height: 14px;
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

#f-content2 div.checker span {
  background-position: -6px -91px;
  height: 14px;
  width: 14px;
}

#f-content2 div.checker:active span,
#f-content2 div.checker.active span {
  background-position: -25px -91px;
}

#f-content2 div.checker.focus span,
#f-content2 div.checker:hover span {
  background-position: -23px -91px;
}

#f-content2 div.checker.focus:active span,
#f-content2 div.checker:active:hover span,
#f-content2 div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

#f-content2 div.checker.active:hover span,
#f-content2 div.checker.focus.active span {
  background-position: -75px -91px;
}

#f-content2 div.checker span.checked {
  background-position: -75px -91px;
}

#f-content2 div.checker:active span.checked,
#f-content2 div.checker.active span.checked {
  background-position: -75px -91px;
}

#f-content2 div.checker.focus span.checked,
#f-content2 div.checker:hover span.checked {
  background-position: -75px -91px;
}

#f-content2 div.checker.focus:active span.checked,
#f-content2 div.checker:hover:active span.checked,
#f-content2 div.checker.active:hover span.checked,
#f-content2 div.checker.active.focus span.checked {
  background-position: -75px -91px;
}

#f-content2 div.checker.disabled span,
#f-content2 div.checker.disabled:active span,
#f-content2 div.checker.disabled.active span {
  background-position: -152px -260px;
}

#f-content2 div.checker.disabled span.checked,
#f-content2 div.checker.disabled:active span.checked,
#f-content2 div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */
#f-content2 div.radio {
  position: relative;
  width: 14px;
  height: 14px;
}

#f-content2 div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  height: 14px;
  width: 14px;
  background-position: -6px -108px;
}

#f-content2 div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
  width: 14px;
  height: 14px;
}

#f-content2 div.radio:active span,
#f-content2 div.radio.active span {
  background-position: -78px -108px;
}

#f-content2 div.radio.focus span,
#f-content2 div.radio:hover span {
  background-position: -22px -108px;
}

#f-content2 div.radio.focus:active span,
#f-content2 div.radio:active:hover span,
#f-content2 div.radio.active:hover span,
#f-content2 div.radio.active.focus span {
  background-position: -71px -108px;
}

#f-content2 div.radio span.checked {
  background-position: -71px -108px;
}

#f-content2 div.radio:active span.checked,
#f-content2 div.radio.active span.checked {
  background-position: -71px -108px;
}

#f-content2 div.radio.focus span.checked,
#f-content2 div.radio:hover span.checked {
  background-position: -71px -108px;
}

#f-content2 div.radio.focus:active span.checked,
#f-content2 div.radio:hover:active span.checked,
#f-content2 div.radio.focus.active span.checked,
#f-content2 div.radio.active:hover span.checked {
  background-position: -71px -108px;
}

#f-content2 div.radio.disabled span,
#f-content2 div.radio.disabled:active span,
#f-content2 div.radio.disabled.active span {
  background-position: -144px -108px;
}

#f-content2 div.radio.disabled span.checked,
#f-content2 div.radio.disabled:active span.checked,
#f-content2 div.radio.disabled.active span.checked {
  background-position: -162px -108px;
}

/* Uploader */

#f-content2 div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

#f-content2 div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

#f-content2 div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

#f-content2 div.uploader.focus,
#f-content2 div.uploader.hover,
#f-content2 div.uploader:hover {
  background-position: 0px -353px;
}

#f-content2 div.uploader.focus span.action,
#f-content2 div.uploader.hover span.action,
#f-content2 div.uploader:hover span.action {
  background-position: right -437px;
}

#f-content2 div.uploader.active span.action,
#f-content2 div.uploader:active span.action {
  background-position: right -465px;
}

#f-content2 div.uploader.focus.active span.action,
#f-content2 div.uploader:focus.active span.action,
#f-content2 div.uploader.focus:active span.action,
#f-content2 div.uploader:focus:active span.action {
  background-position: right -493px;
}

#f-content2 div.uploader.disabled {
  background-position: 0px -325px;
}

#f-content2 div.uploader.disabled span.action {
  background-position: right -381px;
}

#f-content2 div.button {
  background-position: 0px -523px;
}

#f-content2 div.button span {
  background-position: right -643px;
}

#f-content2 div.button.focus,
#f-content2 div.button:focus,
#f-content2 div.button:hover,
#f-content2 div.button.hover {
  background-position: 0px -553px;
}

#f-content2 div.button.focus span,
#f-content2 div.button:focus span,
#f-content2 div.button:hover span,
#f-content2 div.button.hover span {
  background-position: right -673px;
}

#f-content2 div.button.active,
#f-content2 div.button:active {
  background-position: 0px -583px;
}

#f-content2 div.button.active span,
#f-content2 div.button:active span {
  background-position: right -703px;
  color: #555;
}

#f-content2 div.button.disabled,
#f-content2 div.button:disabled {
  background-position: 0px -613px;
}

#f-content2 div.button.disabled span,
#f-content2 div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

#f-content2 div.button {
  height: 30px;
}

#f-content2 div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Uploader */
#f-content2 div.uploader {
  width: 190px;
  cursor: pointer;
}

#f-content2 div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#f-content2 div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

#f-content2 div.uploader input {
  width: 190px;
}

#f-content2 div.uploader.disabled span.action {
  color: #aaa;
}

#f-content2 div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

#f-content2 .selector,
#f-content2 .checker,
#f-content2 .button,
#f-content2 .radio,
#f-content2 .uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

#f-content2 .selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

#f-content2 div.button a,
#f-content2 div.button button,
#f-content2 div.button input {
  position: absolute;
}

#f-content2 div.button {
  cursor: pointer;
  position: relative;
}

#f-content2 div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Uploader */

#f-content2 div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

#f-content2 div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

#f-content2 div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

#f-content2 div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}