label.field {
    text-align: right;
    width: 100px;
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

a.small {
    color: white;
    font-size: 12px;
}

#page {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#header {
    height: 120px;
    width: 100%;
}

#center {
    width: 100%;
}

#left {
    width: 20px;
    right: 20px;
    margin-left: -100%;
}

#right {
    width: 20px;
    margin-right: -20px;
}

#footer {
    position: relative;
    min-height: 100px;
}

#footer-content {
    position: absolute;
    bottom: 0;
    left: 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

div.centered {
    margin-left: auto;
    margin-right: auto
}

p.small {
    font-size: 14px;
}

p.big {
    font-size: 18px;
}

input.checkbox {
    vertical-align: bottom;
    margin-right: 20px;
    width: 20px;
    height: 20px;
}

.btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: Arial;
    color: #000000;
    background: #00bfff;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    border: none;
}

.btn:hover {
    background: #00bfff;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

table {
    border-spacing: 5px;
    border-collapse: separate;
}

th {
    text-align: right;
    padding: 5px;
    font-weight: normal;
}

td {
    padding: 5px;
    text-align: center;
}

div.bluebox {
    background-color: #095898;
    padding: 10px;
    color: white;
    box-shadow: 0px 4px 4px #000000;
    margin-top: 50px;
}

div.cyanbox {
    background-color: #00bfff;
    box-shadow: 0px 4px 4px #000000;
    margin-bottom: 50px;
}
