/**
*
* forms
*
*/
@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,
  .tx-srfeuserregister-pi1-checkbox {
    margin: 0;
    padding: 0;
    width: auto !important;
    border: none 0 !important
  }
  /** radio */
  .radio {
    margin: 0;
    padding: 0;
    width: auto !important;
    border: 0 !important;
  }
  /** textarea */
  .textarea {
    width: 430px;
    height: 140px;
    margin-bottom: .3em
  }
  /** upload */
  .file {
    margin-bottom: .3em
  }

  /** search */
  #head form#search {
  	position: absolute;
  	bottom: 0;
  	right: 9px;
  }
  #head form#search #searchbtn {
  	color: #fff;
  	padding: 4px 2px 3px 4px;
  	border: 0 none;
  	width: 171px;
  	background: url(../images/bg_search.jpg) no-repeat;
  }

  /** login */
  .inputleft {
  	background: url(../images/bg_forms.png) no-repeat;
  	width: 176px;
  	border: 0 none;
  	height: 12px;
  	color: #fff;
  	margin: 0 5px 7px 0;
  	padding: 4px 2px 3px 4px;
  }
  .btnleft {
  	position: relative;
  	background: url(../images/btn_left.gif) no-repeat;
  	border: 0 none;
  	width: 47px;
  	height: 18px;
  	color: #fff;
  	padding: 1px 0 3px 0;
  	font-size: 1em
  }
  .premium {
  	position: relative;
  	background: url(../images/premium/pm_button_top_btn.gif) no-repeat;
  	border: 0 none;
  	width: 131px;
  	height: 18px;
  	color: #fff;
  	padding: 1px 0 3px 0;
  	font-size: 1em
  }
  .forgetpw {
  	text-decoration: none !important;
  	font-size: 9px;
  	margin: -3px 0 0 0;
  	width: 50px;
  }
  .forgetpw a {
  	color: #8f9193 !important;
  	text-decoration: none;
  }
  .forgetpw a:hover {
  	text-decoration: underline;
  }
  input#save {
  	margin-left: -1px;
  }

  /** contact, regi */
	.form img {
		margin: 0 !important;
		padding: 0
	}

  .form label {
  	float: left;
  	width: 110px;
   	padding-top: .2em;
   	font-size: 1.1em
  }
  .tx-jwcalendar-pi1 label {
    width: 120px;
  }

  .form input,
  .form select,
  .form textarea {
  	border: 1px solid #000;
  	height: 15px;
  	color: #000;
  	padding-left: 2px;
  	font-size: 1.1em
  }
  .form input {
  	width: 170px;
  	margin-bottom: .3em
  }
  .form select {
  	margin-bottom: .3em;
  	background: #fff;
  	color: #000;
  	height: auto;
  	font-size: 1.1em
  }
  .form select#salutation.wauto option {
  	background: #fff;
  	color: #000
  }
  .form textarea {
  	width: 400px;
  	height: 130px;
  	background: transparent;
  }
  .form input {
  	width: 170px;
  	margin-bottom: .3em;
  	background: transparent;
  }
  .form input#street {
  	width: 142px;
  }
  .form input#number {
  	width: 20px;
  	margin-left: 3px
  }
  html>body .form input#number {
  	width: 21px;
  }
  body:first-of-type .form input#number {
  	width: 20px;
  }
  .form input#plz {
  	width: 40px;
  	margin-right: 3px
  }
  html>body .form input#plz {
  	width: 41px;
  }
  body:first-of-type .form input#plz {
  	width: 41px;
  }
  .form input#city {
  	width: 122px;
  	margin-right: 3px
  }
  .form button.btn,
  .form input.btn  {
  	margin-left: 110px;
  	border: 1px solid #000;
  	background: #fff;
  	margin-top: .3em;
  	font-size: 1.1em;
  }
  .form input.btn {
		height: auto;
		margin-left: 20px;
  }
  button.input,
  input.input {
  	border: 1px solid #000;
  	background: #fff;
  	position: relative;
  	padding: 2px;
  	margin: 0;
		font-size: 1.1em;
  }
  input.input {
  	font-size: 1.1em;
  	padding:2px;
  	/*height: 20px;*/
	height: auto;
  }

}
