/*
* Project: www.arthrose-experte.de
* Author: VisualActing GmbH <www.visualacting.de>
*/

@media screen, projection {
  form {
    display: inline;
  }
  form label {
    cursor: pointer;
  }
  fieldset {
    border: none;
  }
  input, select, textarea {
    font-size: 100%;
    font-family: inherit;
  }
  textarea {
    line-height: 1.25;
  }
  button {
   cursor: pointer;
  }

  /** checkboxes */
  .checkbox {
    margin: 0;
    padding: 0;
    width: auto !important;
    border: 0 !important
  }
  /** radio */
  .radio {
    margin: 0;
    padding: 0;
    width: auto !important;
    border: 0 !important
  }
  /** textarea */
  .textarea {
    width: 350px;
    height: 118px;
    background: transparent;
    padding-top: 2px
  }
  /** upload */
  .file {
    margin-bottom: .3em
  }

  /** form */
  .form input,
  .form select,
  .form textarea {
  	position: relative;
  	border: 1px solid #000;
  	height: 15px;
  	color: #000;
  	padding-left: 2px;
  	font-size: 1.1em
  }
  .form input {
  	width: 188px;
  	margin-bottom: .3em
  }
  .form select {
  	margin-bottom: .3em;
  	background: #fff;
  	color: #000;
  	height: auto;
  	font-size: 1.1em
  }
  select#salutation.wauto option,
  select#salutationnl.wauto option {
  	background: #fff;
  	color: #000
  }
  .form textarea {
  	width: 350px;
  	height: 118px;
  	background: transparent;
  	padding-top: 2px
  }
  .form label {
  	position: relative;
  	float: left;
  	width: 110px;
   	padding-top: .2em;
  }
  .form button,
  .form input.input {
   	margin-left: 110px;
  	border: 1px solid #000;
  	background: #fff;
  	margin-top: .3em;
  	height: auto
  }
  .form input.input {
   	width: auto;
  }
  .form br {
  	clear: both
  }
  .form em {
  	color: #FC0000
  }


  /* index search */
  .search input {
  	float: left;
  	width: 125px;
  	margin: 0
  }
  .search button {
  	float: left;
  	width: 15px;
  	height: 8px;
    border: 0;
  	background: url(../images/icons/search.gif) 0 0 no-repeat;
  	margin: 5px 0 0 7px
  }

  /* tx-pbsurvey-pi1 */
  .tx-pbsurvey-pi1 .form .formbuttons input {
  	border: 1px solid #000;
  	background: #fff;
  	margin-top: .3em;
  	height: auto;
  	width: auto;
  }
  .tx-pbsurvey-pi1 .survey_error {
  	color: #FC0000
  }
  .tx-pbsurvey-pi1 .form p {
  	font-weight: bold;
  	padding-bottom: .5em !important
  }
  .tx-pbsurvey-pi1 .form fieldset {
  	padding-bottom: .7em
  }
  .tx-pbsurvey-pi1 .form legend.question {
  	font-weight: bold
  }
  .tx-pbsurvey-pi1 .form .radio {
  	vertical-align: middle
  }
}
