﻿#buttoncol1 {width:240px; float:left; margin-left:65px }
#buttoncol2 {width:240px; float:right;}

h2 { font-size:18px; text-align:center; width:250px; margin-left:-50px; }

.getStartedButton, .loginButton { color:#fff; font-weight:bold; padding:5px; width:150px; background-color:#3A4899; cursor:pointer; border:1px solid #000066; }
.getStartedButton:hover, .loginButton:hover { background-color:#4151AB; }

.loginButton{margin-left: 105px;}

.login_form
{
    line-height: 10px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    margin-top:30px;
    margin-left: 35px;
}

.login_textbox
{
    background-color:#ffffff;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-family: Arial;
    font-weight: bold;
}



