﻿

.loginbox {
	float: left;
}

button 
{
    float: right;
}

.loginbox table tbody td {
    background-color: #DA291C; /*#0082bb;*/
    color: white;
    font-family: Rogers, "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size: 13px;
    min-height: 160px;
    padding: 5px;
    text-align: left;
}

#loginbox-separator {
    border: 1px solid #DA291C !important;
}