﻿#authentication {
    float: left;
    color: #546D8B;
    min-height: 350px;
    width: 220px;
}

#content {
    float: left;
    padding: 20px;
    width: 869px;
    color: #546D8B;
    border-left: 1px solid #546D8B;
}

input[type=text] {
    border: 1px solid #193C6E;
    height: 18px;
    color: #546D8B;
}

input[type=password] {
    border: 1px solid #193C6E;
    height: 18px;
    color: #546D8B;
}
