.registrZaklad{
    margin: 0 auto;
    height: auto;
    width: 350px;
}
.center{
    text-align: center;
}
input[type=text]
{
    background-color: white;
    border:solid 1px #BFBDBD;
    color: black;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}
input[type=password]
{
    background-color: white;
    border:solid 1px #BFBDBD;
    color: black;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}
input[type=submit]
{   font-weight: bold;
    background-color: white;
    color: black;
    height: 28px;
    width: 191px;
    text-transform:uppercase;
    box-shadow: 0px 2px white inset;
}

input[submit], input[type=text],input[type=password]
{
    border: 0;
    border-radius:5px;
    font-family: Sansation,Arial;
}