select {
	width: 100%;
    border-radius: 3px;
    border-radius: 0;
    padding: 7px 7px;
    margin-bottom: 17px;
    background: url(../images/pt_white.jpg);
    border: 1px solid #ccc;
}   
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	cursor:pointer;
	position: relative;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
cursor: pointer;
    position: relative;
    padding-left: 0;
    /* border: 1px dashed #ccc; */
    display: inline-block;
    /* width: 34px; */
    /* height: 34px; */
    padding-left: 33px;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
}
input[type="checkbox"] + label:before {
content: "";
    width: 22px;
    height: 22px;
    background: #3f3f3f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: absolute;
    left: 0;
    top: 4px;
}
label.wzInput.wzCheckbox + .clear {
    clear: none;
}
input[type="radio"] + label:before {
content: "";
    width: 22px;
    height: 22px;
    background: #3f3f3f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: absolute;
    left: 0;
    top: 4px;
}
input[type="checkbox"]:checked + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: rgb(97, 171, 207);
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: absolute;
    left: 5px;
    top: 9px;
}
input[type="radio"]:checked + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: rgb(97, 171, 207);
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: absolute;
    left: 5px;
    top: 9px;
}
input[type="radio"] {
	
}
input[type="checkbox"]:disabled + label {
    color: #aaa;
}

tab.form {    width: 100%;}
form {
	    width: 100%;
		margin-bottom: 30px;
}
.regel label {
    width: 30%;
    display: inline-block;
    /*margin-bottom: 5px;*/
}
.regel  {
	width: 100%;
	margin-bottom: 20px;

}   
.regel input {
	width: 30%;
}