.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.adnotation {
    display: block;
    font-size:10px;
}

.pagination {
    position: inherit !important;   
}

.pagination li a {
    background-image: none !important;
    height: inherit !important; 
}

.dnnLoginService select {
    width: 218px;
    min-width: 218px;
    margin-bottom: 5px;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
    width: 200px;
    min-width: 200px;
    margin-bottom: 5px;
}

.dnnFormItem > label.dnnFormLabel {
    display: inline-block;
    margin: 6px 18px 0 0;
    width: 30%;
    text-align: right;
}