#anketa {
    font-family: "Times New Roman";
    color: black;
/*    width: 80%;*/
    font-size: 14px;
}

#anketa .title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#anketa p {
    margin-bottom: 15px;    
}

#anketa i {
    text-decoration: underline;    
}

#anketa td {
    border:1px solid black;
    padding:8px;
    text-align:center;
    font-size:14px;    
}
#anketa th {
    border:1px solid black;
    font-weight:bold;
    padding:5px;
    text-align:center;
    background-color:white;
    font-size:14px;
}

#anketa table {
    border:1px solid black;
    border-collapse:collapse;
}

#anketa .submit input,#anketa .submit input:focus,#anketa .button,#anketa .button:focus {
    background:#949494;;
    border-style:none;
    color:white;
    font-weight:bold;
    text-transform: uppercase;
    padding:0.25em;
    margin-right:5px;
    width: 220px;
}


.p0 {
    background-color: #EBEBEB;
}

.p1 {
    background-color: white;
}

.p_list .name {
    color: #14568A;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    
}
.p_list .label {
    font-weight: bold;
    display:inline;
}

.p_list .text {
    display:inline;
    margin-left: 10px;
}

#register fieldset {
    border: 0px;
    padding: 0px;
}

#register legend {
    font-size:20px;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
} 

#register label {
    font-weight: normal;   
}

#register .req {
    color: red;
    margin-right: 5px;
}

#register input {
    width: 400px;
}

#register .checkbox {
    width: 15px;
}

#register .validation-advice {
    color: red;
}

#register .submit input, #register .submit input:focus, #register .button, #register .button:focus {
    background:#949494;;
    border-style:none;
    color:white;
    font-weight:bold;
    text-transform: uppercase;
    padding:0.25em;
    width: 150px;
}

