/**
* style_feedback.css - Stylesheet for AGOF Feedbackform
*
* @author Axel Wahlen <info@papaya-cms.com>
*
**/

.content label {
  font-weight: bold;
  display: block;
}

.content input {
  width: 250px;
  border: 1px solid #CCCCCC;
}

.content textarea {
  width: 250px;
  height: 100px;
  border: 1px solid #CCCCCC;
}


.content button {
  background: url(pics/formButton.gif) no-repeat left top;
  font: normal normal bold 11px/22px Verdana, Geneva, sans-serif;
  width: 217px;
  height: 22px;
  color: #000;
  text-align: center;
  border: 0 none;
  margin: 8px 0 0px 0;
}

.formRadioList {
  padding-bottom: 0px;
  margin-bottom: -20px;
}

.formRadioDescription {
  margin-left:193px;
  position:relative;
  width:300px;
  top:-20px;
}

.formLabelLongText {
  margin-bottom: 10px;
}

.formContainer {
  border: 1px solid #cdcdcd;
  width: 594px;
  position: relative;
  background: #fff;
  font: normal normal normal 12px/1.5em Verdana, Geneva, sans-serif;
  color: #3e3e3e;
  margin-bottom: 30px;
  margin-top: 30px;
}

.formContainerContent {
  background: url(pics/abstractBoxBg.gif) no-repeat left top;
  width: 543px;
  padding: 19px 20px 21px 33px;
  position: relative;
  top: -1px;
  left: -1px;
}

.formLegendText {
  font-weight: bold;
  padding-bottom: 18px;
}
.inputRadioText {
  padding-right: 5px;
  padding-left: 5px;
}

.inputCheckboxText {
  text-indent: -27px;
  padding-left: 27px;
}

.form_checkbox {
  margin-right: 10px;
}

.formSpacing {
  border-bottom: 1px solid #CCCCCC;
  width: 425px;
  height: 20px;
  margin-bottom: 10px;
}

.placeholderLabel {
  color:#000000;
  display:block;
  float:left;
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding-right:10px;
  text-align:left;
  width:165px;
}
/* quickfix for the second section of a three step form */
.agofFormFieldSetNr2 label {
  position:absolute;
  left:0px;
  top:2px;
}

.agofFormFieldSetNr2 ul li span {
  margin-left:200px;
  display:block;
}

.agofFormFieldSetNr2 ul li span span {
  margin-left:0;
  display:inline;
}

.agofFormFieldSetNr2 input { 
  margin-left:200px;
}

.agofFormFieldSetNr2 li span input { 
  margin-left:0;
}
