/* Start of CMSMS style sheet 'TEWA: Forms' */
/* Kontaktformular allgemein */

form { 
  width:450px;
  padding: 0;
  margin-left: 20px;
}

form fieldset {  
  padding:0; 
  margin: 0;
  border:none;

}

form fieldset legend {
	font-size:1.1em;  
        visibility:hidden;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 220px; 
	display:block;
	line-height:15px;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form fieldset label:first-letter { 
	text-decoration:underline;
}

form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;      
	margin:5px 0 0 10px; 
        border: 1px solid #2163ae;
}


form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;      
	margin:5px 0 0 10px; 
        border: 1px solid #2163ae;
}


.checkbox input{
        float:left;
        width:auto;
        border:none;
        clear:right;
        margin:5px 0 0 10px; 
        }
.checkbox label{
        width:220px;
        float:left;
        margin: 5px 0 0;
        }       

form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;  /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
        border: 1px solid #2163ae;
        height:150px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
        border: 1px solid #2163ae;
}

textarea { overflow: auto;}

.captcha img{
  margin:10px 0;}
  
.captcha input{
  width:138px;
  height:20px;
  margin:10px 0;}  

.fbsubmit {
  width:auto;
  padding:5px;
  margin:10px 0;
  font-weight: bold;
  color:#fff;
  background: #2163ae;
  border:none;
  }

form .small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* Angebots Formular */

#anfrage{ margin-left:20px;}

.plz input {width: 40px;}
.klein-en input {width:80px; float:left; margin:5px;}
.klein-en label {width: 45px;float:left;}
.klein input {width:70px;float:left;margin:5px;}
.klein label {width: 40px;float:left;}
.kleiner input {width:60px;float:left;margin:5px;}
.kleiner label {width: 30px;float:left;}
.fefco input  {width:60px;}
.auswahl select{width:70px;}
.kommentar label{float:left;margin-top:10px;clear:left;}
.kommentar textarea{margin-top:10px;float:left;}
/* End of 'TEWA: Forms' */

