﻿.tabHeader{
    border:0;
    margin:0;
    padding:0;
}
    .tabHeader input[type=submit] {
        border-radius: 10px 10px 0 0;
        border-bottom: 2px solid black;
        background-color: lightgrey;
        color:#555555;
    }
.tabHeader input[type=submit]:disabled {
    border-bottom: 2px solid lightgrey;
    color:black;
}
.tabPages {
    min-height:500px;
    background-color:lightgrey;
    padding:30px;
    border-top:none;
    border-radius: 3px 5px 10px 10px;
}
.tabPages .fieldlabelleft {
    margin-bottom:12px;
}

.tabPages input[type="text"],
.tabPages select,
.tabPages input[type="number"],
.tabPages input[type="url"],
.tabPages input[type="email"],
.tabPages input[type="datetime-local"] {
    width: 200px;
    max-width: 200px;
}

