﻿#mainDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 650px;
    margin-top: -250px;
    margin-left: -325px;
    border: 1px solid #888888;
    background-image: url(/Splash-apfw.jpg);
    background-repeat: no-repeat;
    z-index: auto;
}

.danger {
    color: red;
}
.style1 {
    font-family: Arial, Helvetica, sans-serif;
}

.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background-image: url(https://static.embercrm.com/dynamic/background-of-the-day);
    min-height: 100%;
    float: left;
    width: 100%;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

html {
    min-height: 100%;
}

.float-left {
    float: left;
}

.display-inline-block {
    display: inline-block;
}
.text-align-left {
    text-align: left;
}

td.style3 input[type="radio"] {
    margin: 3px 6px 0px 5px;
}

