/* Start of CMSMS style sheet 'btech: FormBuilder' */
/* 
	formbuilder.css by BlatterTech Informatik, Lenzburg
	Für Feedback oder Fragen besuchen Sie uns unter: www.blattertech.ch
	Copyright by BlatterTech Informatik
*/


.required {margin-top: 5px;}


form {
	margin-top:0;
	margin-bottom: 20px;
}
form, td, th, li { 
	font-size: 100%
}
form div {
	margin-bottom:0
}
fieldset div {
	margin-bottom:0.5em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border: none;
}
fieldset label {
	width:auto;
}
legend {
	color:#000;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	/*border:1px solid #CCC*/
}


/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.kontaktform .short-label label,
.FrontEndUsers .short-label label {
	float:left; width:10em
}
.kontaktform .short-label fieldset div input,
.kontaktform .short-label fieldset div select,
.FrontEndUsers .short-label fieldset div input,
.FrontEndUsers .short-label fieldset div select {
	width:16em
}

/* Pretty up your Captcha image output */
.kontaktform .captcha,
.FrontEndUsers .captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.kontaktform .captcha img,
.FrontEndUsers .captcha img {
	border:1px solid #696868; 
	margin-bottom:0.5em
}
.kontaktform .captcha input,
.FrontEndUsers .captcha input {
	width:196px; 
	margin-top:0.5em
}

/* Just a bit more room for the Submit button */
.kontaktform .submit,
.FrontEndUsers .submit {
	margin-top:0.5em;
	margin-left: 150px;
	margin-bottom: 10px;
}

.kontaktform input,
.FrontEndUsers input {
	border: 1px solid #696868; 
	padding:2px
}
.kontaktform label,
.FrontEndUsers label {
	display: block;
	float: left;
	width: 150px;
}
.kontaktform label.label,
.FrontEndUsers label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}

/* Checkboxen */
.kontaktform div.checkboxes,
.FrontEndUsers div.checkboxes  {
	float:none;
	display: block;
	margin-bottom: 10px;
}
.kontaktform div.checkboxes input,
.FrontEndUsers div.checkboxes input {
	border: none;
	clear: left;
	float: left;
}
.kontaktform div.checkboxes label,
.FrontEndUsers div.checkboxes label {
	margin-left: 5px;
	float: left;
	width: auto;
}
/* Ende Checkbox */

.kontaktform textarea,
.FrontEndUsers textarea {
	border: 1px solid #696868;
	padding: 2px;
	width:450px;
	height: 10em;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'btech: FormBuilder' */

