 form div.radekFormulare {
    width: 100%;
	clear: both;
	margin-bottom: 0.5em
 }

form div.radekFormulare input, form div.radekFormulare button,
form div.radekFormulare textarea, form div.radekFormulare select {
    border: medium none;
    padding: 2px 3px;
 }

 form div.radekFormulare label {
    display: block;
    float: left;
    width: 10em;
    font-weight: bold;
 }

form div.radekFormulare .tlacitko {
	width: 10em;
    margin-left: 11.5em;
/*     background-color: #009DE0; */
	background-color:#c10076;
    color: #fff;
    text-transform: uppercase;
}

 form p.hint {
     font-size: 0.8em;
     margin: 0px;
     margin-left: 15em;
 }

 div.radekFormulare ul.errors li {
     margin-left: 11.5em;
 }