.webform-submission-form input,
.webform-submission-form select,
.webform-submission-form textarea {
  border-radius: 3px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: none;
  padding: 3px;
  background: #fdfdfd;
  margin: 3px 0;
  border: 1px solid #cdcdcd;
  font-family: 'Open Sans', "Segeo UI", Helvetica, sans-serif;
  font-size: 1em;
}
.webform-submission-form .webform-component-textarea .grippie {
  display: none;
}
.webform-submission-form label {
  font-family: 'Open Sans', "Segeo UI", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.05em;
}
.webform-submission-form .form-submit {
  border: 2px solid #ffffff;
  color: white;
  background-color: #ef4b3a;
  box-shadow: 2px 2px 2px #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  background-image: none;
}
.webform-submission-form .form-submit:active:focus,
.webform-submission-form .form-submit:hover {
  border: 2px solid #ffffff;
  color: white;
  background-color: #b84438;
  box-shadow: 2px 2px 2px #ffffff;
  opacity: .8;
}

/*radio*/
.webform-component-radios {
  background: url('../images/form/radio_checked.png') -99999px -99999px no-repeat;
  overflow: hidden;
}
.webform-submission-form input[type=radio] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 0;
  width: 0;
}
.webform-submission-form .webform-container-inline input[type=radio] {
  margin-top: 10px;
}
.webform-submission-form input[type=radio] + label.option {
  padding-left: 30px;
  display: inline-block;
  line-height: 23px;
  cursor: pointer;
  position: relative;
  z-index: 50;
}
.webform-submission-form input[type=radio]:checked + label.option {
  background: url('../images/form/radio_checked.png') 0 0 no-repeat;
}
.webform-submission-form .form-type-radio label.option {
  background: url('../images/form/radio.png') 0 0 no-repeat;
}
/*checkbox*/
.webform-component-checkboxes {
  background: url('../images/form/box-checked.png') -99999px -99999px no-repeat;
  overflow: hidden;
}
.webform-submission-form input[type=checkbox] {
  position: absolute;
  z-index: 1;
}
.webform-submission-form input[type=checkbox] + label.option {
  padding-left: 30px;
  display: inline-block;
  line-height: 23px;
  cursor: pointer;
  position: relative;
  z-index: 50;
}
.webform-submission-form input[type=checkbox].form-checkbox:checked + label.option {
  background: url('../images/form/box-checked.png') 0 0 no-repeat;
}
.webform-submission-form .form-type-checkbox label.option {
  background: url('../images/form/checkbox.png') 0 0 no-repeat;
}
/*dialog*/
body.page-node-type-webform .ui-dialog {
  font-family: Arial, Helvetica, sans-serif;
  padding: 30px 20px 23px;
  text-align: center;
  max-width: 80%;
}
body.page-node-type-webform .ui-dialog .ui-dialog-titlebar-close {
  display: none;
}
body.page-node-type-webform .ui-dialog .ui-dialog-titlebar {
  text-align: center;
  background: none;
  border: none;
}
body.page-node-type-webform .ui-dialog .ui-dialog-title {
  float: none;
  font-weight: normal;
  font-size: 22px;
  padding-left: 2px;
}
body.page-node-type-webform .ui-dialog #dialog-poetry-confirm,
body.page-node-type-webform .ui-dialog #dialog-ipoem-confirm {
  max-width: 520px;
  margin: 0 auto;
  padding: .5em 0;
}
body.page-node-type-webform .ui-dialog button.ui-button {
  background: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 2px 2px 2px #888888;
  cursor: pointer;
  border: 1px solid #f4f4f4;
  margin: .5em 1em .5em 7px;
}
body.page-node-type-webform .ui-dialog button.ui-button.ui-state-active {
  box-shadow: none;
}
body.page-node-type-webform .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
  margin-right: -1em;
}
body.page-node-type-webform .ui-dialog .ui-dialog-buttonpane {
  padding: .75em 1em .5em .4em;
}
