/* Start of CMSMS style sheet 'design 02 - Formbuilder' */
/*** Kontaktform ***/

.contactform fieldset {
padding: 1em;
}
.contactform fieldset legend {
font-weight: bold;
}
.contactform div {
width: 95%;
padding: 0.25em 0 0.25em 0;
}
.contactform div label {
display: block;
width: 10em;
}
.contactform div.required {
color: #444;
}

#kontakt{
padding:0 0 0 46px;
}

.error_message{
color:#ff0000;
margin-left:15px;
}

/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th {font-size: 70%}
form div {margin-bottom:0}

textarea {
margin: 0.5em 0;
width:96%;
height: 6em
}

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

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input { }
.contactform input.checkbox {border: none;}

.contactform label {

}

.contactform label.label {
display: inline;
float: none;
width: 50px;
font-size: 10px;
}


.contactform textarea {
width:330px; 
}

.contactform .message {
line-height: 16px;
padding: 0 0 8px 0;
}
.required{
width:350px; 
}

/* End of 'design 02 - Formbuilder' */

