body {
   background: url("eoir-background.png") repeat-x scroll center top 0px;
    margin-bottom: 60px;
}
div.banner {
    /*padding-left: 165px;*/
/*    width: 100%;
    text-align: center;
    background: #242424;
    margin-bottom: 10px;*/
}

div.footer {
    width: 100%;
    height: 75px;
    border-top: 3px solid #C0A57E;
    background-color: #171E24;
    color: #cccccc;
    font-size: .8em;
    padding-top: 5px;
}

div.content {
    width: 1150px;
}

.ereg-view-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #A6824B;
}

.ereg-view-header {
    height: 30px;
    border-bottom: 2px solid #666666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ereg-firm-list-entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #cccccc;
}

.ereg-firm-list-entry:last-of-type {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.ereg-firm-list-entry .edit-remove-links {
    padding-right: 15px;
}

.header-info-spacer {
    margin-right: 20px;
}

.sumary-info-box {
}

.notification-area .alert {
    padding-top: 6px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.alert .glyphicon {
    margin-right: 3px;
}

.sumary-info-box .btn-link {
    font-size: .8em;
}

button.btn span.glyphicon {
    padding-left: 5px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

.form-group.required .control-label:after {
    content: "*";
    color: #cc0000;
    font-size: 1em;
}