div.ccm-block-type-form div.form-group {
    margin-bottom: 10px;
}

div.ccm-block-type-form span.text-muted {
    opacity: .50;
}

div.ccm-block-type-form div.form-group label.control-label {
    font-weight: bold;
    display: block;
}

/** RR **/

.ccm-form {
	padding: 10px;
}

.form-control {

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc; /* Rahmen Felder */
    border-radius: 0px; /* Runde Ecken */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

label {
	font-size: 80%;
	font-weight: 400;
	line-height: 1.0;
}

.text-muted {
	font-size: 80%;
	line-height: 1.0;
}

.form-group {
    margin-bottom: 5px;
}

div.ccm-page .btn {
	border-radius: 0px; /* Runde Ecken Absende-Button*/
}